Home
last modified time | relevance | path

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

/linux/drivers/misc/cardreader/
H A Drtsx_pcr.c518 int rtsx_pci_read_ppbuf(struct rtsx_pcr *pcr, u8 *buf, int buf_len) in rtsx_pci_read_ppbuf() function
559 EXPORT_SYMBOL_GPL(rtsx_pci_read_ppbuf);
/linux/include/linux/
H A Drtsx_pci.h1321 int rtsx_pci_read_ppbuf(struct rtsx_pcr *pcr, u8 *buf, int buf_len);
/linux/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c368 err = rtsx_pci_read_ppbuf(pcr, buf, buf_len); in sd_read_data()