Searched refs:THIS_MODULE (Results 1 – 15 of 15) sorted by relevance
| /u-boot/include/ |
| A D | spi-mem.h | 253 spi_mem_driver_register_with_owner(__drv, THIS_MODULE)
|
| /u-boot/drivers/mtd/ubi/ |
| A D | kapi.c | 157 if (!try_module_get(THIS_MODULE)) in ubi_open_volume() 221 module_put(THIS_MODULE); in ubi_open_volume() 361 module_put(THIS_MODULE); in ubi_close_volume()
|
| A D | vmt.c | 270 vol->cdev.owner = THIS_MODULE; in ubi_create_volume() 602 vol->cdev.owner = THIS_MODULE; in ubi_add_volume()
|
| A D | debug.c | 388 .owner = THIS_MODULE,
|
| A D | build.c | 142 .owner = THIS_MODULE, 539 ubi->cdev.owner = THIS_MODULE; in uif_init()
|
| /u-boot/include/linux/ |
| A D | compat.h | 178 #define THIS_MODULE 0 macro
|
| /u-boot/drivers/mtd/ |
| A D | mtdcore.c | 76 .owner = THIS_MODULE, 502 __module_get(THIS_MODULE); in add_mtd_device() 563 module_put(THIS_MODULE); in del_mtd_device() 669 __module_get(THIS_MODULE); in register_mtd_user() 693 module_put(THIS_MODULE); in unregister_mtd_user()
|
| /u-boot/lib/crypto/ |
| A D | x509_public_key.c | 289 .owner = THIS_MODULE,
|
| A D | public_key.c | 433 .owner = THIS_MODULE,
|
| /u-boot/drivers/mtd/nand/spi/ |
| A D | core.c | 1091 ret = nanddev_init(nand, &spinand_ops, THIS_MODULE); in spinand_init()
|
| /u-boot/fs/ubifs/ |
| A D | debug.c | 2844 .owner = THIS_MODULE, 3037 .owner = THIS_MODULE,
|
| A D | super.c | 2535 .owner = THIS_MODULE,
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | pxa3xx_nand.c | 1801 mtd->owner = THIS_MODULE; in alloc_nand_resource()
|
| /u-boot/drivers/usb/musb-new/ |
| A D | musb_core.c | 2468 .owner = THIS_MODULE,
|
| /u-boot/drivers/mtd/nand/raw/brcmnand/ |
| A D | brcmnand.c | 2271 mtd->owner = THIS_MODULE; in brcmnand_init_cs()
|
Completed in 43 milliseconds