Searched refs:unsubscribe_event (Results 1 – 25 of 42) sorted by relevance
12
| /linux-6.15/drivers/media/test-drivers/vimc/ |
| H A D | vimc-lens.c | 27 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | vimc-sensor.c | 275 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | vimc-debayer.c | 374 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | dw9714.c | 109 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | lt6911uxe.c | 471 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | tw9900.c | 544 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | ov13858.c | 1519 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | imx355.c | 1491 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | imx319.c | 2203 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | mt9m001.c | 646 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | ov7740.c | 329 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | ov5647.c | 871 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | ov5670.c | 2541 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | ov9282.c | 1196 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | ov2640.c | 1119 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| H A D | ov2659.c | 1319 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| /linux-6.15/drivers/media/platform/ti/omap3isp/ |
| H A D | isph3a_aewb.c | 272 .unsubscribe_event = omap3isp_stat_unsubscribe_event,
|
| H A D | isph3a_af.c | 337 .unsubscribe_event = omap3isp_stat_unsubscribe_event,
|
| H A D | isphist.c | 459 .unsubscribe_event = omap3isp_stat_unsubscribe_event,
|
| /linux-6.15/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-isys-csi2.c | 120 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| /linux-6.15/include/media/ |
| H A D | v4l2-subdev.h | 218 int (*unsubscribe_event)(struct v4l2_subdev *sd, struct v4l2_fh *fh, member
|
| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_subdev.c | 578 .unsubscribe_event = isp_subdev_unsubscribe_event,
|
| /linux-6.15/drivers/media/platform/rockchip/rkisp1/ |
| H A D | rkisp1-isp.c | 1013 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| /linux-6.15/drivers/media/platform/qcom/camss/ |
| H A D | camss-csid.c | 1316 .unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 712 if (v4l2_subdev_has_op(sd, core, unsubscribe_event)) in subdev_do_ioctl() 713 return v4l2_subdev_call(sd, core, unsubscribe_event, in subdev_do_ioctl()
|
12