Searched refs:iset (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/arch/arm/mach-pxa/ |
D | saarb.c | 44 .iset = PM8606_WLED_CURRENT(24), 53 .iset = PM8606_LED_CURRENT(12), 57 .iset = PM8606_LED_CURRENT(12), 61 .iset = PM8606_LED_CURRENT(12), 65 .iset = PM8606_LED_CURRENT(12), 69 .iset = PM8606_LED_CURRENT(12), 73 .iset = PM8606_LED_CURRENT(12),
|
D | tavorevb3.c | 54 .iset = PM8606_WLED_CURRENT(24), 63 .iset = PM8606_LED_CURRENT(12), 67 .iset = PM8606_LED_CURRENT(12), 71 .iset = PM8606_LED_CURRENT(12), 75 .iset = PM8606_LED_CURRENT(12), 79 .iset = PM8606_LED_CURRENT(12), 83 .iset = PM8606_LED_CURRENT(12),
|
/linux-3.4.99/drivers/leds/ |
D | leds-88pm860x.c | 48 int iset; member 151 if (led->iset) { in pm860x_led_work() 153 LED_CURRENT_MASK, led->iset); in pm860x_led_work() 219 data->iset = pdata->iset; in pm860x_led_probe()
|
/linux-3.4.99/drivers/power/ |
D | abx500_chargalg.c | 473 int vset, int iset) in abx500_chargalg_ac_en() argument 482 iset = min(iset, di->ac_chg->max_out_curr); in abx500_chargalg_ac_en() 484 di->chg_info.ac_iset = iset; in abx500_chargalg_ac_en() 487 return di->ac_chg->ops.enable(di->ac_chg, enable, vset, iset); in abx500_chargalg_ac_en() 501 int vset, int iset) in abx500_chargalg_usb_en() argument 510 iset = min(iset, di->usb_chg->max_out_curr); in abx500_chargalg_usb_en() 512 di->chg_info.usb_iset = iset; in abx500_chargalg_usb_en() 515 return di->usb_chg->ops.enable(di->usb_chg, enable, vset, iset); in abx500_chargalg_usb_en() 527 int iset) in abx500_chargalg_update_chg_curr() argument 537 iset = min(iset, di->ac_chg->max_out_curr); in abx500_chargalg_update_chg_curr() [all …]
|
D | ab8500_charger.c | 1036 int enable, int vset, int iset) in ab8500_charger_ac_en() argument 1054 dev_dbg(di->dev, "Enable AC: %dmV %dmA\n", vset, iset); in ab8500_charger_ac_en() 1073 curr_index = ab8500_current_to_regval(iset); in ab8500_charger_ac_en()
|
/linux-3.4.99/drivers/video/backlight/ |
D | 88pm860x_bl.c | 33 int iset; member 112 if (data->iset) { in pm860x_backlight_set() 114 CURRENT_BITMASK, data->iset); in pm860x_backlight_set() 227 data->iset = pdata->iset; in pm860x_backlight_probe()
|
/linux-3.4.99/include/linux/mfd/ |
D | 88pm860x.h | 344 int iset; member 350 int iset; member
|