Lines Matching refs:p_cur
1214 ev->u.ctrl.value64 = *ctrl->p_cur.p_s64; in fill_event()
1304 union v4l2_ctrl_ptr ptr = ctrl->p_cur; in std_log()
1484 return ptr_to_user(c, ctrl, ctrl->p_cur); in cur_to_user()
1569 ptr_to_ptr(ctrl, ctrl->p_new, ctrl->p_cur); in new_to_cur()
1599 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new); in cur_to_new()
1631 ctrl->p_cur, ctrl->p_new); in cluster_changed()
2027 ctrl->p_cur.p = data + tot_ctrl_size; in v4l2_ctrl_new()
2030 ctrl->p_cur.p = &ctrl->cur.val; in v4l2_ctrl_new()
2033 ctrl->type_ops->init(ctrl, idx, ctrl->p_cur); in v4l2_ctrl_new()
3340 changed = *ctrl->p_new.p_s64 != *ctrl->p_cur.p_s64; in __v4l2_ctrl_modify_range()
3342 changed = *ctrl->p_new.p_s32 != *ctrl->p_cur.p_s32; in __v4l2_ctrl_modify_range()