Searched refs:get_selection (Results 1 – 25 of 49) sorted by relevance
12
/linux/drivers/media/v4l2-core/ |
A D | v4l2-subdev.c | 261 sd->ops->pad->get_selection(sd, state, sel); in call_get_selection() 334 .get_selection = call_get_selection, 512 sd, pad, get_selection, subdev_fh->state, &sel); in subdev_do_ioctl() 587 sd, pad, get_selection, subdev_fh->state, sel); in subdev_do_ioctl()
|
/linux/drivers/media/i2c/ |
A D | ak881x.c | 218 .get_selection = ak881x_get_selection,
|
A D | ov9640.c | 669 .get_selection = ov9640_get_selection,
|
A D | mt9m032.c | 691 .get_selection = mt9m032_get_pad_selection,
|
A D | tw9910.c | 916 .get_selection = tw9910_get_selection,
|
A D | imx214.c | 847 .get_selection = imx214_get_selection,
|
A D | ov5645.c | 1045 .get_selection = ov5645_get_selection,
|
A D | mt9t001.c | 843 .get_selection = mt9t001_get_selection,
|
A D | mt9m001.c | 717 .get_selection = mt9m001_get_selection,
|
A D | ov5647.c | 1066 .get_selection = ov5647_get_selection,
|
A D | ov7251.c | 1248 .get_selection = ov7251_get_selection,
|
A D | ov2640.c | 1139 .get_selection = ov2640_get_selection,
|
A D | mt9t112.c | 1011 .get_selection = mt9t112_get_selection,
|
A D | mt9v032.c | 972 .get_selection = mt9v032_get_selection,
|
A D | rj54n1cb0c.c | 1247 .get_selection = rj54n1_get_selection,
|
A D | imx219.c | 1261 .get_selection = imx219_get_selection,
|
A D | mt9p031.c | 1026 .get_selection = mt9p031_get_selection,
|
/linux/drivers/media/platform/vsp1/ |
A D | vsp1_uif.c | 184 .get_selection = uif_get_selection,
|
A D | vsp1_rwpf.c | 252 .get_selection = vsp1_rwpf_get_selection,
|
A D | vsp1_brx.c | 274 .get_selection = brx_get_selection,
|
A D | vsp1_histo.c | 412 .get_selection = histo_get_selection,
|
/linux/drivers/staging/media/tegra-video/ |
A D | vi.c | 537 if (!v4l2_subdev_has_op(subdev, pad, get_selection)) { in __tegra_channel_try_format() 541 ret = v4l2_subdev_call(subdev, pad, get_selection, in __tegra_channel_try_format() 680 if (!v4l2_subdev_has_op(subdev, pad, get_selection)) in tegra_channel_g_selection() 689 ret = v4l2_subdev_call(subdev, pad, get_selection, NULL, &sdsel); in tegra_channel_g_selection()
|
/linux/drivers/media/test-drivers/vimc/ |
A D | vimc-scaler.c | 301 .get_selection = vimc_sca_get_selection,
|
/linux/include/media/ |
A D | v4l2-subdev.h | 748 int (*get_selection)(struct v4l2_subdev *sd, member
|
/linux/drivers/media/platform/rockchip/rkisp1/ |
A D | rkisp1-resizer.c | 737 .get_selection = rkisp1_rsz_get_selection,
|
Completed in 55 milliseconds
12