Searched refs:p_s32 (Results 1 – 7 of 7) sorted by relevance
219 ptr.p_s32[i] = ctrl->default_value; 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()1215 ptr.p_s32[idx] = !!ptr.p_s32[idx]; in std_validate_elem()1220 if (ptr.p_s32[idx] < ctrl->minimum || ptr.p_s32[idx] > ctrl->maximum) in std_validate_elem()1222 if (ptr.p_s32[idx] < BITS_PER_LONG_LONG && in std_validate_elem()1231 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()973 *ctrl->p_new.p_s32 = def; in __v4l2_ctrl_modify_range()979 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()
63 s32 *p_s32; member
318 s32 *p_s32;342 &ctrl->val == ctrl->p_new.p_s32343 &ctrl->cur.val == ctrl->p_cur.p_s32
1853 __s32 __user *p_s32; member
189 - ``p_s32``
Completed in 28 milliseconds