Searched refs:regulator_is_enabled (Results 1 – 25 of 28) sorted by relevance
12
59 return regulator_is_enabled(priv->ps); in pse_reg_pi_is_enabled()70 ret = regulator_is_enabled(priv->ps); in pse_reg_ethtool_get_status()113 ret = regulator_is_enabled(priv->ps); in pse_reg_probe()
615 ret = regulator_is_enabled(psec->ps); in pse_control_get_internal()794 !regulator_is_enabled(psec->ps)) { in pse_ethtool_c33_set_config()
25 if (cpu_regulator && regulator_is_enabled(cpu_regulator)) in regulator_poweroff_do_poweroff()
177 if (!regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_get_power()189 if (!regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_set_power()192 if (regulator_is_enabled(cfb->lcd_pwr)) in clps711x_lcd_set_power()
826 !regulator_is_enabled(fbi->lcd_pwr)) in imxfb_lcd_get_power()
208 if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0) in poweroff_seq()211 if (!IS_ERR(apb->vio) && regulator_is_enabled(apb->vio) > 0) in poweroff_seq()
198 int regulator_is_enabled(struct regulator *regulator);431 static inline int regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function
387 if (regulator_is_enabled(drv->proc_reg)) in mtk_ccifreq_probe()389 if (drv->sram_reg && regulator_is_enabled(drv->sram_reg)) in mtk_ccifreq_probe()
162 if (regulator_is_enabled(led->vcc)) in regulator_led_probe()
224 led->enabled = regulator_is_enabled(isink); in wm8350_led_probe()
95 if (!regulator_is_enabled(mcde->epod)) in mcde_clk_div_recalc_rate()
86 ret = regulator_is_enabled(priv->vbus); in mt6370_tcpc_set_vbus()
180 ret = regulator_is_enabled(pdata->supplies[0].consumer); in regulator_userspace_consumer_probe()
1608 !regulator_is_enabled(rdev->supply))) { in set_machine_constraints()3265 int regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function3278 EXPORT_SYMBOL_GPL(regulator_is_enabled);
58 status = regulator_is_enabled(hisi_hikey_usb->regulator); in hub_power_ctrl()
124 if (regulator_is_enabled(data->regulator)) in cc2_enable()149 if (regulator_is_enabled(data->regulator)) { in cc2_disable()
114 regulator_is_enabled(info->vbus) ? "enabled" : "disabled"); in usb_conn_detect_cable()
119 return regulator_is_enabled(da8xx_ohci->vbus_reg); in ohci_da8xx_get_power()
245 if (omap->vbus_reg && regulator_is_enabled(omap->vbus_reg)) in dwc3_omap_set_mailbox()
409 if (pb->power_supply && !regulator_is_enabled(pb->power_supply)) in pwm_backlight_initial_power_state()
1488 if (!IS_ERR(stmpe->vio) && regulator_is_enabled(stmpe->vio)) in stmpe_remove()1490 if (!IS_ERR(stmpe->vcc) && regulator_is_enabled(stmpe->vcc)) in stmpe_remove()
426 if (regulator_is_enabled( in try_charger_enable()1089 state = regulator_is_enabled(charger->consumer); in charger_state_show()
482 regulator_is_enabled(otg_sx->vbus) ? "on" : "off"); in ssusb_vbus_show()
50 int regulator_is_enabled(regulator);
139 return !!regulator_is_enabled(sdata->ledvdd); in stmfts_brightness_get()
Completed in 60 milliseconds