Searched refs:p_s32 (Results 1 – 5 of 5) sorted by relevance
89 return ptr1.p_s32[idx] == ptr2.p_s32[idx]; in std_equal()183 ptr.p_s32[idx] = ctrl->default_value; in std_init()187 ptr.p_s32[idx] = 0; in std_init()218 pr_cont("%d", *ptr.p_s32); in std_log()224 pr_cont("%s", ctrl->qmenu[*ptr.p_s32]); in std_log()230 pr_cont("0x%08x", *ptr.p_s32); in std_log()739 ptr.p_s32[idx] = !!ptr.p_s32[idx]; in std_validate()744 if (ptr.p_s32[idx] < ctrl->minimum || ptr.p_s32[idx] > ctrl->maximum) in std_validate()746 if (ptr.p_s32[idx] < BITS_PER_LONG_LONG && in std_validate()755 ptr.p_s32[idx] &= ctrl->maximum; in std_validate()[all …]
63 c->value = *ptr.p_s32; in ptr_to_user()144 *ptr.p_s32 = c->value; in user_to_ptr()505 p_new.p_s32 = &cs->controls[i].value; in validate_ctrls()924 *ctrl->p_new.p_s32 = def; in __v4l2_ctrl_modify_range()930 value_changed = *ctrl->p_new.p_s32 != *ctrl->p_cur.p_s32; in __v4l2_ctrl_modify_range()
476 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
Completed in 13 milliseconds