Home
last modified time | relevance | path

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

12

/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 Dphy_device.c62 static struct phy_driver genphy_c45_driver = {
240 static struct phy_driver genphy_driver;
296 struct phy_driver *phydrv = to_phy_driver(drv); in mdio_bus_phy_may_suspend()
566 const struct phy_driver *phydrv) in genphy_match_phy_device()
592 const struct phy_driver *phydrv = to_phy_driver(drv); in phy_bus_match()
1606 static bool phy_drv_supports_irq(const struct phy_driver *phydrv) in phy_drv_supports_irq()
1906 const struct phy_driver *phydrv = phydev->drv; in phy_suspend()
1931 const struct phy_driver *phydrv = phydev->drv; in __phy_resume()
3398 struct phy_driver *phydrv = to_phy_driver(drv); in phy_probe()
3547 int phy_driver_register(struct phy_driver *new_driver, struct module *owner) in phy_driver_register()
[all …]
H A Dadin1100.c324 static struct phy_driver adin_driver[] = {
H A Dmicrochip.c471 static struct phy_driver microchip_phy_driver[] = {
H A Ddp83tg720.c644 static struct phy_driver dp83tg720_driver[] = {
H A Dnxp-c45-tja11xx.c1969 const struct phy_driver *phydrv) in tja11xx_phy_id_compare()
1978 const struct phy_driver *phydrv) in tja11xx_no_macsec_match_phy_device()
1985 const struct phy_driver *phydrv) in tja11xx_macsec_match_phy_device()
2059 static struct phy_driver nxp_c45_driver[] = {
H A Ddp83td510.c877 static struct phy_driver dp83td510_driver[] = {
H A Dintel-xway.c532 static struct phy_driver xway_gphy[] = {
H A Dsmsc.c687 static struct phy_driver smsc_phy_driver[] = {
H A Dbcm54140.c865 static struct phy_driver bcm54140_drivers[] = {
H A Ddp83869.c923 static struct phy_driver dp83869_driver[] = {
H A Dmxl-gpy.c1017 static struct phy_driver gpy_drivers[] = {
H A Dair_en8811h.c1187 static struct phy_driver en8811h_driver[] = {
H A Ddp83822.c1209 static struct phy_driver dp83822_driver[] = {
H A Dbroadcom.c1439 static struct phy_driver broadcom_drivers[] = {
H A Dmicrel.c779 const struct phy_driver *phydrv) in ksz8051_match_phy_device()
900 const struct phy_driver *phydrv) in ksz8795_match_phy_device()
5646 static struct phy_driver ksphy_driver[] = {
H A Dmotorcomm.c2897 static struct phy_driver motorcomm_phy_drvs[] = {
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c1325 const struct phy_driver *phydrv) in rtlgen_match_phy_device()
1332 const struct phy_driver *phydrv) in rtl8226_match_phy_device()
1349 const struct phy_driver *phydrv) in rtl8221b_match_phy_device()
1355 const struct phy_driver *phydrv) in rtl8221b_vb_cg_c22_match_phy_device()
1361 const struct phy_driver *phydrv) in rtl8221b_vb_cg_c45_match_phy_device()
1367 const struct phy_driver *phydrv) in rtl8221b_vn_cg_c22_match_phy_device()
1373 const struct phy_driver *phydrv) in rtl8221b_vn_cg_c45_match_phy_device()
1379 const struct phy_driver *phydrv) in rtl_internal_nbaset_match_phy_device()
1399 const struct phy_driver *phydrv) in rtl8251b_c45_match_phy_device()
1539 static struct phy_driver realtek_drvs[] = {
/linux/include/linux/
H A Dphy.h637 const struct phy_driver *drv;
924 struct phy_driver { struct
1020 const struct phy_driver *phydrv); argument
1274 struct phy_driver, mdiodrv) argument
1909 const struct phy_driver *phydrv);
1998 void phy_driver_unregister(struct phy_driver *drv);
1999 void phy_drivers_unregister(struct phy_driver *drv, int n);
2000 int phy_driver_register(struct phy_driver *new_driver, struct module *owner);
2001 int phy_drivers_register(struct phy_driver *new_driver, int n,
/linux/rust/kernel/net/
H A Dphy.rs416 _phydrv: *const bindings::phy_driver, in match_phy_device_callback() argument
486 pub struct DriverVTable(Opaque<bindings::phy_driver>);
499 DriverVTable(Opaque::new(bindings::phy_driver { in create_phy_driver()
561 ..unsafe { core::mem::MaybeUninit::<bindings::phy_driver>::zeroed().assume_init() } in create_phy_driver()
/linux/drivers/net/phy/mediatek/
H A Dmtk-ge.c99 static struct phy_driver mtk_gephy_driver[] = {
/linux/drivers/net/phy/qcom/
H A Dqca808x.c646 static struct phy_driver qca808x_driver[] = {
H A Dqca807x.c806 static struct phy_driver qca807x_drivers[] = {
H A Dat803x.c1116 static struct phy_driver at803x_driver[] = {
/linux/Documentation/networking/
H A Dphy.rst466 static struct phy_driver dm9161_driver = {
479 in include/linux/phy.h under the phy_driver structure.

12