Searched refs:v4l2_subdev_notify (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/media/i2c/ | 
| D | bt819.c | 246 		v4l2_subdev_notify(sd, BT819_FIFO_RESET_LOW, NULL);  in bt819_s_std()255 		v4l2_subdev_notify(sd, BT819_FIFO_RESET_LOW, NULL);  in bt819_s_std()
 280 	v4l2_subdev_notify(sd, BT819_FIFO_RESET_HIGH, NULL);  in bt819_s_std()
 298 		v4l2_subdev_notify(sd, BT819_FIFO_RESET_LOW, NULL);  in bt819_s_routing()
 308 		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-v4l2.c | 1484 	v4l2_subdev_notify(sd, ADV7511_EDID_DETECT, (void *)&ed);  in adv7511_notify_no_edid()1570 	v4l2_subdev_notify(sd, ADV7511_MONITOR_DETECT, (void *)&mdt);  in adv7511_notify_monitor_detect()
 1717 		v4l2_subdev_notify(sd, ADV7511_EDID_DETECT, (void *)&ed);  in adv7511_check_edid_status()
 
 | 
| D | adv7604.c | 520 	v4l2_subdev_notify(&state->sd, ADV76XX_HOTPLUG, &hpd);  in adv76xx_set_hpd()
 | 
| /Linux-v5.4/drivers/media/i2c/m5mols/ | 
| D | m5mols_capture.c | 155 		v4l2_subdev_notify(sd, S5P_FIMC_TX_END_NOTIFY, &size);  in m5mols_start_capture()
 | 
| /Linux-v5.4/include/media/ | 
| D | v4l2-device.h | 195 static inline void v4l2_subdev_notify(struct v4l2_subdev *sd,  in v4l2_subdev_notify()  function
 | 
| /Linux-v5.4/drivers/media/pci/cx23885/ | 
| D | cx23888-ir.c | 574 		v4l2_subdev_notify(sd, V4L2_SUBDEV_IR_TX_NOTIFY, &events);  in cx23888_ir_irq_handler()644 		v4l2_subdev_notify(sd, V4L2_SUBDEV_IR_RX_NOTIFY, &events);  in cx23888_ir_irq_handler()
 
 | 
| /Linux-v5.4/drivers/media/i2c/cx25840/ | 
| D | cx25840-ir.c | 574 		v4l2_subdev_notify(sd, V4L2_SUBDEV_IR_TX_NOTIFY, &events);  in cx25840_ir_irq_handler()643 		v4l2_subdev_notify(sd, V4L2_SUBDEV_IR_RX_NOTIFY, &events);  in cx25840_ir_irq_handler()
 
 | 
| /Linux-v5.4/Documentation/translations/zh_CN/video4linux/ | 
| D | v4l2-framework.txt | 373 v4l2_subdev_notify(sd, notification, arg)。这个宏检查是否有一个
 | 
| /Linux-v5.4/drivers/media/v4l2-core/ | 
| D | v4l2-subdev.c | 800 	v4l2_subdev_notify(sd, V4L2_DEVICE_NOTIFY_EVENT, (void *)ev);  in v4l2_subdev_notify_event()
 | 
| /Linux-v5.4/Documentation/media/kapi/ | 
| D | v4l2-subdev.rst | 231 it can call ``v4l2_subdev_notify(sd, notification, arg)``. This macro checks
 |