/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2069 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/ |
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-5.10/drivers/media/platform/vsp1/ |
D | vsp1_hgt.c | 73 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()
|
D | vsp1_lut.c | 51 ctrl->p_new.p_u32[i]); in lut_set_table()
|
D | vsp1_clu.c | 54 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/ |
D | si4713.c | 1147 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/ |
D | v4l2-ctrls.h | 287 union v4l2_ctrl_ptr p_new; member
|
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 1106 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/ |
D | vivid-ctrls.c | 1375 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/ |
D | hantro_drv.c | 246 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/ |
D | mt9v032.c | 679 *mt9v032->pixel_rate->p_new.p_s64 = freq; in mt9v032_s_ctrl()
|
/kernel/linux/linux-5.10/drivers/staging/media/rkvdec/ |
D | rkvdec.c | 33 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/ |
D | v4l2-controls.rst | 335 union v4l2_ctrl_ptr p_new; 342 &ctrl->val == ctrl->p_new.p_s32
|
/kernel/linux/linux-5.10/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 824 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/ |
D | vicodec-core.c | 1752 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/ |
D | tw5864-video.c | 523 input->md_threshold_grid_ctrl->p_new.p_u16, in tw5864_s_ctrl()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 174420 + 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);
|