Scroll to navigation

BUS_UNREGISTER(9) Device drivers infrastructure BUS_UNREGISTER(9)

NAME

bus_unregister - remove a bus from the system

SYNOPSIS

void bus_unregister(struct bus_type * bus);

ARGUMENTS

bus
bus.

DESCRIPTION

Unregister the child subsystems and the bus itself. Finally, we call bus_put to release the refcount

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16