Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dseq_device.c52 static struct bus_type snd_seq_bus_type = { variable
77 bus_for_each_dev(&snd_seq_bus_type, NULL, buffer, print_dev_info); in snd_seq_device_info()
102 bus_for_each_dev(&snd_seq_bus_type, NULL, NULL, in autoload_drivers()
227 dev->dev.bus = &snd_seq_bus_type; in snd_seq_device_new()
252 drv->driver.bus = &snd_seq_bus_type; in __snd_seq_driver_register()
289 err = bus_register(&snd_seq_bus_type); in alsa_seq_device_init()
294 bus_unregister(&snd_seq_bus_type); in alsa_seq_device_init()
306 bus_unregister(&snd_seq_bus_type); in alsa_seq_device_exit()