Home
last modified time | relevance | path

Searched refs:power_mode (Results 1 – 6 of 6) sorted by relevance

/components/drivers/include/drivers/
A Dsensor_v2.h215 #define RT_SENSOR_MODE_SET_POWER(mode, power_mode) RT_SENSOR_MODE_CLEAR_POWER(mode); (mode |=… argument
A Dmmcsd_host.h40 rt_uint8_t power_mode; /* power supply mode */ member
/components/drivers/sdio/
A Ddev_mmcsd_core.c395 io_cfg->power_mode, io_cfg->chip_select, io_cfg->vdd, in mmcsd_set_iocfg()
567 host->io_cfg.power_mode = MMCSD_POWER_UP; in mmcsd_power_up()
578 host->io_cfg.power_mode = MMCSD_POWER_ON; in mmcsd_power_up()
597 host->io_cfg.power_mode = MMCSD_POWER_OFF; in mmcsd_power_off()
/components/drivers/sdio/sdhci/
A Dfit-mmc.c105 iocfg->power_mode, iocfg->vdd, iocfg->timing); in rt_plat_set_ioconfig()
A Dsdhci.c3038 if (ios->power_mode == MMC_POWER_UNDEFINED) in rt_sdhci_ios_set()
3043 if (mmc->supply.vmmc && ios->power_mode == MMC_POWER_OFF) in rt_sdhci_ios_set()
3048 if (ios->power_mode == MMC_POWER_OFF) in rt_sdhci_ios_set()
3054 …if (host->version >= RT_SDHCI_SPEC_300 && (ios->power_mode == MMC_POWER_UP) && !(host->quirks2 & R… in rt_sdhci_ios_set()
3074 host->ops->set_power(host, ios->power_mode, ios->vdd); in rt_sdhci_ios_set()
3076 rt_sdhci_set_power(host, ios->power_mode, ios->vdd); in rt_sdhci_ios_set()
/components/drivers/usb/cherryusb/class/video/
A Dusbd_video.c18 uint8_t power_mode; member
693 g_usbd_video[busid].power_mode = 0; in video_notify_handler()

Completed in 15 milliseconds