Searched refs:tc_bus_type (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/tc/ |
H A D | tc-driver.c | 98 struct bus_type tc_bus_type = { variable 102 EXPORT_SYMBOL(tc_bus_type); variable 106 return bus_register(&tc_bus_type); in tc_driver_init()
|
H A D | tc.c | 93 tdev->dev.bus = &tc_bus_type; in tc_bus_add_devices()
|
/kernel/linux/linux-6.6/drivers/tc/ |
H A D | tc-driver.c | 98 struct bus_type tc_bus_type = { variable 102 EXPORT_SYMBOL(tc_bus_type); variable 106 return bus_register(&tc_bus_type); in tc_driver_init()
|
H A D | tc.c | 93 tdev->dev.bus = &tc_bus_type; in tc_bus_add_devices()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tc.h | 123 extern struct bus_type tc_bus_type;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tc.h | 123 extern struct bus_type tc_bus_type;
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pmag-ba-fb.c | 269 .bus = &tc_bus_type,
|
H A D | pmag-aa-fb.c | 279 .bus = &tc_bus_type,
|
H A D | pmagb-b-fb.c | 387 .bus = &tc_bus_type,
|
H A D | tgafb.c | 36 #define TGA_BUS_TC(dev) (dev->bus == &tc_bus_type) 136 .bus = &tc_bus_type,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pmag-ba-fb.c | 266 .bus = &tc_bus_type,
|
H A D | pmag-aa-fb.c | 276 .bus = &tc_bus_type,
|
H A D | pmagb-b-fb.c | 384 .bus = &tc_bus_type,
|
H A D | tgafb.c | 37 #define TGA_BUS_TC(dev) (dev->bus == &tc_bus_type) 143 .bus = &tc_bus_type,
|
/kernel/linux/linux-5.10/drivers/net/fddi/ |
H A D | defxx.c | 251 #define DFX_BUS_TC(dev) (dev->bus == &tc_bus_type) 3817 .bus = &tc_bus_type,
|
H A D | defza.c | 1548 .bus = &tc_bus_type,
|
/kernel/linux/linux-6.6/drivers/net/fddi/ |
H A D | defxx.c | 252 #define DFX_BUS_TC(dev) (dev->bus == &tc_bus_type) 3804 .bus = &tc_bus_type,
|
H A D | defza.c | 1548 .bus = &tc_bus_type,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | declance.c | 1328 .bus = &tc_bus_type,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | declance.c | 1330 .bus = &tc_bus_type,
|
Completed in 23 milliseconds