/openbmc/linux/arch/m68k/coldfire/ |
H A D | m5272.c | 122 fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status); in init_BSP()
|
/openbmc/linux/arch/mips/bcm47xx/ |
H A D | setup.c | 277 fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status); in bcm47xx_register_bus_complete()
|
/openbmc/linux/arch/mips/ar7/ |
H A D | platform.c | 672 res = fixed_phy_add(PHY_POLL, cpmac_high.id, in ar7_register_devices() 686 res = fixed_phy_add(PHY_POLL, cpmac_low.id, &fixed_phy_status); in ar7_register_devices()
|
/openbmc/linux/drivers/net/phy/ |
H A D | smsc.c | 130 if (!priv->edpd_mode_set_by_user && phydev->irq != PHY_POLL) in smsc_phy_config_init() 576 if (phydev->irq != PHY_POLL) in smsc_phy_set_edpd()
|
H A D | fixed_phy.c | 149 if (irq != PHY_POLL) in fixed_phy_add_gpiod()
|
H A D | phy_device.c | 1279 case PHY_POLL: in phy_attached_info_irq() 1531 phydev->irq = PHY_POLL; in phy_attach_direct() 1534 phydev->irq = PHY_POLL; in phy_attach_direct() 3281 phydev->irq = PHY_POLL; in phy_probe()
|
H A D | phy.c | 1333 phydev->irq = PHY_POLL; in phy_request_interrupt() 1338 phydev->irq = PHY_POLL; in phy_request_interrupt()
|
H A D | mdio_bus.c | 172 bus->irq[i] = PHY_POLL; in mdiobus_alloc_size()
|
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_mdio.c | 260 case PHY_POLL: in sxgbe_mdio_register()
|
/openbmc/linux/drivers/net/mdio/ |
H A D | of_mdio.c | 428 return PTR_ERR_OR_ZERO(fixed_phy_register(PHY_POLL, &status, np)); in of_phy_register_fixed_link()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 83 #define PHY_POLL -1 macro 1509 return phydev->irq != PHY_POLL && phydev->irq != PHY_MAC_INTERRUPT; in phy_interrupt_is_valid() 1523 return phydev->irq == PHY_POLL; in phy_polling_mode()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | dsa_loop.c | 400 phydevs[i] = fixed_phy_register(PHY_POLL, &status, NULL); in dsa_loop_init()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/ |
H A D | mlxbf_gige_main.c | 452 phy_irq = PHY_POLL; in mlxbf_gige_probe()
|
/openbmc/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmmii.c | 623 phydev = fixed_phy_register(PHY_POLL, &fphy_status, NULL); in bcmgenet_mii_pd_init()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/ |
H A D | hns_mdio.c | 587 memset(new_bus->irq, PHY_POLL, 4 * PHY_MAX_ADDR); in hns_mdio_probe()
|
/openbmc/linux/drivers/net/ethernet/asix/ |
H A D | ax88796c_main.c | 1084 ax_local->phydev->irq = PHY_POLL; in ax88796c_probe()
|
/openbmc/linux/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 1518 phydev->irq = PHY_POLL; in ixp4xx_eth_probe()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bgmac.c | 1450 phy_dev = fixed_phy_register(PHY_POLL, &fphy_status, NULL); in bgmac_phy_connect_direct()
|
H A D | sb1250-mac.c | 101 #define SBMAC_PHY_INT PHY_POLL
|
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac-mac.c | 940 adpt->phydev->irq = PHY_POLL; in emac_mac_up()
|
/openbmc/linux/drivers/net/ethernet/faraday/ |
H A D | ftgmac100.c | 1699 priv->mii_bus->irq[i] = PHY_POLL; in ftgmac100_setup_mdio()
|
/openbmc/linux/Documentation/networking/ |
H A D | phy.rst | 221 driver. If you don't want to use interrupts, set phydev->irq to PHY_POLL.
|
/openbmc/linux/drivers/net/usb/ |
H A D | lan78xx.c | 2298 phydev = fixed_phy_register(PHY_POLL, &fphy_status, NULL); in lan7801_phy_init() 2375 phydev->irq = PHY_POLL; in lan78xx_phy_init()
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_main.c | 1516 phydev = fixed_phy_register(PHY_POLL, in lan743x_phy_open()
|