Home
last modified time | relevance | path

Searched refs:phy_state_machine (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dphy.h2009 void phy_state_machine(struct work_struct *work);
/linux-6.15/drivers/net/phy/
H A Dphy.c1604 void phy_state_machine(struct work_struct *work) in phy_state_machine() function
H A Dphy_device.c704 INIT_DELAYED_WORK(&dev->state_queue, phy_state_machine); in phy_device_create()