Searched refs:supply (Results 1 – 5 of 5) sorted by relevance
32 struct rt_regulator *supply; member47 if (pf_cool->supply && (err = rt_regulator_enable(pf_cool->supply))) in pwm_fan_power_on()61 if (pf_cool->supply && (err = rt_regulator_disable(pf_cool->supply))) in pwm_fan_power_off()68 rt_regulator_enable(pf_cool->supply); in pwm_fan_power_off()150 if (!rt_is_err_or_null(pf_cool->supply)) in pwm_fan_cool_free()152 rt_regulator_put(pf_cool->supply); in pwm_fan_cool_free()202 pf_cool->supply = rt_regulator_get(dev, "fan"); in pwm_fan_cool_probe()204 if (rt_is_err(pf_cool->supply)) in pwm_fan_cool_probe()206 err = rt_ptr_err(pf_cool->supply); in pwm_fan_cool_probe()
305 mmc->supply.vmmc = -RT_NULL; in mmc_regulator_get_supply()306 mmc->supply.vqmmc = -RT_NULL; in mmc_regulator_get_supply()
747 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in sdhci_set_power_reg()817 if (!host->mmc->supply.vmmc) in rt_sdhci_set_power()844 if (!mmc->supply.vqmmc) in rt_sdhci_start_signal_voltage_switch()861 if (!mmc->supply.vqmmc) in rt_sdhci_start_signal_voltage_switch()889 if (!mmc->supply.vqmmc) in rt_sdhci_start_signal_voltage_switch()2568 if (!mmc->supply.vqmmc) in rt_sdhci_setup_host()2732 if (mmc->supply.vqmmc) in rt_sdhci_setup_host()2751 mmc->supply.vqmmc = (void *)-EINVAL; in rt_sdhci_setup_host()2778 … ((mmc->caps2 & MMC_CAP2_HSX00_1_2V) && (!mmc->supply.vqmmc || !regulator_is_supported_voltage(mmc… in rt_sdhci_setup_host()2806 if (!max_current_caps && mmc->supply.vmmc) in rt_sdhci_setup_host()[all …]
229 struct mmc_supply supply; member279 struct regulator *supply, in mmc_regulator_set_ocr() argument
74 Before starting the agent you should supply pointers
Completed in 12 milliseconds