Home
last modified time | relevance | path

Searched refs:p_info (Results 1 – 2 of 2) sorted by relevance

/sound/pci/asihpi/
Dhpicmn.c228 pC->p_info[info->control_index] = info; in control_cache_alloc_check()
231 pC->p_info[info->control_index] = NULL; in control_cache_alloc_check()
238 cached, pC->p_info[info->control_index], in control_cache_alloc_check()
280 *pI = p_cache->p_info[control_index]; in find_control()
640 p_cache->p_info = kcalloc(control_count, sizeof(*p_cache->p_info), in hpi_alloc_control_cache()
642 if (!p_cache->p_info) { in hpi_alloc_control_cache()
656 kfree(p_cache->p_info); in hpi_free_control_cache()
Dhpicmn.h45 struct hpi_control_cache_info **p_info; member