MDIO_BUS_MATCH
Section: Network device support (9)
Updated: February 2011
Index
Return to Main Contents
NAME
mdio_bus_match - determine if given PHY driver supports the given PHY device
SYNOPSIS
-
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