Lines Matching refs:pI
268 struct hpi_control_cache *p_cache, struct hpi_control_cache_info **pI) in find_control() argument
277 *pI = p_cache->p_info[control_index]; in find_control()
278 if (!*pI) { in find_control()
284 (*pI)->control_type); in find_control()
461 phr->u.c.param1 = p_pad->pI; in hpi_check_control_cache_single()
530 struct hpi_control_cache_info *pI; in hpi_check_control_cache() local
532 if (!find_control(phm->obj_index, p_cache, &pI)) { in hpi_check_control_cache()
544 *)pI, phm, phr); in hpi_check_control_cache()
615 struct hpi_control_cache_info *pI; in hpi_cmn_control_cache_sync_to_msg() local
620 if (!find_control(phm->obj_index, p_cache, &pI)) { in hpi_cmn_control_cache_sync_to_msg()
630 pC = (struct hpi_control_cache_single *)pI; in hpi_cmn_control_cache_sync_to_msg()