1BUS_RESCAN_DEVICES(9) Device drivers infrastructure BUS_RESCAN_DEVICES(9)
23
4
NAME
6bus_rescan_devices - rescan devices on the bus for possible drivers
7
SYNOPSIS
9int bus_rescan_devices(struct bus_type * bus);
10
ARGUMENTS
12bus
13the bus to scan.
14
DESCRIPTION
16This function will look for devices on the bus with no driver attached
17and rescan it against existing drivers to see if it matches any by
18calling device_attach for the unbound devices.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 BUS_RESCAN_DEVICES(9)