Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/cardreader/
Drtsx_pcr.c823 int rtsx_pci_card_power_off(struct rtsx_pcr *pcr, int card) in rtsx_pci_card_power_off() function
830 EXPORT_SYMBOL_GPL(rtsx_pci_card_power_off);
950 rtsx_pci_card_power_off(pcr, RTSX_SD_CARD); in rtsx_pci_process_ocp()
1193 rtsx_pci_card_power_off(pcr, RTSX_SD_CARD); in rtsx_sd_power_off_card3v3()
1210 rtsx_pci_card_power_off(pcr, RTSX_MS_CARD); in rtsx_ms_power_off_card3v3()
Drts5260.c370 rtsx_pci_card_power_off(pcr, RTSX_SD_CARD); in rts5260_process_ocp()
/linux-6.1.9/drivers/memstick/host/
Drtsx_pci_ms.c121 err = rtsx_pci_card_power_off(pcr, RTSX_MS_CARD); in ms_power_off()
/linux-6.1.9/include/linux/
Drtsx_pci.h1322 int rtsx_pci_card_power_off(struct rtsx_pcr *pcr, int card);
/linux-6.1.9/drivers/mmc/host/
Drtsx_pci_sdmmc.c995 err = rtsx_pci_card_power_off(pcr, RTSX_SD_CARD); in sd_power_off()