Home
last modified time | relevance | path

Searched refs:modname (Results 1 – 5 of 5) sorted by relevance

/drivers/base/
Dauxiliary.c314 int __auxiliary_device_add(struct auxiliary_device *auxdev, const char *modname) in __auxiliary_device_add() argument
319 if (!modname) { in __auxiliary_device_add()
324 ret = dev_set_name(dev, "%s.%s.%d", modname, auxdev->name, auxdev->id); in __auxiliary_device_add()
379 struct module *owner, const char *modname) in __auxiliary_driver_register() argument
387 auxdrv->driver.name = kasprintf(GFP_KERNEL, "%s.%s", modname, in __auxiliary_driver_register()
390 auxdrv->driver.name = kasprintf(GFP_KERNEL, "%s", modname); in __auxiliary_driver_register()
396 auxdrv->driver.mod_name = modname; in __auxiliary_driver_register()
/drivers/mfd/
Dtwl4030-irq.c81 #define SIH_INITIALIZER(modname, nbits) \ argument
82 .module = TWL4030_MODULE_ ## modname, \
83 .control_offset = TWL4030_ ## modname ## _SIH_CTRL, \
86 .edr_offset = TWL4030_ ## modname ## _EDR, \
90 .isr_offset = TWL4030_ ## modname ## _ISR1, \
91 .imr_offset = TWL4030_ ## modname ## _IMR1, \
94 .isr_offset = TWL4030_ ## modname ## _ISR2, \
95 .imr_offset = TWL4030_ ## modname ## _IMR2, \
/drivers/cdrom/
Dgdrom.c113 char modname[16]; member
663 model_name = kstrndup(id->modname, 16, GFP_KERNEL); in gdrom_outputversion()
/drivers/cxl/core/
Dport.c2025 const char *modname) in __cxl_driver_register() argument
2028 pr_debug("%s ->probe() must be specified\n", modname); in __cxl_driver_register()
2033 pr_debug("%s ->name must be specified\n", modname); in __cxl_driver_register()
2038 pr_debug("%s ->id must be specified\n", modname); in __cxl_driver_register()
2044 cxl_drv->drv.mod_name = modname; in __cxl_driver_register()
/drivers/cxl/
Dcxl.h833 const char *modname);