1MDIO_BUS_MATCH(9) Network device support MDIO_BUS_MATCH(9)
23
4
NAME
6mdio_bus_match - determine if given PHY driver supports the given PHY
7device
8
SYNOPSIS
10int mdio_bus_match(struct device * dev, struct device_driver * drv);
11
ARGUMENTS
13dev
14target PHY device
1516
drv
17given PHY driver
18
DESCRIPTION
20Given a PHY device, and a PHY driver, return 1 if the driver supports
21the device. Otherwise, return 0.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. June 2019 MDIO_BUS_MATCH(9)