Searched refs:v4l2_async_subdev (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/include/media/ |
D | v4l2-async.h | 40 struct v4l2_async_subdev { struct 55 struct v4l2_async_subdev *); argument 78 struct v4l2_async_subdev **subdevs; 85 struct v4l2_async_subdev *asd); 89 struct v4l2_async_subdev *asd);
|
D | atmel-isi.h | 113 struct v4l2_async_subdev; 127 struct v4l2_async_subdev **asd; /* Flat array, arranged in groups */
|
D | sh_mobile_ceu.h | 25 struct v4l2_async_subdev **asd; /* Flat array, arranged in groups */
|
D | soc_camera.h | 74 struct v4l2_async_subdev asd; 89 struct v4l2_async_subdev **asd; /* Flat array, arranged in groups */
|
D | v4l2-subdev.h | 625 struct v4l2_async_subdev *asd;
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-async.c | 25 static bool match_i2c(struct device *dev, struct v4l2_async_subdev *asd) in match_i2c() 37 static bool match_devname(struct device *dev, struct v4l2_async_subdev *asd) in match_devname() 42 static bool match_of(struct device *dev, struct v4l2_async_subdev *asd) in match_of() 51 static struct v4l2_async_subdev *v4l2_async_belongs(struct v4l2_async_notifier *notifier, in v4l2_async_belongs() 54 struct v4l2_async_subdev *asd; in v4l2_async_belongs() 55 bool (*match)(struct device *, struct v4l2_async_subdev *); in v4l2_async_belongs() 91 struct v4l2_async_subdev *asd) in v4l2_async_test_notify() 134 struct v4l2_async_subdev *asd; in v4l2_async_notifier_register() 274 struct v4l2_async_subdev *asd = v4l2_async_belongs(notifier, sd); in v4l2_async_register_subdev()
|
/linux-4.1.27/include/linux/platform_data/ |
D | camera-mx3.h | 36 struct v4l2_async_subdev; 48 struct v4l2_async_subdev **asd; /* Flat array, arranged in groups */
|
/linux-4.1.27/include/media/davinci/ |
D | vpif_types.h | 62 struct v4l2_async_subdev **asd; /* Flat array, arranged in groups */ 86 struct v4l2_async_subdev **asd; /* Flat array, arranged in groups */
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | media-dev.h | 91 struct v4l2_async_subdev asd; 152 struct v4l2_async_subdev *async_subdevs[FIMC_MAX_SENSORS];
|
D | media-dev.c | 1272 struct v4l2_async_subdev *asd) in subdev_notifier_bound()
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-vipp.c | 46 struct v4l2_async_subdev asd; 319 struct v4l2_async_subdev *asd) in xvip_graph_notify_bound() 509 struct v4l2_async_subdev **subdevs = NULL; in xvip_graph_init()
|
/linux-4.1.27/drivers/media/platform/am437x/ |
D | am437x-vpfe.h | 103 struct v4l2_async_subdev *asd[VPFE_MAX_SUBDEV];
|
D | am437x-vpfe.c | 2303 struct v4l2_async_subdev *asd) in vpfe_async_bound() 2512 sizeof(struct v4l2_async_subdev), in vpfe_get_pdata()
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | isp.h | 236 struct v4l2_async_subdev asd;
|
D | isp.c | 2357 struct v4l2_async_subdev *asd) in isp_subdev_notifier_bound()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 63 struct v4l2_async_subdev *sensor; 1439 struct v4l2_async_subdev *asd) in soc_camera_async_bound() 1472 struct v4l2_async_subdev *asd) in soc_camera_async_unbind() 1505 struct v4l2_async_subdev **asd, unsigned int size) in scan_async_group() 1585 struct v4l2_async_subdev **asd; in scan_async_host() 1604 struct v4l2_async_subdev *subdev;
|
D | sh_mobile_ceu_camera.c | 103 struct v4l2_async_subdev *csi2_asd; 1832 struct v4l2_async_subdev **asd; in sh_mobile_ceu_probe()
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpif_display.c | 1117 struct v4l2_async_subdev *asd) in vpif_async_bound()
|
D | vpif_capture.c | 1320 struct v4l2_async_subdev *asd) in vpif_async_bound()
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 435 of pointers to subdevice descriptors of type struct v4l2_async_subdev type. The
|