Searched refs:v4l2_subdev_notify (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/media/video/ |
D | bt819.c | 259 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/ |
D | m5mols_capture.c | 156 v4l2_subdev_notify(sd, S5P_FIMC_TX_END_NOTIFY, &size); in m5mols_start_capture()
|
/linux-3.4.99/include/media/ |
D | v4l2-subdev.h | 609 #define v4l2_subdev_notify(sd, notification, arg) \ macro
|
/linux-3.4.99/drivers/media/video/cx25840/ |
D | cx25840-ir.c | 590 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/ |
D | cx23888-ir.c | 592 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/ |
D | v4l2-framework.txt | 363 it can call v4l2_subdev_notify(sd, notification, arg). This macro checks
|