Searched refs:update_val (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/regulator/
H A Dab8500.c53 * @update_val: bits holding the regulator current mode
74 u8 update_val; member in struct:ab8500_regulator_info
250 info->update_mask, info->update_val); ab8500_regulator_enable()
260 info->update_mask, info->update_val); ab8500_regulator_enable()
421 info->update_val = val; ab8500_regulator_set_mode()
464 val = info->update_val; ab8500_regulator_get_mode()
728 .update_val = 0x01,
751 .update_val = 0x04,
774 .update_val = 0x01,
796 .update_val = 0x44,
824 .update_val = 0x02,
842 .update_val = 0x02,
858 .update_val = 0x08,
874 .update_val = 0x10,
890 .update_val = 0x04,
911 .update_val = 0x04,
940 .update_val = 0x01,
961 .update_val = 0x04,
982 .update_val = 0x01,
1004 .update_val = 0x01,
1027 .update_val = 0x10,
1049 .update_val = 0x10,
1070 .update_val = 0x04,
1098 .update_val = 0x02,
1115 .update_val = 0x01,
1132 .update_val = 0x02,
1151 .update_val = 0x08,
1172 .update_val = 0x10,
1192 .update_val = 0x04,
1211 .update_val = 0x04,
1243 .update_val = 0x01,
1264 .update_val = 0x04,
1285 .update_val = 0x01,
1307 .update_val = 0x01,
1329 .update_val = 0x44,
1357 .update_val = 0x02,
1374 .update_val = 0x01,
1391 .update_val = 0x02,
1406 .update_val = 0x08,
1421 .update_val = 0x10,
1436 .update_val = 0x04,
1456 .update_val = 0x08,
1485 .update_val = 0x01,
1506 .update_val = 0x04,
1527 .update_val = 0x01,
1555 .update_val = 0x01,
1578 .update_val = 0x01,
1601 .update_val = 0x01,
1623 .update_val = 0x44,
1651 .update_val = 0x02,
1668 .update_val = 0x02,
1684 .update_val = 0x08,
1705 .update_val = 0x10,
1726 .update_val = 0x04,
1749 .update_val = 0x04,
1767 .update_val = 0x10,
H A Dab8500-ext.c37 * @update_val: bits holding the regulator current mode
53 u8 update_val; member in struct:ab8500_ext_regulator_info
77 regval = info->update_val; ab8500_ext_regulator_enable()
209 info->update_val = regval; ab8500_ext_regulator_set_mode()
224 if (info->update_val == info->update_val_hp) ab8500_ext_regulator_get_mode()
226 else if (info->update_val == info->update_val_lp) ab8500_ext_regulator_get_mode()
297 .update_val = 0x01,
314 .update_val = 0x04,
331 .update_val = 0x10,
393 info->update_val = 0x30; ab8500_ext_regulator_probe()

Completed in 102 milliseconds