Home
last modified time | relevance | path

Searched refs:v4l2_subdev_notify (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/media/video/
Dbt819.c259 v4l2_subdev_notify(sd, BT819_FIFO_RESET_LOW, NULL); in bt819_s_std()
268 v4l2_subdev_notify(sd, BT819_FIFO_RESET_LOW, NULL); in bt819_s_std()
293 v4l2_subdev_notify(sd, BT819_FIFO_RESET_HIGH, NULL); in bt819_s_std()
311 v4l2_subdev_notify(sd, BT819_FIFO_RESET_LOW, NULL); in bt819_s_routing()
321 v4l2_subdev_notify(sd, BT819_FIFO_RESET_HIGH, NULL); in bt819_s_routing()
/linux-3.4.99/drivers/media/video/m5mols/
Dm5mols_capture.c156 v4l2_subdev_notify(sd, S5P_FIMC_TX_END_NOTIFY, &size); in m5mols_start_capture()
/linux-3.4.99/include/media/
Dv4l2-subdev.h609 #define v4l2_subdev_notify(sd, notification, arg) \ macro
/linux-3.4.99/drivers/media/video/cx25840/
Dcx25840-ir.c590 v4l2_subdev_notify(sd, V4L2_SUBDEV_IR_TX_NOTIFY, &events); in cx25840_ir_irq_handler()
659 v4l2_subdev_notify(sd, V4L2_SUBDEV_IR_RX_NOTIFY, &events); in cx25840_ir_irq_handler()
/linux-3.4.99/drivers/media/video/cx23885/
Dcx23888-ir.c592 v4l2_subdev_notify(sd, V4L2_SUBDEV_IR_TX_NOTIFY, &events); in cx23888_ir_irq_handler()
662 v4l2_subdev_notify(sd, V4L2_SUBDEV_IR_RX_NOTIFY, &events); in cx23888_ir_irq_handler()
/linux-3.4.99/Documentation/video4linux/
Dv4l2-framework.txt363 it can call v4l2_subdev_notify(sd, notification, arg). This macro checks