Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/cardreader/
Drtsx_pcr.c529 int rtsx_pci_read_ppbuf(struct rtsx_pcr *pcr, u8 *buf, int buf_len) in rtsx_pci_read_ppbuf() function
570 EXPORT_SYMBOL_GPL(rtsx_pci_read_ppbuf);
/Linux-v5.10/include/linux/
Drtsx_pci.h1281 int rtsx_pci_read_ppbuf(struct rtsx_pcr *pcr, u8 *buf, int buf_len);
/Linux-v5.10/drivers/mmc/host/
Drtsx_pci_sdmmc.c369 err = rtsx_pci_read_ppbuf(pcr, buf, buf_len); in sd_read_data()