Rechercher une page de manuel
mdio_bus_match
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
mdio_bus_match - determine if given PHY driver supports the given PHY deviceSYNOPSIS
- int mdio_bus_match(struct device * dev, struct device_driver * drv);
ARGUMENTS
dev
- target PHY device
drv
- given PHY driver
DESCRIPTION
Given a PHY device, and a PHY driver, return 1 if the driver supports the device. Otherwise, return 0.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre