Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/core/
A 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()
2365 xa_destroy(&card->ctl_hash); in snd_ctl_dev_free()
A Dinit.c319 xa_init(&card->ctl_hash); in snd_card_init()
/linux-6.3-rc2/include/sound/
A Dcore.h109 struct xarray ctl_hash; /* hash table for ctl id matching */ member

Completed in 18 milliseconds