1DRIVER_ADD_KOBJ(9) Device drivers infrastructure DRIVER_ADD_KOBJ(9)
2
3
4
6 driver_add_kobj - add a kobject below the specified driver
7
9 int driver_add_kobj(struct device_driver * drv, struct kobject * kobj,
10 const char * fmt, ...);
11
13 drv
14 requesting device driver
15
16 kobj
17 kobject to add below this driver
18
19 fmt
20 format string that names the kobject
21
22 ...
23 variable arguments
24
26 You really donĀ“t want to do this, this is only here due to one looney
27 iseries driver, go poke those developers if you are annoyed about
28 this...
29
31Kernel Hackers Manual 2.6. June 2019 DRIVER_ADD_KOBJ(9)