Lines Matching refs:p_s64
1214 ev->u.ctrl.value64 = *ctrl->p_cur.p_s64; in fill_event()
1252 return ptr1.p_s64[idx] == ptr2.p_s64[idx]; in std_equal()
1277 ptr.p_s64[idx] = ctrl->default_value; in std_init()
1331 pr_cont("%lld", *ptr.p_s64); in std_log()
1388 val = ptr.p_s64[idx]; in std_validate()
1396 ptr.p_s64[idx] = ctrl->minimum + offset * ctrl->step; in std_validate()
1471 c->value64 = *ptr.p_s64; in ptr_to_user()
1516 *ptr.p_s64 = c->value64; in user_to_ptr()
3032 p_new.p_s64 = &cs->controls[i].value64; in validate_ctrls()
3268 *ctrl->p_new.p_s64 = val; in __v4l2_ctrl_s_ctrl_int64()
3334 *ctrl->p_new.p_s64 = def; in __v4l2_ctrl_modify_range()
3340 changed = *ctrl->p_new.p_s64 != *ctrl->p_cur.p_s64; in __v4l2_ctrl_modify_range()