1PHY_PROBE(9) Network device support PHY_PROBE(9)
23
4
NAME
6phy_probe - probe and init a PHY device
7
SYNOPSIS
9int phy_probe(struct device * dev);
10
ARGUMENTS
12dev
13device to probe and init
14
DESCRIPTION
16Take care of setting up the phy_device structure, set the state to
17READY (the driver's init function should set it to STARTING if needed).
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 PHY_PROBE(9)