Lines Matching refs:module_kobject
520 #define to_module_kobject(n) container_of(n, struct module_kobject, kobj)
539 struct module_kobject *mk, char *buf) in param_attr_show()
555 struct module_kobject *mk, in param_attr_store()
606 static __modinit int add_sysfs_param(struct module_kobject *mk, in add_sysfs_param()
670 static void free_module_param_attrs(struct module_kobject *mk) in free_module_param_attrs()
742 static struct module_kobject * __init locate_module_kobject(const char *name) in locate_module_kobject()
744 struct module_kobject *mk; in locate_module_kobject()
752 mk = kzalloc(sizeof(struct module_kobject), GFP_KERNEL); in locate_module_kobject()
781 struct module_kobject *mk; in kernel_add_sysfs_param()
837 struct module_kobject *mk, char *buf) in __modver_version_show()
851 struct module_kobject *mk; in version_sysfs_builtin()
874 struct module_kobject *mk; in module_attr_show()
893 struct module_kobject *mk; in module_attr_store()
930 struct module_kobject *mk = to_module_kobject(kobj); in module_kobj_release()