Searched refs:bus_kobj (Results 1 – 1 of 1) sorted by relevance
410 let bus_kobj = bus.subsystem().subsys() as Arc<dyn KObject>; in create_file() localVariable411 return sysfs_instance().create_file(&bus_kobj, attr); in create_file()415 let bus_kobj = bus.subsystem().subsys() as Arc<dyn KObject>; in remove_file() localVariable416 sysfs_instance().remove_file(&bus_kobj, attr); in remove_file()425 let bus_kobj = bus.subsystem().subsys() as Arc<dyn KObject>; in add_groups() localVariable426 return sysfs_instance().create_groups(&bus_kobj, groups); in add_groups()