Searched refs:regulator_is_enabled (Results 1 – 11 of 11) sorted by relevance
51 regulator_is_enabled(rfkill_data->vcc)); in rfkill_regulator_set_block()99 if (regulator_is_enabled(vcc)) { in rfkill_regulator_probe()
183 if (!regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_get_power()195 if (!regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_set_power()198 if (regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_set_power()
762 return regulator_is_enabled(fbi->lcd_pwr); in imxfb_lcd_get_power()
208 int regulator_is_enabled(struct regulator *regulator);395 static inline int regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function
180 if (regulator_is_enabled(led->vcc)) in regulator_led_probe()
239 led->enabled = regulator_is_enabled(isink); in wm8350_led_probe()
527 if (regulator_is_enabled(em_x270_usb_ldo)) in em_x270_ohci_exit()1000 int is_on = regulator_is_enabled(em_x270_camera_ldo); in em_x270_sensor_power()
47 int regulator_is_enabled(regulator);
415 if (regulator_is_enabled( in try_charger_enable()1287 state = regulator_is_enabled(charger->consumer); in charger_state_show()
382 if ((host->vcc && regulator_is_enabled(host->vcc) > 0) || in omap_hsmmc_reg_get()383 (host->vcc_aux && regulator_is_enabled(host->vcc_aux))) { in omap_hsmmc_reg_get()
2259 int regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function2272 EXPORT_SYMBOL_GPL(regulator_is_enabled);