Searched refs:kobj_group (Results 1 – 2 of 2) sorted by relevance
54 container_of(kobj, struct medialb_bus, kobj_group); in bus_kobj_attr_show()68 container_of(kobj, struct medialb_bus, kobj_group); in bus_kobj_attr_store()92 kobject_init(&bus->kobj_group, &bus_ktype); in dim2_sysfs_probe()93 err = kobject_add(&bus->kobj_group, parent_kobj, "bus"); in dim2_sysfs_probe()99 err = sysfs_create_group(&bus->kobj_group, &bus_attr_group); in dim2_sysfs_probe()108 kobject_put(&bus->kobj_group); in dim2_sysfs_probe()116 kobject_put(&bus->kobj_group); in dim2_sysfs_destroy()
24 struct kobject kobj_group; member