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