Lines Matching refs:p_cur
1474 ev->u.ctrl.value64 = *ctrl->p_cur.p_s64; in fill_event()
1593 union v4l2_ctrl_ptr ptr = ctrl->p_cur; in std_log()
1869 return ptr_to_user(c, ctrl, ctrl->p_cur); in cur_to_user()
1972 ptr_to_ptr(ctrl, ctrl->p_new, ctrl->p_cur); in new_to_cur()
2002 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new); in cur_to_new()
2022 ptr_to_ptr(ref->ctrl, ref->ctrl->p_cur, ref->ctrl->p_new); in req_to_new()
2054 ctrl->p_cur, ctrl->p_new); in cluster_changed()
2501 ctrl->p_cur.p = data + tot_ctrl_size; in v4l2_ctrl_new()
2504 ctrl->p_cur.p = &ctrl->cur.val; in v4l2_ctrl_new()
2507 ctrl->type_ops->init(ctrl, idx, ctrl->p_cur); in v4l2_ctrl_new()
4127 ptr_to_ptr(ctrl, ctrl->p_cur, ref->p_req); in v4l2_ctrl_request_complete()
4304 value_changed = *ctrl->p_new.p_s64 != *ctrl->p_cur.p_s64; in __v4l2_ctrl_modify_range()
4306 value_changed = *ctrl->p_new.p_s32 != *ctrl->p_cur.p_s32; in __v4l2_ctrl_modify_range()