Searched refs:genphy_c45_pma_read_abilities (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/drivers/net/phy/ |
D | mxl-gpy.c | 842 .get_features = genphy_c45_pma_read_abilities, 860 .get_features = genphy_c45_pma_read_abilities, 877 .get_features = genphy_c45_pma_read_abilities, 895 .get_features = genphy_c45_pma_read_abilities, 912 .get_features = genphy_c45_pma_read_abilities, 930 .get_features = genphy_c45_pma_read_abilities, 947 .get_features = genphy_c45_pma_read_abilities, 965 .get_features = genphy_c45_pma_read_abilities, 982 .get_features = genphy_c45_pma_read_abilities, 999 .get_features = genphy_c45_pma_read_abilities, [all …]
|
D | bcm84881.c | 73 ret = genphy_c45_pma_read_abilities(phydev); in bcm84881_get_features()
|
D | adin1100.c | 274 return genphy_c45_pma_read_abilities(phydev); in adin_get_features()
|
D | phy-c45.c | 1076 int genphy_c45_pma_read_abilities(struct phy_device *phydev) in genphy_c45_pma_read_abilities() function 1120 EXPORT_SYMBOL_GPL(genphy_c45_pma_read_abilities);
|
D | marvell-88q2xxx.c | 381 ret = genphy_c45_pma_read_abilities(phydev); in mv88q2xxx_get_features()
|
D | air_en8811h.c | 920 return genphy_c45_pma_read_abilities(phydev); in en8811h_get_features()
|
D | marvell10g.c | 885 ret = genphy_c45_pma_read_abilities(phydev); in mv3310_get_features()
|
D | realtek.c | 958 return genphy_c45_pma_read_abilities(phydev); in rtl822x_c45_get_features()
|
D | microchip_t1.c | 1213 ret = genphy_c45_pma_read_abilities(phydev); in lan887x_get_features()
|
D | nxp-c45-tja11xx.c | 1623 return genphy_c45_pma_read_abilities(phydev); in nxp_c45_get_features()
|
D | phy_device.c | 3567 err = genphy_c45_pma_read_abilities(phydev); in phy_probe()
|
/linux-6.12.1/drivers/net/phy/qcom/ |
D | qca808x.c | 362 ret = genphy_c45_pma_read_abilities(phydev); in qca808x_get_features()
|
/linux-6.12.1/include/linux/ |
D | phy.h | 1930 int genphy_c45_pma_read_abilities(struct phy_device *phydev);
|