Lines Matching refs:module_kobject
515 #define to_module_kobject(n) container_of(n, struct module_kobject, kobj)
534 struct module_kobject *mk, char *buf) in param_attr_show()
554 struct module_kobject *km, in param_attr_store()
602 static __modinit int add_sysfs_param(struct module_kobject *mk, in add_sysfs_param()
666 static void free_module_param_attrs(struct module_kobject *mk) in free_module_param_attrs()
738 static struct module_kobject * __init locate_module_kobject(const char *name) in locate_module_kobject()
740 struct module_kobject *mk; in locate_module_kobject()
748 mk = kzalloc(sizeof(struct module_kobject), GFP_KERNEL); in locate_module_kobject()
777 struct module_kobject *mk; in kernel_add_sysfs_param()
833 struct module_kobject *mk, char *buf) in __modver_version_show()
847 struct module_kobject *mk; in version_sysfs_builtin()
869 struct module_kobject *mk; in module_attr_show()
888 struct module_kobject *mk; in module_attr_store()
925 struct module_kobject *mk = to_module_kobject(kobj); in module_kobj_release()