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

NAME

6       device_reprobe - remove driver for a device and probe for a new driver
7

SYNOPSIS

9       int device_reprobe(struct device * dev);
10

ARGUMENTS

12       dev
13           the device to reprobe
14

DESCRIPTION

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 3.10         June 2019                 DEVICE_REPROBE(9)
Impressum