Lines Matching refs:p_s64
1212 ev->u.ctrl.value64 = *ctrl->p_cur.p_s64; in fill_event()
1250 return ptr1.p_s64[idx] == ptr2.p_s64[idx]; in std_equal()
1275 ptr.p_s64[idx] = ctrl->default_value; in std_init()
1329 pr_cont("%lld", *ptr.p_s64); in std_log()
1386 val = ptr.p_s64[idx]; in std_validate()
1394 ptr.p_s64[idx] = ctrl->minimum + offset * ctrl->step; in std_validate()
1469 c->value64 = *ptr.p_s64; in ptr_to_user()
1514 *ptr.p_s64 = c->value64; in user_to_ptr()
3045 p_new.p_s64 = &cs->controls[i].value64; in validate_ctrls()
3281 *ctrl->p_new.p_s64 = val; in __v4l2_ctrl_s_ctrl_int64()
3347 *ctrl->p_new.p_s64 = def; in __v4l2_ctrl_modify_range()
3353 changed = *ctrl->p_new.p_s64 != *ctrl->p_cur.p_s64; in __v4l2_ctrl_modify_range()