Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/
Dcontrol.c414 if (xa_insert(&card->ctl_hash, get_ctl_id_hash(&id), in add_hash_entries()
436 matched = xa_load(&card->ctl_hash, h); in remove_hash_entries()
439 xa_erase(&card->ctl_hash, h); in remove_hash_entries()
841 kctl = xa_load(&card->ctl_hash, get_ctl_id_hash(id)); in snd_ctl_find_id()
2359 xa_destroy(&card->ctl_hash); in snd_ctl_dev_free()
Dinit.c319 xa_init(&card->ctl_hash); in snd_card_init()
/Linux-v6.1/include/sound/
Dcore.h109 struct xarray ctl_hash; /* hash table for ctl id matching */ member