Searched refs:control_count (Results 1 - 2 of 2) sorted by relevance

/sound/pci/asihpi/
H A Dhpicmn.h39 u32 control_count; member in struct:hpi_control_cache
H A Dhpicmn.c198 if (pC->control_count && pC->cache_size_in_bytes) {
204 pC->control_count);
205 for (i = 0; i < pC->control_count; i++) {
249 if (info->control_index == pC->control_count - 1)
625 struct hpi_control_cache *hpi_alloc_control_cache(const u32 control_count, argument
634 kmalloc(sizeof(*p_cache->p_info) * control_count, GFP_KERNEL);
639 memset(p_cache->p_info, 0, sizeof(*p_cache->p_info) * control_count);
641 p_cache->control_count = control_count;

Completed in 114 milliseconds