bus_attribute      51 include/linux/device.h 	struct bus_attribute bus_attr_##_name = __ATTR(_name, _mode, _show, _store)
bus_attribute      53 include/linux/device.h 	struct bus_attribute bus_attr_##_name = __ATTR_RW(_name)
bus_attribute      55 include/linux/device.h 	struct bus_attribute bus_attr_##_name = __ATTR_RO(_name)
bus_attribute      58 include/linux/device.h 					struct bus_attribute *);
bus_attribute      59 include/linux/device.h extern void bus_remove_file(struct bus_type *, struct bus_attribute *);