Lines Matching refs:module_kobject
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()
852 struct module_kobject *mk; in version_sysfs_builtin()
875 struct module_kobject *mk; in module_attr_show()
894 struct module_kobject *mk; in module_attr_store()
931 struct module_kobject *mk = to_module_kobject(kobj); in module_kobj_release()