Searched refs:v4l2_subdev_notify_event (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/staging/media/imx/ |
H A D | imx-media-fim.c | 137 v4l2_subdev_notify_event(fim->sd, &ev); in send_fim_event()
|
/linux/include/media/ |
H A D | v4l2-subdev.h | 2002 void v4l2_subdev_notify_event(struct v4l2_subdev *sd,
|
/linux/drivers/media/i2c/ |
H A D | tvp5150.c | 896 v4l2_subdev_notify_event(&decoder->sd, &tvp5150_ev_fmt); in tvp5150_isr() 1465 v4l2_subdev_notify_event(&decoder->sd, &tvp5150_ev_fmt); in tvp5150_s_stream()
|
H A D | tda1997x.c | 1408 v4l2_subdev_notify_event(&state->sd, &tda1997x_ev_fmt); in tda1997x_irq_sus() 1480 v4l2_subdev_notify_event(sd, &tda1997x_ev_fmt); in tda1997x_irq_rate()
|
H A D | adv7842.c | 1993 v4l2_subdev_notify_event(sd, &adv7842_ev_fmt); in adv7842_s_routing() 2428 v4l2_subdev_notify_event(sd, &adv7842_ev_fmt); in adv7842_isr()
|
H A D | tc358743.c | 1037 v4l2_subdev_notify_event(sd, &tc358743_ev_fmt); in tc358743_format_change()
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 2528 void v4l2_subdev_notify_event(struct v4l2_subdev *sd, in v4l2_subdev_notify_event() function 2534 EXPORT_SYMBOL_GPL(v4l2_subdev_notify_event);
|