Lines Matching refs:p_cur
1212 ev->u.ctrl.value64 = *ctrl->p_cur.p_s64; in fill_event()
1302 union v4l2_ctrl_ptr ptr = ctrl->p_cur; in std_log()
1482 return ptr_to_user(c, ctrl, ctrl->p_cur); in cur_to_user()
1567 ptr_to_ptr(ctrl, ctrl->p_new, ctrl->p_cur); in new_to_cur()
1597 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new); in cur_to_new()
1629 ctrl->p_cur, ctrl->p_new); in cluster_changed()
2040 ctrl->p_cur.p = data + tot_ctrl_size; in v4l2_ctrl_new()
2043 ctrl->p_cur.p = &ctrl->cur.val; in v4l2_ctrl_new()
2046 ctrl->type_ops->init(ctrl, idx, ctrl->p_cur); in v4l2_ctrl_new()
3353 changed = *ctrl->p_new.p_s64 != *ctrl->p_cur.p_s64; in __v4l2_ctrl_modify_range()
3355 changed = *ctrl->p_new.p_s32 != *ctrl->p_cur.p_s32; in __v4l2_ctrl_modify_range()