Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/base/
Dclass.c29 struct subsys_private *cp = to_subsys_private(kobj); in class_attr_show()
41 struct subsys_private *cp = to_subsys_private(kobj); in class_attr_store()
51 struct subsys_private *cp = to_subsys_private(kobj); in class_release()
67 struct subsys_private *cp = to_subsys_private(kobj); in class_child_ns_type()
155 struct subsys_private *cp; in __class_register()
Dbase.h40 struct subsys_private { struct
56 #define to_subsys_private(obj) container_of(obj, struct subsys_private, subsys.kobj) argument
Dbus.c106 struct subsys_private *subsys_priv = to_subsys_private(kobj); in bus_attr_show()
118 struct subsys_private *subsys_priv = to_subsys_private(kobj); in bus_attr_store()
154 struct subsys_private *priv = to_subsys_private(kobj); in bus_release()
786 struct subsys_private *priv; in bus_register()
789 priv = kzalloc(sizeof(struct subsys_private), GFP_KERNEL); in bus_register()
/Linux-v6.1/include/linux/device/
Dbus.h114 struct subsys_private *p;
Dclass.h77 struct subsys_private *p;
/Linux-v6.1/include/linux/
Ddevice.h41 struct subsys_private;