table of contents
other versions
PHY_PROBE(9) | Network device support | PHY_PROBE(9) |
NAME¶
phy_probe - probe and init a PHY deviceSYNOPSIS¶
int phy_probe(struct device * dev);
ARGUMENTS¶
struct device * devdevice to probe and init
DESCRIPTION¶
Take care of setting up the phy_device structure, set the state to READY (the driver's init function should set it to STARTING if needed).COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |