Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dclass.c73 struct subsys_private *cp = to_subsys_private(kobj); in class_attr_show()
85 struct subsys_private *cp = to_subsys_private(kobj); in class_attr_store()
95 struct subsys_private *cp = to_subsys_private(kobj); in class_release()
112 const struct subsys_private *cp = to_subsys_private(kobj); in class_child_ns_type()
H A Dbase.h61 #define to_subsys_private(obj) container_of_const(obj, struct subsys_private, subsys.kobj) macro
H A Dbus.c154 struct subsys_private *subsys_priv = to_subsys_private(kobj); in bus_attr_show()
167 struct subsys_private *subsys_priv = to_subsys_private(kobj); in bus_attr_store()
210 struct subsys_private *priv = to_subsys_private(kobj); in bus_release()