Lines Matching refs:module_kobject
543 #define to_module_kobject(n) container_of(n, struct module_kobject, kobj)
562 struct module_kobject *mk, char *buf) in param_attr_show()
578 struct module_kobject *mk, in param_attr_store()
623 static __init_or_module int add_sysfs_param(struct module_kobject *mk, in add_sysfs_param()
683 static void free_module_param_attrs(struct module_kobject *mk) in free_module_param_attrs()
757 struct module_kobject * __init_or_module
760 struct module_kobject *mk; in lookup_or_create_module_kobject()
768 mk = kzalloc_obj(struct module_kobject); in lookup_or_create_module_kobject()
794 struct module_kobject *mk; in kernel_add_sysfs_param()
850 struct module_kobject *mk, char *buf) in __modver_version_show()
864 struct module_kobject *mk; in version_sysfs_builtin()
885 struct module_kobject *mk; in module_attr_show()
904 struct module_kobject *mk; in module_attr_store()
940 struct module_kobject *mk = to_module_kobject(kobj); in module_kobj_release()