Home
last modified time | relevance | path

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

/linux-6.15/drivers/misc/cardreader/
H A Drts5249.c698 .read_phy = rts524a_read_phy,
H A Drtsx_pcr.c285 if (pcr->ops->read_phy) in rtsx_pci_read_phy_register()
286 return pcr->ops->read_phy(pcr, addr, val); in rtsx_pci_read_phy_register()
/linux-6.15/include/linux/
H A Drtsx_pci.h1093 int (*read_phy)(struct rtsx_pcr *pcr, u8 addr, u16 *val); member