1DEVICE_REPROBE(9) Device drivers infrastructure DEVICE_REPROBE(9)
2
3
4
6 device_reprobe - remove driver for a device and probe for a new driver
7
9 int device_reprobe(struct device * dev);
10
12 dev
13 the device to reprobe
14
16 This function detaches the attached driver (if any) for the given
17 device and restarts the driver probing process. It is intended to use
18 if probing criteria changed during a devices lifetime and driver
19 attachment should change accordingly.
20
22Kernel Hackers Manual 2.6. June 2019 DEVICE_REPROBE(9)