Home
last modified time | relevance | path

Searched refs:phy_driver (Results 1 – 25 of 67) sorted by relevance

123

/linux/drivers/net/phy/
H A Dxilinx_gmii2rgmii.c26 const struct phy_driver *phy_drv;
27 struct phy_driver conv_phy_drv;
123 sizeof(struct phy_driver)); in xgmiitorgmii_probe()
H A Dteranetics.c71 const struct phy_driver *phydrv) in teranetics_match_phy_device()
76 static struct phy_driver teranetics_driver[] = {
H A Dbcm87xx.c189 const struct phy_driver *phydrv) in bcm87xx_match_phy_device()
194 static struct phy_driver bcm87xx_driver[] = {
H A Dicplus.c524 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 Dphy_device.c60 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 Det1011c.c86 static struct phy_driver et1011c_driver[] = { {
H A Dcortina.c76 static struct phy_driver cortina_driver[] = {
H A DuPD60620.c81 static struct phy_driver upd60620_driver[1] = { {
H A Dqsemi.c146 static struct phy_driver qs6612_driver[] = { {
H A Dbcm63xx.c72 static struct phy_driver bcm63xx_driver[] = {
H A Damd.c91 static struct phy_driver am79c_drivers[] = {
H A Dcicada.c127 static struct phy_driver cis820x_driver[] = {
H A Dax88796b.c97 static struct phy_driver asix_driver[] = {
H A Dste10Xp.c102 static struct phy_driver ste10xp_pdriver[] = {
H A Dncn26000.c143 static struct phy_driver ncn26000_driver[] = {
H A Dmarvell10g.c1268 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 Ddp83848.c154 static struct phy_driver dp83848_driver[] = {
H A Dnxp-tja11xx.c655 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 Dnational.c160 static struct phy_driver dp83865_driver[] = { {
H A Ddavicom.c173 static struct phy_driver dm91xx_driver[] = {
H A Drockchip.c173 static struct phy_driver rockchip_phy_driver[] = {
/linux/rust/kernel/net/
H A Dphy.rs413 _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 Dphy.h671 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 Drealtek_main.c1852 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 Dmtk-ge.c99 static struct phy_driver mtk_gephy_driver[] = {

123