Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/cardreader/
Drts5249.c607 .read_phy = rts524a_read_phy,
Drtsx_pcr.c329 if (pcr->ops->read_phy) in rtsx_pci_read_phy_register()
330 return pcr->ops->read_phy(pcr, addr, val); in rtsx_pci_read_phy_register()
/Linux-v4.19/include/linux/
Drtsx_pci.h1077 int (*read_phy)(struct rtsx_pcr *pcr, u8 addr, u16 *val); member