Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/cardreader/
Drtsx_pcr.c828 int rtsx_pci_card_power_off(struct rtsx_pcr *pcr, int card) in rtsx_pci_card_power_off() function
835 EXPORT_SYMBOL_GPL(rtsx_pci_card_power_off);
955 rtsx_pci_card_power_off(pcr, RTSX_SD_CARD); in rtsx_pci_process_ocp()
1205 rtsx_pci_card_power_off(pcr, RTSX_SD_CARD); in rtsx_sd_power_off_card3v3()
1222 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.12.1/include/linux/
Drtsx_pci.h1330 int rtsx_pci_card_power_off(struct rtsx_pcr *pcr, int card);
/linux-6.12.1/drivers/mmc/host/
Drtsx_pci_sdmmc.c996 err = rtsx_pci_card_power_off(pcr, RTSX_SD_CARD); in sd_power_off()