Home
last modified time | relevance | path

Searched refs:rtsx_pci_read_ppbuf (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/mfd/
Drtsx_pcr.c475 int rtsx_pci_read_ppbuf(struct rtsx_pcr *pcr, u8 *buf, int buf_len) in rtsx_pci_read_ppbuf() function
516 EXPORT_SYMBOL_GPL(rtsx_pci_read_ppbuf);
/linux-4.1.27/include/linux/mfd/
Drtsx_pci.h994 int rtsx_pci_read_ppbuf(struct rtsx_pcr *pcr, u8 *buf, int buf_len);
/linux-4.1.27/drivers/mmc/host/
Drtsx_pci_sdmmc.c383 err = rtsx_pci_read_ppbuf(pcr, buf, buf_len); in sd_read_data()