Searched refs:module_kobject (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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 | 1639 struct module_kobject *mk = &owner->mkobj; in __root_device_register()
|
/linux-4.4.14/kernel/ |
D | params.c | 574 #define to_module_kobject(n) container_of(n, struct module_kobject, kobj) 593 struct module_kobject *mk, char *buf) in param_attr_show() 613 struct module_kobject *mk, in param_attr_store() 662 static __modinit int add_sysfs_param(struct module_kobject *mk, in add_sysfs_param() 726 static void free_module_param_attrs(struct module_kobject *mk) in free_module_param_attrs() 798 static struct module_kobject * __init locate_module_kobject(const char *name) in locate_module_kobject() 800 struct module_kobject *mk; in locate_module_kobject() 808 mk = kzalloc(sizeof(struct module_kobject), GFP_KERNEL); in locate_module_kobject() 837 struct module_kobject *mk; in kernel_add_sysfs_param() 893 struct module_kobject *mk, char *buf) in __modver_version_show() [all …]
|
D | module.c | 760 struct module_kobject *mk, char *buffer) \ 1082 struct module_kobject *mk, char *buffer) in show_refcnt() 1180 struct module_kobject *mk, char *buffer) in show_initstate() 1204 struct module_kobject *mk, in store_uevent() 1218 struct module_kobject *mk, char *buffer) in show_coresize() 1227 struct module_kobject *mk, char *buffer) in show_initsize() 1236 struct module_kobject *mk, char *buffer) in show_taint() 1473 struct module_kobject *mk, char *buf) in module_sect_show()
|
/linux-4.4.14/include/linux/ |
D | module.h | 41 struct module_kobject { struct 51 ssize_t (*show)(struct module_attribute *, struct module_kobject *, argument 53 ssize_t (*store)(struct module_attribute *, struct module_kobject *, 67 struct module_kobject *, char *); 321 struct module_kobject mkobj;
|