Home
last modified time | relevance | path

Searched refs:subsys_private (Results 1 – 3 of 3) sorted by relevance

/drivers/base/
Dclass.c30 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()
Dbase.h28 struct subsys_private { struct
44 #define to_subsys_private(obj) container_of(obj, struct subsys_private, subsys.kobj) argument
Dbus.c107 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()