Searched refs:v4l2_async_subdev (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/include/media/ |
D | v4l2-async.h | 41 struct v4l2_async_subdev { struct 56 struct v4l2_async_subdev *); argument 80 struct v4l2_async_subdev **subdevs; 87 struct v4l2_async_subdev *asd); 91 struct v4l2_async_subdev *asd);
|
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 | 732 struct v4l2_async_subdev *asd;
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-async.c | 25 static bool match_i2c(struct v4l2_subdev *sd, struct v4l2_async_subdev *asd) in match_i2c() 38 struct v4l2_async_subdev *asd) in match_devname() 43 static bool match_of(struct v4l2_subdev *sd, struct v4l2_async_subdev *asd) in match_of() 48 static bool match_custom(struct v4l2_subdev *sd, struct v4l2_async_subdev *asd) in match_custom() 61 static struct v4l2_async_subdev *v4l2_async_belongs(struct v4l2_async_notifier *notifier, in v4l2_async_belongs() 64 bool (*match)(struct v4l2_subdev *, struct v4l2_async_subdev *); in v4l2_async_belongs() 65 struct v4l2_async_subdev *asd; in v4l2_async_belongs() 98 struct v4l2_async_subdev *asd) in v4l2_async_test_notify() 141 struct v4l2_async_subdev *asd; in v4l2_async_notifier_register() 289 struct v4l2_async_subdev *asd = v4l2_async_belongs(notifier, sd); in v4l2_async_register_subdev()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/media/platform/soc_camera/ |
D | atmel-isi.h | 115 struct v4l2_async_subdev;
|
D | soc_camera.c | 63 struct v4l2_async_subdev *sensor; 1457 struct v4l2_async_subdev *asd) in soc_camera_async_bound() 1490 struct v4l2_async_subdev *asd) in soc_camera_async_unbind() 1523 struct v4l2_async_subdev **asd, unsigned int size) in scan_async_group() 1603 struct v4l2_async_subdev **asd; in scan_async_host() 1622 struct v4l2_async_subdev *subdev;
|
D | sh_mobile_ceu_camera.c | 103 struct v4l2_async_subdev *csi2_asd; 1859 struct v4l2_async_subdev **asd; in sh_mobile_ceu_probe()
|
/linux-4.4.14/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.4.14/drivers/media/platform/am437x/ |
D | am437x-vpfe.h | 104 struct v4l2_async_subdev *asd[VPFE_MAX_SUBDEV];
|
D | am437x-vpfe.c | 2294 struct v4l2_async_subdev *asd) in vpfe_async_bound() 2503 sizeof(struct v4l2_async_subdev), in vpfe_get_pdata()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | isp.h | 231 struct v4l2_async_subdev asd;
|
D | isp.c | 2279 struct v4l2_async_subdev *asd) in isp_subdev_notifier_bound()
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | vpif_display.c | 1123 struct v4l2_async_subdev *asd) in vpif_async_bound()
|
D | vpif_capture.c | 1325 struct v4l2_async_subdev *asd) in vpif_async_bound()
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 435 of pointers to subdevice descriptors of type struct v4l2_async_subdev type. The
|