Lines Matching refs:module_kobject
542 #define to_module_kobject(n) container_of(n, struct module_kobject, kobj)
561 struct module_kobject *mk, char *buf) in param_attr_show()
577 struct module_kobject *mk, in param_attr_store()
628 static __modinit int add_sysfs_param(struct module_kobject *mk, in add_sysfs_param()
692 static void free_module_param_attrs(struct module_kobject *mk) in free_module_param_attrs()
766 static struct module_kobject * __init locate_module_kobject(const char *name) in locate_module_kobject()
768 struct module_kobject *mk; in locate_module_kobject()
776 mk = kzalloc(sizeof(struct module_kobject), GFP_KERNEL); in locate_module_kobject()
805 struct module_kobject *mk; in kernel_add_sysfs_param()
861 struct module_kobject *mk, char *buf) in __modver_version_show()
875 struct module_kobject *mk; in version_sysfs_builtin()
896 struct module_kobject *mk; in module_attr_show()
915 struct module_kobject *mk; in module_attr_store()
951 struct module_kobject *mk = to_module_kobject(kobj); in module_kobj_release()