logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

BUS_RESCAN — rescan a bus checking for devices that have been added or removed

Description

       The  BUS_RESCAN()  method is called to request a rescan of the child devices on a bus device.  The method
       should add any devices that have been added since the previous scan and remove  devices  that  have  been
       removed.   This  method  is  not required to re-examine existing devices to determine if their properties
       have changed.  This method is also not required to propagate the rescan request to child devices.

Name

       BUS_RESCAN — rescan a bus checking for devices that have been added or removed

See Also

device(9)

Debian                                           April 27, 2016                                    BUS_RESCAN(9)

Synopsis

#include<sys/param.h>#include<sys/bus.h>voidBUS_RESCAN(device_tdev);

See Also