Searched refs:p_s64 (Results 1 – 2 of 2) sorted by relevance
1392 ev->u.ctrl.value64 = *ctrl->p_cur.p_s64; in fill_event()1430 return ptr1.p_s64[idx] == ptr2.p_s64[idx]; in std_equal()1455 ptr.p_s64[idx] = ctrl->default_value; in std_init()1509 pr_cont("%lld", *ptr.p_s64); in std_log()1566 val = ptr.p_s64[idx]; in std_validate()1574 ptr.p_s64[idx] = ctrl->minimum + offset * ctrl->step; in std_validate()1649 c->value64 = *ptr.p_s64; in ptr_to_user()1705 *ptr.p_s64 = c->value64; in user_to_ptr()3211 p_new.p_s64 = &cs->controls[i].value64; in validate_ctrls()3434 *ctrl->p_new.p_s64 = val; in __v4l2_ctrl_s_ctrl_int64()[all …]
47 s64 *p_s64; member