Home
last modified time | relevance | path

Searched refs:pI (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/sound/pci/asihpi/
Dhpicmn.c268 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()
[all …]
Dhpi_internal.h1364 u32 pI; member
/Linux-v5.4/kernel/
Dcapability.c153 kernel_cap_t pE, pI, pP; in SYSCALL_DEFINE2() local
165 ret = cap_get_target_pid(pid, &pE, &pI, &pP); in SYSCALL_DEFINE2()
173 kdata[i].inheritable = pI.cap[i]; in SYSCALL_DEFINE2()