Home
last modified time | relevance | path

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

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