Searched refs:module_kobject (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/base/ |
D | module.c | 25 static void module_create_drivers_dir(struct module_kobject *mk) in module_create_drivers_dir() 37 struct module_kobject *mk = NULL; in module_add_driver() 50 mk = container_of(mkobj, struct module_kobject, kobj); in module_add_driver() 74 struct module_kobject *mk = NULL; in module_remove_driver()
|
D | base.h | 50 struct module_kobject *mkobj;
|
D | core.c | 1548 struct module_kobject *mk = &owner->mkobj; in __root_device_register()
|
/linux-4.1.27/kernel/ |
D | params.c | 515 #define to_module_kobject(n) container_of(n, struct module_kobject, kobj) 534 struct module_kobject *mk, char *buf) in param_attr_show() 554 struct module_kobject *km, in param_attr_store() 602 static __modinit int add_sysfs_param(struct module_kobject *mk, in add_sysfs_param() 666 static void free_module_param_attrs(struct module_kobject *mk) in free_module_param_attrs() 738 static struct module_kobject * __init locate_module_kobject(const char *name) in locate_module_kobject() 740 struct module_kobject *mk; in locate_module_kobject() 748 mk = kzalloc(sizeof(struct module_kobject), GFP_KERNEL); in locate_module_kobject() 777 struct module_kobject *mk; in kernel_add_sysfs_param() 833 struct module_kobject *mk, char *buf) in __modver_version_show() [all …]
|
D | module.c | 603 struct module_kobject *mk, char *buffer) \ 925 struct module_kobject *mk, char *buffer) in show_refcnt() 1023 struct module_kobject *mk, char *buffer) in show_initstate() 1047 struct module_kobject *mk, in store_uevent() 1061 struct module_kobject *mk, char *buffer) in show_coresize() 1070 struct module_kobject *mk, char *buffer) in show_initsize() 1079 struct module_kobject *mk, char *buffer) in show_taint() 1310 struct module_kobject *mk, char *buf) in module_sect_show()
|
/linux-4.1.27/include/linux/ |
D | module.h | 39 struct module_kobject { struct 49 ssize_t (*show)(struct module_attribute *, struct module_kobject *, argument 51 ssize_t (*store)(struct module_attribute *, struct module_kobject *, 65 struct module_kobject *, char *); 229 struct module_kobject mkobj;
|
/linux-4.1.27/drivers/staging/unisys/virtpci/ |
D | virtpci.c | 49 struct module_kobject *mkobj;
|