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_set_pass — raise the bus pass level

Description

       The  bus_set_pass  function is called during boot to raise the bus pass level to pass.  The function will
       rescan the device tree for each pass level between the current pass level and the new level that  has  at
       least  one  associated  driver.   The device tree rescans are implemented by invoking the BUS_NEW_PASS(9)
       method on the root bus device.

Name

       bus_set_pass — raise the bus pass level

See Also

BUS_NEW_PASS(9), device(9)

Debian                                            June 8, 2009                                   BUS_SET_PASS(9)

Synopsis

#include<sys/param.h>#include<sys/bus.h>voidbus_set_pass(intpass);

See Also