Home
last modified time | relevance | path

Searched refs:p_new (Results 1 – 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-ctrls.c2069 return ptr_to_user(c, ctrl, ctrl->p_new); in new_to_user()
2085 ctrl->type_ops->init(ctrl, idx, ctrl->p_new); in def_to_user()
2087 return ptr_to_user(c, ctrl, ctrl->p_new); in def_to_user()
2142 return user_to_ptr(c, ctrl, ctrl->p_new); in user_to_new()
2165 ptr_to_ptr(ctrl, ctrl->p_new, ctrl->p_cur); in new_to_cur()
2195 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new); in cur_to_new()
2203 ptr_to_ptr(ref->ctrl, ref->ctrl->p_new, ref->p_req); in new_to_req()
2222 ptr_to_ptr(ref->ctrl, ref->p_req, ref->ctrl->p_new); in req_to_new()
2224 ptr_to_ptr(ref->ctrl, ref->ctrl->p_cur, ref->ctrl->p_new); in req_to_new()
2256 ctrl->p_cur, ctrl->p_new); in cluster_changed()
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
Divtv-controls.c128 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-5.10/drivers/media/platform/vsp1/
Dvsp1_hgt.c73 const u8 *values = ctrl->p_new.p_u8; in hgt_hue_areas_try_ctrl()
103 memcpy(hgt->hue_areas, ctrl->p_new.p_u8, sizeof(hgt->hue_areas)); in hgt_hue_areas_s_ctrl()
Dvsp1_lut.c51 ctrl->p_new.p_u32[i]); in lut_set_table()
Dvsp1_clu.c54 vsp1_dl_body_write(dlb, VI6_CLU_DATA, ctrl->p_new.p_u32[i]); in clu_set_table()
/kernel/linux/linux-5.10/drivers/media/radio/si4713/
Dsi4713.c1147 ret = si4713_set_rds_ps_name(sdev, ctrl->p_new.p_char); in si4713_s_ctrl()
1151 ret = si4713_set_rds_radio_text(sdev, ctrl->p_new.p_char); in si4713_s_ctrl()
1174 val = sdev->rds_alt_freqs->p_new.p_u32[0]; in si4713_s_ctrl()
/kernel/linux/linux-5.10/include/media/
Dv4l2-ctrls.h287 union v4l2_ctrl_ptr p_new; member
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c1106 solo_enc->md_thresholds->p_new.p_u16); in solo_s_ctrl()
1109 strscpy(solo_enc->osd_text, ctrl->p_new.p_char, in solo_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
Dvivid-ctrls.c1375 v4l2_ctrl_s_ctrl_string(dev->radio_rx_rds_psname, ctrl->p_new.p_char); in vivid_radio_tx_s_ctrl()
1379 v4l2_ctrl_s_ctrl_string(dev->radio_rx_rds_radiotext, ctrl->p_new.p_char); in vivid_radio_tx_s_ctrl()
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
Dhantro_drv.c246 const struct v4l2_ctrl_h264_sps *sps = ctrl->p_new.p_h264_sps; in hantro_try_ctrl()
/kernel/linux/linux-5.10/drivers/media/i2c/
Dmt9v032.c679 *mt9v032->pixel_rate->p_new.p_s64 = freq; in mt9v032_s_ctrl()
/kernel/linux/linux-5.10/drivers/staging/media/rkvdec/
Drkvdec.c33 const struct v4l2_ctrl_h264_sps *sps = ctrl->p_new.p_h264_sps; in rkvdec_try_ctrl()
/kernel/linux/linux-5.10/Documentation/driver-api/media/
Dv4l2-controls.rst335 union v4l2_ctrl_ptr p_new;
342 &ctrl->val == ctrl->p_new.p_s32
/kernel/linux/linux-5.10/drivers/media/usb/go7007/
Dgo7007-v4l2.c824 memcpy(mt, ctrl->p_new.p_u8 + y * (720 / 16), go->width / 16); in go7007_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
Dvicodec-core.c1752 params = ctrl->p_new.p_fwht_params; in vicodec_try_ctrl()
1803 params = ctrl->p_new.p_fwht_params; in vicodec_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/
Dtw5864-video.c523 input->md_threshold_grid_ctrl->p_new.p_u16, in tw5864_s_ctrl()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch174420 + if (ctrl->p_new.p) {
174422 + memset(ctrl->p_new.p, 0, sizeof(struct v4l2_hdr10_meta));
174424 + memcpy(ctrl->p_new.p,
175757 + if (ctrl->p_new.p)
175758 + vsiv4l2_setROI(ctx, ctrl->p_new.p);
175761 + if (ctrl->p_new.p)
175762 + vsiv4l2_setIPCM(ctx, ctrl->p_new.p);