1MDIO_BUS_MATCH(9)           Network device support           MDIO_BUS_MATCH(9)
2
3
4

NAME

6       mdio_bus_match - determine if given PHY driver supports the given PHY
7       device
8

SYNOPSIS

10       int mdio_bus_match(struct device * dev, struct device_driver * drv);
11

ARGUMENTS

13       dev
14           target PHY device
15
16       drv
17           given PHY driver
18

DESCRIPTION

20       Given a PHY device, and a PHY driver, return 1 if the driver supports
21       the device. Otherwise, return 0.
22
24Kernel Hackers Manual 3.10         June 2019                 MDIO_BUS_MATCH(9)
Impressum