Searched refs:p_s32 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/media/v4l2-core/ |
D | v4l2-ctrls-core.c | 214 ptr.p_s32[i] = ctrl->default_value; in v4l2_ctrl_type_op_init() 216 memset(ptr.p_s32 + from_idx, 0, elems * sizeof(s32)); in v4l2_ctrl_type_op_init() 221 memset(ptr.p_s32 + from_idx, 0, elems * sizeof(s32)); in v4l2_ctrl_type_op_init() 264 pr_cont("%d", *ptr.p_s32); in v4l2_ctrl_type_op_log() 267 pr_cont("%s", *ptr.p_s32 ? "true" : "false"); in v4l2_ctrl_type_op_log() 270 pr_cont("%s", ctrl->qmenu[*ptr.p_s32]); in v4l2_ctrl_type_op_log() 273 pr_cont("%lld", ctrl->qmenu_int[*ptr.p_s32]); in v4l2_ctrl_type_op_log() 276 pr_cont("0x%08x", *ptr.p_s32); in v4l2_ctrl_type_op_log() 937 return ROUND_TO_RANGE(ptr.p_s32[idx], u32, ctrl); in std_validate_elem() 961 ptr.p_s32[idx] = !!ptr.p_s32[idx]; in std_validate_elem() [all …]
|
D | v4l2-ctrls-api.c | 63 c->value = *ptr.p_s32; in ptr_to_user() 157 *ctrl->p_new.p_s32 = c->value; in user_to_new() 545 p_new.p_s32 = &cs->controls[i].value; in validate_ctrls() 967 *ctrl->p_new.p_s32 = def; in __v4l2_ctrl_modify_range() 973 value_changed = *ctrl->p_new.p_s32 != *ctrl->p_cur.p_s32; in __v4l2_ctrl_modify_range()
|
D | v4l2-ctrls-request.c | 480 s32 new_auto_val = *master->p_new.p_s32; in v4l2_ctrl_request_setup()
|
/Linux-v6.1/include/media/ |
D | v4l2-ctrls.h | 59 s32 *p_s32; member
|
/Linux-v6.1/Documentation/driver-api/media/ |
D | v4l2-controls.rst | 318 s32 *p_s32; 342 &ctrl->val == ctrl->p_new.p_s32 343 &ctrl->cur.val == ctrl->p_cur.p_s32
|