Searched refs:p_s32 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls.c | 1613 return ptr1.p_s32[idx] == ptr2.p_s32[idx]; in std_equal() 1666 ptr.p_s32[idx] = ctrl->default_value; in std_init() 1670 ptr.p_s32[idx] = 0; in std_init() 1701 pr_cont("%d", *ptr.p_s32); in std_log() 1704 pr_cont("%s", *ptr.p_s32 ? "true" : "false"); in std_log() 1707 pr_cont("%s", ctrl->qmenu[*ptr.p_s32]); in std_log() 1710 pr_cont("%lld", ctrl->qmenu_int[*ptr.p_s32]); in std_log() 1713 pr_cont("0x%08x", *ptr.p_s32); in std_log() 1959 return ROUND_TO_RANGE(ptr.p_s32[id in std_validate() [all...] |
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 219 ptr.p_s32[i] = ctrl->default_value; in v4l2_ctrl_type_op_init() 221 memset(ptr.p_s32 + from_idx, 0, elems * sizeof(s32)); in v4l2_ctrl_type_op_init() 226 memset(ptr.p_s32 + from_idx, 0, elems * sizeof(s32)); in v4l2_ctrl_type_op_init() 269 pr_cont("%d", *ptr.p_s32); in v4l2_ctrl_type_op_log() 272 pr_cont("%s", *ptr.p_s32 ? "true" : "false"); in v4l2_ctrl_type_op_log() 275 pr_cont("%s", ctrl->qmenu[*ptr.p_s32]); in v4l2_ctrl_type_op_log() 278 pr_cont("%lld", ctrl->qmenu_int[*ptr.p_s32]); in v4l2_ctrl_type_op_log() 281 pr_cont("0x%08x", *ptr.p_s32); in v4l2_ctrl_type_op_log() 1188 return ROUND_TO_RANGE(ptr.p_s32[idx], u32, ctrl); in std_validate_elem() 1212 ptr.p_s32[id in std_validate_elem() [all...] |
H A D | v4l2-ctrls-api.c | 63 c->value = *ptr.p_s32; in ptr_to_user() 158 *ctrl->p_new.p_s32 = c->value; in user_to_new() 546 p_new.p_s32 = &cs->controls[i].value; in validate_ctrls() 968 *ctrl->p_new.p_s32 = def; in __v4l2_ctrl_modify_range() 974 value_changed = *ctrl->p_new.p_s32 != *ctrl->p_cur.p_s32; in __v4l2_ctrl_modify_range()
|
H A D | v4l2-ctrls-request.c | 480 s32 new_auto_val = *master->p_new.p_s32; in v4l2_ctrl_request_setup()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ctrls.h | 40 * @p_s32: Pointer to a 32-bit signed value. 64 s32 *p_s32; member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-ctrls.h | 30 * @p_s32: Pointer to a 32-bit signed value. 63 s32 *p_s32; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | videodev2.h | 1814 __s32 __user *p_s32; member
|
Completed in 19 milliseconds