Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/most/
Dconfigfs.c638 static struct most_sound most_sound_subsys = { variable
663 most_sound_subsys.mod = c->mod; in most_register_configfs_subsys()
664 ret = configfs_register_subsystem(&most_sound_subsys.subsys); in most_register_configfs_subsys()
702 configfs_unregister_subsystem(&most_sound_subsys.subsys); in most_deregister_configfs_subsys()
717 config_group_init(&most_sound_subsys.subsys.su_group); in configfs_init()
718 mutex_init(&most_sound_subsys.subsys.su_mutex); in configfs_init()
720 INIT_LIST_HEAD(&most_sound_subsys.soundcard_list); in configfs_init()