Home
last modified time | relevance | path

Searched refs:regulator_is_enabled (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/net/rfkill/
Drfkill-regulator.c51 regulator_is_enabled(rfkill_data->vcc)); in rfkill_regulator_set_block()
99 if (regulator_is_enabled(vcc)) { in rfkill_regulator_probe()
/linux-4.1.27/drivers/video/fbdev/
Dclps711x-fb.c183 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()
Dimxfb.c762 return regulator_is_enabled(fbi->lcd_pwr); in imxfb_lcd_get_power()
/linux-4.1.27/include/linux/regulator/
Dconsumer.h208 int regulator_is_enabled(struct regulator *regulator);
395 static inline int regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function
/linux-4.1.27/drivers/leds/
Dleds-regulator.c180 if (regulator_is_enabled(led->vcc)) in regulator_led_probe()
Dleds-wm8350.c239 led->enabled = regulator_is_enabled(isink); in wm8350_led_probe()
/linux-4.1.27/arch/arm/mach-pxa/
Dem-x270.c527 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()
/linux-4.1.27/Documentation/power/regulator/
Dconsumer.txt47 int regulator_is_enabled(regulator);
/linux-4.1.27/drivers/power/
Dcharger-manager.c415 if (regulator_is_enabled( in try_charger_enable()
1287 state = regulator_is_enabled(charger->consumer); in charger_state_show()
/linux-4.1.27/drivers/mmc/host/
Domap_hsmmc.c382 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()
/linux-4.1.27/drivers/regulator/
Dcore.c2259 int regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function
2272 EXPORT_SYMBOL_GPL(regulator_is_enabled);