Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dphy.h759 void phy_change(struct work_struct *work);
/linux-4.1.27/drivers/net/phy/
Dphy.c660 void phy_change(struct work_struct *work) in phy_change() function
Dphy_device.c188 INIT_WORK(&dev->phy_queue, phy_change); in phy_device_create()