Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/misc/cardreader/
Drtsx_pcr.c537 int rtsx_pci_read_ppbuf(struct rtsx_pcr *pcr, u8 *buf, int buf_len) in rtsx_pci_read_ppbuf() function
578 EXPORT_SYMBOL_GPL(rtsx_pci_read_ppbuf);
/linux-6.14.4/include/linux/
Drtsx_pci.h1323 int rtsx_pci_read_ppbuf(struct rtsx_pcr *pcr, u8 *buf, int buf_len);
/linux-6.14.4/drivers/mmc/host/
Drtsx_pci_sdmmc.c368 err = rtsx_pci_read_ppbuf(pcr, buf, buf_len); in sd_read_data()