Searched refs:v4l2_subdev_notify (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/media/i2c/ |
D | bt819.c | 255 v4l2_subdev_notify(sd, BT819_FIFO_RESET_LOW, NULL); in bt819_s_std() 264 v4l2_subdev_notify(sd, BT819_FIFO_RESET_LOW, NULL); in bt819_s_std() 289 v4l2_subdev_notify(sd, BT819_FIFO_RESET_HIGH, NULL); in bt819_s_std() 307 v4l2_subdev_notify(sd, BT819_FIFO_RESET_LOW, NULL); in bt819_s_routing() 317 v4l2_subdev_notify(sd, BT819_FIFO_RESET_HIGH, NULL); in bt819_s_routing()
|
D | ad9389b.c | 841 v4l2_subdev_notify(sd, AD9389B_EDID_DETECT, (void *)&ed); in ad9389b_edid_handler() 896 v4l2_subdev_notify(sd, AD9389B_MONITOR_DETECT, (void *)&mdt); in ad9389b_notify_monitor_detect() 1060 v4l2_subdev_notify(sd, AD9389B_EDID_DETECT, (void *)&ed); in ad9389b_check_edid_status()
|
D | adv7511.c | 1479 v4l2_subdev_notify(sd, ADV7511_EDID_DETECT, (void *)&ed); in adv7511_notify_no_edid() 1565 v4l2_subdev_notify(sd, ADV7511_MONITOR_DETECT, (void *)&mdt); in adv7511_notify_monitor_detect() 1712 v4l2_subdev_notify(sd, ADV7511_EDID_DETECT, (void *)&ed); in adv7511_check_edid_status()
|
D | adv7604.c | 514 v4l2_subdev_notify(&state->sd, ADV76XX_HOTPLUG, &hpd); in adv76xx_set_hpd()
|
/Linux-v4.19/drivers/media/i2c/m5mols/ |
D | m5mols_capture.c | 159 v4l2_subdev_notify(sd, S5P_FIMC_TX_END_NOTIFY, &size); in m5mols_start_capture()
|
/Linux-v4.19/include/media/ |
D | v4l2-device.h | 207 static inline void v4l2_subdev_notify(struct v4l2_subdev *sd, in v4l2_subdev_notify() function
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23888-ir.c | 583 v4l2_subdev_notify(sd, V4L2_SUBDEV_IR_TX_NOTIFY, &events); in cx23888_ir_irq_handler() 653 v4l2_subdev_notify(sd, V4L2_SUBDEV_IR_RX_NOTIFY, &events); in cx23888_ir_irq_handler()
|
/Linux-v4.19/drivers/media/i2c/cx25840/ |
D | cx25840-ir.c | 583 v4l2_subdev_notify(sd, V4L2_SUBDEV_IR_TX_NOTIFY, &events); in cx25840_ir_irq_handler() 652 v4l2_subdev_notify(sd, V4L2_SUBDEV_IR_RX_NOTIFY, &events); in cx25840_ir_irq_handler()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 713 v4l2_subdev_notify(sd, V4L2_DEVICE_NOTIFY_EVENT, (void *)ev); in v4l2_subdev_notify_event()
|
/Linux-v4.19/Documentation/translations/zh_CN/video4linux/ |
D | v4l2-framework.txt | 373 v4l2_subdev_notify(sd, notification, arg)。这个宏检查是否有一个
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-subdev.rst | 229 it can call ``v4l2_subdev_notify(sd, notification, arg)``. This macro checks
|