Home
last modified time | relevance | path

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

/drivers/base/
A Dbus.c62 struct subsys_private *sp = NULL; in bus_to_subsys()
89 struct subsys_private *sp = bus_to_subsys(bus); in bus_get()
98 struct subsys_private *sp = bus_to_subsys(bus); in bus_put()
183 struct subsys_private *sp = bus_to_subsys(bus); in bus_create_file()
198 struct subsys_private *sp = bus_to_subsys(bus); in bus_remove_file()
281 struct subsys_private *sp = bus_to_subsys(bus); in drivers_autoprobe_show()
295 struct subsys_private *sp = bus_to_subsys(bus); in drivers_autoprobe_store()
859 struct subsys_private *priv; in bus_register()
1143 struct subsys_private *sp; in subsys_interface_register()
1175 struct subsys_private *sp; in subsys_interface_unregister()
[all …]
A Dclass.c44 struct subsys_private *sp = NULL; in class_to_subsys()
73 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()
132 struct subsys_private *sp = class_to_subsys(cls); in class_create_file_ns()
148 struct subsys_private *sp = class_to_subsys(cls); in class_remove_file_ns()
180 struct subsys_private *cp; in class_register()
235 struct subsys_private *sp = class_to_subsys(cls); in class_unregister()
323 struct subsys_private *sp = class_to_subsys(class); in class_dev_iter_init()
484 struct subsys_private *sp; in class_interface_register()
[all …]
A Dbase.h42 struct subsys_private { struct
61 #define to_subsys_private(obj) container_of_const(obj, struct subsys_private, subsys.kobj) argument
63 static inline struct subsys_private *subsys_get(struct subsys_private *sp) in subsys_get()
70 static inline void subsys_put(struct subsys_private *sp) in subsys_put()
76 struct subsys_private *bus_to_subsys(const struct bus_type *bus);
77 struct subsys_private *class_to_subsys(const struct class *class);
A Dcore.c2640 struct subsys_private *sp = bus_to_subsys(dev->bus); in dev_driver_uevent()
3217 static struct kobject *class_dir_create_and_add(struct subsys_private *sp, in class_dir_create_and_add()
3245 struct subsys_private *sp = class_to_subsys(dev->class); in get_device_parent()
3309 struct subsys_private *sp; in live_in_glue_dir()
3422 struct subsys_private *sp; in device_add_class_symlinks()
3466 struct subsys_private *sp = class_to_subsys(dev->class); in device_remove_class_symlinks()
3573 struct subsys_private *sp; in device_add()
3834 struct subsys_private *sp; in device_del()
4515 struct subsys_private *sp = NULL; in device_rename()
4729 struct subsys_private *sp; in device_change_owner()

Completed in 20 milliseconds