Searched refs:subsys_private (Results 1 – 3 of 3) sorted by relevance
30 struct subsys_private *cp = to_subsys_private(kobj); in class_attr_show()42 struct subsys_private *cp = to_subsys_private(kobj); in class_attr_store()52 struct subsys_private *cp = to_subsys_private(kobj); in class_release()68 struct subsys_private *cp = to_subsys_private(kobj); in class_child_ns_type()168 struct subsys_private *cp; in __class_register()
28 struct subsys_private { struct44 #define to_subsys_private(obj) container_of(obj, struct subsys_private, subsys.kobj) argument
107 struct subsys_private *subsys_priv = to_subsys_private(kobj); in bus_attr_show()119 struct subsys_private *subsys_priv = to_subsys_private(kobj); in bus_attr_store()155 struct subsys_private *priv = in bus_release()894 struct subsys_private *priv; in bus_register()897 priv = kzalloc(sizeof(struct subsys_private), GFP_KERNEL); in bus_register()