1BUS_RESCAN_DEVICES(9)    Device drivers infrastructure   BUS_RESCAN_DEVICES(9)
2
3
4

NAME

6       bus_rescan_devices - rescan devices on the bus for possible drivers
7

SYNOPSIS

9       int bus_rescan_devices(struct bus_type * bus);
10

ARGUMENTS

12       bus
13           the bus to scan.
14

DESCRIPTION

16       This function will look for devices on the bus with no driver attached
17       and rescan it against existing drivers to see if it matches any by
18       calling device_attach for the unbound devices.
19
21Kernel Hackers Manual 3.10         June 2019             BUS_RESCAN_DEVICES(9)
Impressum