control_count     187 sound/pci/asihpi/hpicmn.c 	if (pC->control_count && pC->cache_size_in_bytes) {
control_count     193 sound/pci/asihpi/hpicmn.c 			pC->control_count);
control_count     194 sound/pci/asihpi/hpicmn.c 		for (i = 0; i < pC->control_count; i++) {
control_count     200 sound/pci/asihpi/hpicmn.c 			if (control_index >= pC->control_count) {
control_count     246 sound/pci/asihpi/hpicmn.c 			if (info->control_index == pC->control_count - 1)
control_count     639 sound/pci/asihpi/hpicmn.c struct hpi_control_cache *hpi_alloc_control_cache(const u32 control_count,
control_count     648 sound/pci/asihpi/hpicmn.c 		kcalloc(control_count, sizeof(*p_cache->p_info), GFP_KERNEL);
control_count     655 sound/pci/asihpi/hpicmn.c 	p_cache->control_count = control_count;
control_count      38 sound/pci/asihpi/hpicmn.h 	u32 control_count;