Searched refs:pI (Results 1 – 3 of 3) sorted by relevance
/linux/sound/pci/asihpi/ |
H A D | hpicmn.c | 270 struct hpi_control_cache *p_cache, struct hpi_control_cache_info **pI) in find_control() argument 279 *pI = p_cache->p_info[control_index]; in find_control() 280 if (!*pI) { in find_control() 286 (*pI)->control_type); in find_control() 463 phr->u.c.param1 = p_pad->pI; in hpi_check_control_cache_single() 532 struct hpi_control_cache_info *pI; in hpi_check_control_cache() local 534 if (!find_control(phm->obj_index, p_cache, &pI)) { in hpi_check_control_cache() 546 *)pI, phm, phr); in hpi_check_control_cache() 617 struct hpi_control_cache_info *pI; in hpi_cmn_control_cache_sync_to_msg() local 622 if (!find_control(phm->obj_index, p_cache, &pI)) { in hpi_cmn_control_cache_sync_to_msg() [all …]
|
H A D | hpi_internal.h | 1364 u32 pI; member
|
/linux/kernel/ |
H A D | capability.c | 146 kernel_cap_t pE, pI, pP; in SYSCALL_DEFINE2() local 159 ret = cap_get_target_pid(pid, &pE, &pI, &pP); in SYSCALL_DEFINE2() 170 kdata[0].inheritable = pI.val; kdata[1].inheritable = pI.val >> 32; in SYSCALL_DEFINE2()
|