Searched defs:THIS_MODULE (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
H A D | export.h | 34 #define THIS_MODULE (&__this_module) macro 36 #define THIS_MODULE ((struct module *)0) macro
|
/linux-4.4.14/drivers/block/ |
H A D | brd.c | 623 THIS_MODULE, brd_probe, NULL, NULL); brd_init() local
|
/linux-4.4.14/drivers/ide/ |
H A D | ide-probe.c | 992 THIS_MODULE, ata_probe, ata_lock, hwif); hwif_init() local
|
/linux-4.4.14/drivers/md/ |
H A D | md.c | 9059 blk_register_region(MKDEV(mdp_major, 0), 1UL<<MINORBITS, THIS_MODULE, md_init() local
|
Completed in 275 milliseconds