Searched refs:subsys_private (Results 1 – 4 of 4) sorted by relevance
47 * bus_to_subsys - Turn a struct bus_type into a struct subsys_private51 * The driver core internals needs to work on the subsys_private structure, not54 * internal struct subsys_private that relates to that bus.60 static struct subsys_private *bus_to_subsys(const struct bus_type *bus) in bus_to_subsys() 62 struct subsys_private *sp = NULL; in bus_to_subsys() 76 sp = container_of_const(kset, struct subsys_private, subsys); 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() 154 struct subsys_private *subsys_priv = to_subsys_private(kobj); in bus_attr_show() 167 struct subsys_private *subsys_pri in bus_attr_store() [all...]
3194 static struct kobject *class_dir_create_and_add(struct subsys_private *sp, in class_dir_create_and_add()3222 struct subsys_private *sp = class_to_subsys(dev->class); in get_device_parent()3286 struct subsys_private *sp; in live_in_glue_dir()3399 struct subsys_private *sp; in device_add_class_symlinks()3443 struct subsys_private *sp = class_to_subsys(dev->class); in device_remove_class_symlinks()3550 struct subsys_private *sp; in device_add()3811 struct subsys_private *sp; in device_del()4492 struct subsys_private *sp = NULL; in device_rename()4706 struct subsys_private *sp; in device_change_owner()
75 struct subsys_private *sp;
42 struct subsys_private;