Searched refs:p_s64 (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-controls.c | 128 return ivtv_g_pts_frame(itv, itv->ctrl_pts->p_new.p_s64, in ivtv_g_volatile_ctrl() 129 itv->ctrl_frame->p_new.p_s64); in ivtv_g_volatile_ctrl()
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-controls.c | 128 return ivtv_g_pts_frame(itv, itv->ctrl_pts->p_new.p_s64, in ivtv_g_volatile_ctrl() 129 itv->ctrl_frame->p_new.p_s64); in ivtv_g_volatile_ctrl()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-api.c | 60 c->value64 = *ptr.p_s64; in ptr_to_user() 135 *ctrl->p_new.p_s64 = c->value64; in user_to_new() 544 p_new.p_s64 = &cs->controls[i].value64; in validate_ctrls() 891 *ctrl->p_new.p_s64 = val; in __v4l2_ctrl_s_ctrl_int64() 966 *ctrl->p_new.p_s64 = def; in __v4l2_ctrl_modify_range() 972 value_changed = *ctrl->p_new.p_s64 != *ctrl->p_cur.p_s64; in __v4l2_ctrl_modify_range()
|
H A D | v4l2-ctrls-core.c | 31 ev->u.ctrl.value64 = *ctrl->p_cur.p_s64; in fill_event() 207 ptr.p_s64[i] = ctrl->default_value; in v4l2_ctrl_type_op_init() 209 memset(ptr.p_s64 + from_idx, 0, elems * sizeof(s64)); in v4l2_ctrl_type_op_init() 284 pr_cont("%lld", *ptr.p_s64); in v4l2_ctrl_type_op_log() 1194 val = ptr.p_s64[idx]; in std_validate_elem() 1202 ptr.p_s64[idx] = ctrl->minimum + offset * ctrl->step; in std_validate_elem()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls.c | 1566 ev->u.ctrl.value64 = *ctrl->p_cur.p_s64; in fill_event() 1604 return ptr1.p_s64[idx] == ptr2.p_s64[idx]; in std_equal() 1659 ptr.p_s64[idx] = ctrl->default_value; in std_init() 1716 pr_cont("%lld", *ptr.p_s64); in std_log() 1965 val = ptr.p_s64[idx]; in std_validate() 1973 ptr.p_s64[idx] = ctrl->minimum + offset * ctrl->step; in std_validate() 2049 c->value64 = *ptr.p_s64; in ptr_to_user() 2112 *ptr.p_s64 = c->value64; in user_to_ptr() 4012 p_new.p_s64 in validate_ctrls() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | vdec_ctrls.c | 40 ctr->conceal_color = *ctrl->p_new.p_s64; in vdec_op_s_ctrl()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ctrls.h | 41 * @p_s64: Pointer to a 64-bit signed value. 65 s64 *p_s64; member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-ctrls.h | 31 * @p_s64: Pointer to a 64-bit signed value. 64 s64 *p_s64; member
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | mt9v032.c | 679 *mt9v032->pixel_rate->p_new.p_s64 = freq; in mt9v032_s_ctrl()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-cap.c | 520 *dev->int64->p_cur.p_s64, in vivid_fillbuff()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-cap.c | 502 *dev->int64->p_cur.p_s64, in vivid_fillbuff()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | mt9v032.c | 687 *mt9v032->pixel_rate->p_new.p_s64 = freq; in mt9v032_s_ctrl()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | videodev2.h | 1815 __s64 __user *p_s64; member
|
Completed in 28 milliseconds