Searched refs:module_kobject (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/base/ |
D | module.c | 23 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 | 62 struct module_kobject *mkobj;
|
D | core.c | 3516 struct module_kobject *mk = &owner->mkobj; in __root_device_register()
|
/Linux-v5.10/kernel/ |
D | params.c | 521 #define to_module_kobject(n) container_of(n, struct module_kobject, kobj) 540 struct module_kobject *mk, char *buf) in param_attr_show() 556 struct module_kobject *mk, in param_attr_store() 607 static __modinit int add_sysfs_param(struct module_kobject *mk, in add_sysfs_param() 671 static void free_module_param_attrs(struct module_kobject *mk) in free_module_param_attrs() 743 static struct module_kobject * __init locate_module_kobject(const char *name) in locate_module_kobject() 745 struct module_kobject *mk; in locate_module_kobject() 753 mk = kzalloc(sizeof(struct module_kobject), GFP_KERNEL); in locate_module_kobject() 782 struct module_kobject *mk; in kernel_add_sysfs_param() 838 struct module_kobject *mk, char *buf) in __modver_version_show() [all …]
|
D | module.c | 787 struct module_kobject *mk, char *buffer) \ 1113 struct module_kobject *mk, char *buffer) in show_refcnt() 1201 struct module_kobject *mk, char *buffer) in show_initstate() 1225 struct module_kobject *mk, in store_uevent() 1238 struct module_kobject *mk, char *buffer) in show_coresize() 1247 struct module_kobject *mk, char *buffer) in show_initsize() 1256 struct module_kobject *mk, char *buffer) in show_taint()
|
/Linux-v5.10/include/linux/ |
D | module.h | 46 struct module_kobject { struct 56 ssize_t (*show)(struct module_attribute *, struct module_kobject *, argument 58 ssize_t (*store)(struct module_attribute *, struct module_kobject *, 72 struct module_kobject *, char *); 371 struct module_kobject mkobj;
|