Lines Matching defs:bus
96 /* my bus stuff */
136 .bus = &test_bus_type,
144 .bus = &test_bus_type,
464 * to the bus
470 printk("tbase: Device not added to bus\n");
473 printk("tbase: Device added to bus\n");
572 * subsystem pointer, we can use our bus pointer
676 * will rescan the bus and attempt to match devices
691 printk("tbase: bus rescan failed\n");
706 struct bus_type *bus = &test_bus_type;
708 if (bus_create_file(bus, &bus_attr_test_id)) {
709 printk("tbase: failed to create bus sysfs file\n");
712 printk("tbase: created bus sysfs file\n");
713 bus_remove_file(bus, &bus_attr_test_id);