Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dcore.h109 struct xarray ctl_hash; /* hash table for ctl id matching */ member
/openbmc/linux/sound/core/
H A Dcontrol.c417 if (xa_insert(&card->ctl_hash, get_ctl_id_hash(&id), in add_hash_entries()
439 matched = xa_load(&card->ctl_hash, h); in remove_hash_entries()
442 xa_erase(&card->ctl_hash, h); in remove_hash_entries()
894 kctl = xa_load(&card->ctl_hash, get_ctl_id_hash(id)); in snd_ctl_find_id_locked()
2447 xa_destroy(&card->ctl_hash); in snd_ctl_dev_free()
H A Dinit.c324 xa_init(&card->ctl_hash); in snd_card_init()