Home
last modified time | relevance | path

Searched refs:tc_bus (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/tc/
Dtc.c27 static struct tc_bus tc_bus = { variable
34 static void __init tc_bus_add_devices(struct tc_bus *tbus) in tc_bus_add_devices()
154 if (tc_bus_get_info(&tc_bus)) in tc_init()
157 INIT_LIST_HEAD(&tc_bus.devices); in tc_init()
158 dev_set_name(&tc_bus.dev, "tc"); in tc_init()
159 if (device_register(&tc_bus.dev)) in tc_init()
162 if (tc_bus.info.slot_size) { in tc_init()
163 unsigned int tc_clock = tc_get_speed(&tc_bus) / 100000; in tc_init()
166 "(with%s parity)\n", tc_bus.info.revision, in tc_init()
168 tc_bus.info.parity ? "" : "out"); in tc_init()
[all …]
/linux-5.19.10/include/linux/
Dtc.h64 struct tc_bus { struct
82 struct tc_bus *bus; /* Bus this device is on. */ argument
116 static inline unsigned long tc_get_speed(struct tc_bus *tbus) in tc_get_speed()
139 extern int tc_bus_get_info(struct tc_bus *tbus);
/linux-5.19.10/arch/mips/dec/
Dtc.c39 int __init tc_bus_get_info(struct tc_bus *tbus) in tc_bus_get_info()
/linux-5.19.10/drivers/video/fbdev/
Dpmagb-b-fb.c189 struct tc_bus *tbus = to_tc_dev(info->device)->bus; in pmagbbfb_osc_setup()