Searched refs:ctl_hash (Results 1 – 3 of 3) sorted by relevance
414 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()
319 xa_init(&card->ctl_hash); in snd_card_init()
109 struct xarray ctl_hash; /* hash table for ctl id matching */ member
Completed in 18 milliseconds