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

NAME

6       driver_register - register driver with bus
7

SYNOPSIS

9       int driver_register(struct device_driver * drv);
10

ARGUMENTS

12       drv
13           driver to register
14

DESCRIPTION

16       We pass off most of the work to the bus_add_driver call, since most of
17       the things we have to do deal with the bus structures.
18
20Kernel Hackers Manual 3.10         June 2019                DRIVER_REGISTER(9)
Impressum