Searched refs:ret_idx (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avsd/ |
| H A D | hal_avsd_base.c | 45 RK_S32 ret_idx = -1; in get_queue_pic() local 49 ret_idx = i; in get_queue_pic() 55 return ret_idx; in get_queue_pic()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | setjmp.h | 63 void ftrace_longjmp(unsigned int *ret_idx); 64 void ftrace_setjmp(unsigned int *ret_idx);
|
| H A D | user_ta_header.h | 63 uint32_t ret_idx; /* Return stack index */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | setjmp.h | 63 void ftrace_longjmp(unsigned int *ret_idx); 64 void ftrace_setjmp(unsigned int *ret_idx);
|
| H A D | user_ta_header.h | 63 uint32_t ret_idx; /* Return stack index */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | user_ta_header.h | 63 uint32_t ret_idx; /* Return stack index */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | user_ta_header.h | 63 uint32_t ret_idx; /* Return stack index */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_wr.c | 193 int ret_idx = free_idx; in csio_wr_alloc_q() local 312 csio_q_iqid(hw, ret_idx) = CSIO_MAX_QID; in csio_wr_alloc_q() 318 csio_q_eqid(hw, ret_idx) = CSIO_MAX_QID; in csio_wr_alloc_q() 323 csio_q_flid(hw, ret_idx) = CSIO_MAX_QID; in csio_wr_alloc_q() 326 return ret_idx; in csio_wr_alloc_q()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux.c | 21492 uint32 ret_idx = (uint32)DHD_RING_IDX_INVALID; 21508 return ret_idx; 21513 return ret_idx; 21518 return ret_idx; 21520 ret_idx = diff / elem_size; 21521 if (ret_idx >= elem_cnt) { 21522 DHD_RING_ERR(("INVALID POINTER max:%d cur:%d\n", elem_cnt, ret_idx)); 21524 return ret_idx;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux.c | 21647 uint32 ret_idx = (uint32)DHD_RING_IDX_INVALID; 21663 return ret_idx; 21668 return ret_idx; 21673 return ret_idx; 21675 ret_idx = diff / elem_size; 21676 if (ret_idx >= elem_cnt) { 21677 DHD_RING_ERR(("INVALID POINTER max:%d cur:%d\n", elem_cnt, ret_idx)); 21679 return ret_idx;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux.c | 21557 uint32 ret_idx = (uint32)DHD_RING_IDX_INVALID; 21573 return ret_idx; 21578 return ret_idx; 21583 return ret_idx; 21585 ret_idx = diff / elem_size; 21586 if (ret_idx >= elem_cnt) { 21587 DHD_RING_ERR(("INVALID POINTER max:%d cur:%d\n", elem_cnt, ret_idx)); 21589 return ret_idx;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.c | 28943 uint32 ret_idx = (uint32)DHD_RING_IDX_INVALID; 28959 return ret_idx; 28964 return ret_idx; 28969 return ret_idx; 28971 ret_idx = diff / elem_size; 28972 if (ret_idx >= elem_cnt) { 28973 DHD_RING_ERR(("INVALID POINTER max:%d cur:%d\n", elem_cnt, ret_idx)); 28975 return ret_idx;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.c | 28824 uint32 ret_idx = (uint32)DHD_RING_IDX_INVALID; 28840 return ret_idx; 28845 return ret_idx; 28850 return ret_idx; 28852 ret_idx = diff / elem_size; 28853 if (ret_idx >= elem_cnt) { 28854 DHD_RING_ERR(("INVALID POINTER max:%d cur:%d\n", elem_cnt, ret_idx)); 28856 return ret_idx;
|