Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/memstick/host/
Drtsx_pci_ms.c133 err = rtsx_pci_card_power_off(pcr, RTSX_MS_CARD); in ms_power_off()
/linux-4.1.27/drivers/mfd/
Drtsx_pcr.c753 int rtsx_pci_card_power_off(struct rtsx_pcr *pcr, int card) in rtsx_pci_card_power_off() function
760 EXPORT_SYMBOL_GPL(rtsx_pci_card_power_off);
/linux-4.1.27/include/linux/mfd/
Drtsx_pci.h1001 int rtsx_pci_card_power_off(struct rtsx_pcr *pcr, int card);
/linux-4.1.27/drivers/mmc/host/
Drtsx_pci_sdmmc.c958 err = rtsx_pci_card_power_off(pcr, RTSX_SD_CARD); in sd_power_off()