Home
last modified time | relevance | path

Searched refs:supply (Results 1 – 5 of 5) sorted by relevance

/components/drivers/thermal/
A Dthermal-cool-pwm-fan.c32 struct rt_regulator *supply; member
47 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()
/components/drivers/sdio/sdhci/
A Dfit-mmc.c305 mmc->supply.vmmc = -RT_NULL; in mmc_regulator_get_supply()
306 mmc->supply.vqmmc = -RT_NULL; in mmc_regulator_get_supply()
A Dsdhci.c747 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 …]
/components/drivers/sdio/sdhci/include/
A Dsdhci_host.h229 struct mmc_supply supply; member
279 struct regulator *supply, in mmc_regulator_set_ocr() argument
/components/net/lwip/lwip-1.4.1/doc/
A Dsnmp_agent.txt74 Before starting the agent you should supply pointers

Completed in 12 milliseconds