Searched refs:mostbus (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/most/ |
H A D | core.c | 502 static struct bus_type mostbus = { variable 511 bus_for_each_dev(&mostbus, NULL, &d, print_links); in links_show() 538 dev = bus_find_device_by_name(&mostbus, NULL, mdev); in get_channel() 732 .bus = &mostbus, 1259 bus_for_each_dev(&mostbus, NULL, comp, disconnect_channels); in most_deregister_component() 1304 iface->dev->bus = &mostbus; in most_register_interface() 1459 err = bus_register(&mostbus); in most_init() 1473 bus_unregister(&mostbus); in most_init() 1480 bus_unregister(&mostbus); in most_exit()
|
/kernel/linux/linux-6.6/drivers/most/ |
H A D | core.c | 502 static struct bus_type mostbus = { variable 511 bus_for_each_dev(&mostbus, NULL, &d, print_links); in links_show() 538 dev = bus_find_device_by_name(&mostbus, NULL, mdev); in get_channel() 732 .bus = &mostbus, 1259 bus_for_each_dev(&mostbus, NULL, comp, disconnect_channels); in most_deregister_component() 1304 iface->dev->bus = &mostbus; in most_register_interface() 1459 err = bus_register(&mostbus); in most_init() 1473 bus_unregister(&mostbus); in most_init() 1480 bus_unregister(&mostbus); in most_exit()
|
Completed in 5 milliseconds