Home
last modified time | relevance | path

Searched refs:PHY_INTERRUPT_ENABLED (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/phy/realtek/
H A Drealtek_main.c290 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in rtl8201_config_intr()
313 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in rtl8211b_config_intr()
335 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in rtl8211e_config_intr()
358 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in rtl8211f_config_intr()
1502 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in rtl9000a_config_intr()
/linux/drivers/net/phy/
H A Dadin1100.c163 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in adin_config_intr()
H A Ddp83td510.c475 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in dp83td510_config_intr()
H A Dintel-xway.c330 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in xway_gphy_config_intr()
H A Dmicrel.c553 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in kszphy_config_intr()
2404 phydev->interrupts = PHY_INTERRUPT_ENABLED; in kszphy_resume()
2458 phydev->interrupts = PHY_INTERRUPT_ENABLED; in ksz9477_resume()
2490 phydev->interrupts = PHY_INTERRUPT_ENABLED; in ksz8061_resume()
3967 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in lan8804_config_intr()
4038 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in lan8814_config_intr()
4446 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in lan8841_config_intr()
H A Dsmsc.c70 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in smsc_phy_config_intr()
H A Dbcm54140.c702 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in bcm54140_config_intr()
H A Ddp83869.c205 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in dp83869_config_intr()
H A Dnxp-c45-tja11xx.c1209 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in nxp_c45_config_intr()
1245 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in tja1120_config_intr()
H A Dmxl-gpy.c657 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in gpy_config_intr()
H A Ddp83822.c331 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in dp83822_config_intr()
H A Dbroadcom.c978 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in brcm_fet_config_intr()
H A Dphy.c1422 return phy_config_interrupt(phydev, PHY_INTERRUPT_ENABLED); in phy_enable_interrupts()
H A Dmarvell.c391 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in marvell_config_intr()
/linux/drivers/net/phy/qcom/
H A Dqcom-phy-lib.c177 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in at803x_config_intr()
H A Dat803x.c921 if (phydev->interrupts == PHY_INTERRUPT_ENABLED && in at8031_config_intr()
/linux/drivers/net/phy/mscc/
H A Dmscc_main.c2131 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) in vsc85xx_ack_interrupt()
2141 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in vsc85xx_config_intr()
/linux/include/linux/
H A Dphy.h460 #define PHY_INTERRUPT_ENABLED true macro