Searched refs:p_cur (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1392 ev->u.ctrl.value64 = *ctrl->p_cur.p_s64; in fill_event() 1482 union v4l2_ctrl_ptr ptr = ctrl->p_cur; in std_log() 1662 return ptr_to_user(c, ctrl, ctrl->p_cur); in cur_to_user() 1758 ptr_to_ptr(ctrl, ctrl->p_new, ctrl->p_cur); in new_to_cur() 1788 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new); in cur_to_new() 1820 ctrl->p_cur, ctrl->p_new); in cluster_changed() 2214 ctrl->p_cur.p = data + tot_ctrl_size; in v4l2_ctrl_new() 2217 ctrl->p_cur.p = &ctrl->cur.val; in v4l2_ctrl_new() 2220 ctrl->type_ops->init(ctrl, idx, ctrl->p_cur); in v4l2_ctrl_new() 3511 value_changed = *ctrl->p_new.p_s64 != *ctrl->p_cur.p_s64; in __v4l2_ctrl_modify_range() [all …]
|
/linux-4.19.296/include/net/ |
D | devlink.h | 446 u32 *p_cur, u32 *p_max); 451 u32 *p_cur, u32 *p_max);
|
/linux-4.19.296/include/media/ |
D | v4l2-ctrls.h | 239 union v4l2_ctrl_ptr p_cur; member
|