Rechercher une page de manuel
phy_attach
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
phy_attach - attach a network device to a particular PHY deviceSYNOPSIS
- struct phy_device * phy_attach(struct net_device * dev, const char * bus_id, u32 flags, phy_interface_t interface);
ARGUMENTS
dev
- network device to attach
bus_id
- Bus ID of PHY device to attach
flags
- PHY device's dev_flags
interface
- PHY device's interface
DESCRIPTION
Same as phy_attach_direct except that a PHY bus_id string is passed instead of a pointer to a struct phy_device.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre