| /linux/drivers/net/phy/ ! |
| H A D | xilinx_gmii2rgmii.c | 26 const struct phy_driver *phy_drv; 27 struct phy_driver conv_phy_drv; 123 sizeof(struct phy_driver)); in xgmiitorgmii_probe()
|
| H A D | teranetics.c | 71 const struct phy_driver *phydrv) in teranetics_match_phy_device() 76 static struct phy_driver teranetics_driver[] = {
|
| H A D | bcm87xx.c | 189 const struct phy_driver *phydrv) in bcm87xx_match_phy_device() 194 static struct phy_driver bcm87xx_driver[] = {
|
| H A D | icplus.c | 524 const struct phy_driver *phydrv) in ip101a_match_phy_device() 530 const struct phy_driver *phydrv) in ip101g_match_phy_device() 575 static struct phy_driver icplus_driver[] = {
|
| H A D | phy_device.c | 60 static struct phy_driver genphy_c45_driver = { 238 static struct phy_driver genphy_driver; 304 struct phy_driver *phydrv = to_phy_driver(drv); in mdio_bus_phy_may_suspend() 523 const struct phy_driver *phydrv) in genphy_match_phy_device() 549 const struct phy_driver *phydrv = to_phy_driver(drv); in phy_bus_match() 1721 static bool phy_drv_supports_irq(const struct phy_driver *phydrv) in phy_drv_supports_irq() 2016 const struct phy_driver *phydrv = phydev->drv; in phy_suspend() 2041 const struct phy_driver *phydrv = phydev->drv; in __phy_resume() 3666 struct phy_driver *phydrv = to_phy_driver(drv); in phy_probe() 3836 static int phy_driver_register(struct phy_driver *new_driver, in phy_driver_register() [all …]
|
| H A D | et1011c.c | 86 static struct phy_driver et1011c_driver[] = { {
|
| H A D | cortina.c | 76 static struct phy_driver cortina_driver[] = {
|
| H A D | uPD60620.c | 81 static struct phy_driver upd60620_driver[1] = { {
|
| H A D | qsemi.c | 146 static struct phy_driver qs6612_driver[] = { {
|
| H A D | bcm63xx.c | 72 static struct phy_driver bcm63xx_driver[] = {
|
| H A D | amd.c | 91 static struct phy_driver am79c_drivers[] = {
|
| H A D | cicada.c | 127 static struct phy_driver cis820x_driver[] = {
|
| H A D | ax88796b.c | 97 static struct phy_driver asix_driver[] = {
|
| H A D | ste10Xp.c | 102 static struct phy_driver ste10xp_pdriver[] = {
|
| H A D | ncn26000.c | 143 static struct phy_driver ncn26000_driver[] = {
|
| H A D | marvell10g.c | 1268 const struct phy_driver *phydrv) in mv3310_match_phy_device() 1278 const struct phy_driver *phydrv) in mv3340_match_phy_device() 1303 const struct phy_driver *phydrv) in mv2110_match_phy_device() 1309 const struct phy_driver *phydrv) in mv2111_match_phy_device() 1388 static struct phy_driver mv3310_drivers[] = {
|
| H A D | dp83848.c | 154 static struct phy_driver dp83848_driver[] = {
|
| H A D | nxp-tja11xx.c | 655 const struct phy_driver *phydrv) in tja1102_p0_match_phy_device() 661 const struct phy_driver *phydrv) in tja1102_p1_match_phy_device() 810 static struct phy_driver tja11xx_driver[] = {
|
| H A D | national.c | 160 static struct phy_driver dp83865_driver[] = { {
|
| H A D | davicom.c | 173 static struct phy_driver dm91xx_driver[] = {
|
| H A D | rockchip.c | 173 static struct phy_driver rockchip_phy_driver[] = {
|
| /linux/rust/kernel/net/ ! |
| H A D | phy.rs | 413 _phydrv: *const bindings::phy_driver, in match_phy_device_callback() argument 483 pub struct DriverVTable(Opaque<bindings::phy_driver>); 496 DriverVTable(Opaque::new(bindings::phy_driver { in create_phy_driver() 558 ..unsafe { core::mem::MaybeUninit::<bindings::phy_driver>::zeroed().assume_init() } in create_phy_driver()
|
| /linux/include/linux/ ! |
| H A D | phy.h | 671 const struct phy_driver *drv; 1127 struct phy_driver { struct 1223 const struct phy_driver *phydrv); argument 1567 struct phy_driver, mdiodrv) argument 2259 const struct phy_driver *phydrv); 2353 void phy_drivers_unregister(struct phy_driver *drv, int n); 2354 int phy_drivers_register(struct phy_driver *new_driver, int n,
|
| /linux/drivers/net/phy/realtek/ ! |
| H A D | realtek_main.c | 1852 const struct phy_driver *phydrv) in rtlgen_match_phy_device() 1859 const struct phy_driver *phydrv) in rtl8226_match_phy_device() 1876 const struct phy_driver *phydrv) in rtl8221b_match_phy_device() 1882 const struct phy_driver *phydrv) in rtl8221b_vb_cg_match_phy_device() 1889 const struct phy_driver *phydrv) in rtl8221b_vm_cg_match_phy_device() 1896 const struct phy_driver *phydrv) in rtl_internal_nbaset_match_phy_device() 1916 const struct phy_driver *phydrv) in rtl8251b_c45_match_phy_device() 2142 static struct phy_driver realtek_drvs[] = {
|
| /linux/drivers/net/phy/mediatek/ ! |
| H A D | mtk-ge.c | 99 static struct phy_driver mtk_gephy_driver[] = {
|