Searched refs:p_s32 (Results 1 – 6 of 6) sorted by relevance
214 ptr.p_s32[i] = ctrl->default_value; 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()961 ptr.p_s32[idx] = !!ptr.p_s32[idx]; in std_validate_elem()966 if (ptr.p_s32[idx] < ctrl->minimum || ptr.p_s32[idx] > ctrl->maximum) in std_validate_elem()968 if (ptr.p_s32[idx] < BITS_PER_LONG_LONG && in std_validate_elem()977 ptr.p_s32[idx] &= ctrl->maximum; in std_validate_elem()[all …]
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()
480 s32 new_auto_val = *master->p_new.p_s32; in v4l2_ctrl_request_setup()
59 s32 *p_s32; member
318 s32 *p_s32;342 &ctrl->val == ctrl->p_new.p_s32343 &ctrl->cur.val == ctrl->p_cur.p_s32
1797 __u32 __user *p_s32; member
Completed in 25 milliseconds