Searched refs:asd (Results 51 - 75 of 86) sorted by last modified time

1234

/linux-master/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_csi.c44 struct v4l2_async_connection *asd)
120 struct v4l2_async_connection *asd; local
137 asd = v4l2_async_nf_add_fwnode_remote(&csi->notifier, ep,
139 if (IS_ERR(asd)) {
140 ret = PTR_ERR(asd);
42 sun4i_csi_notify_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
/linux-master/drivers/media/platform/renesas/
H A Drenesas-ceu.c154 struct v4l2_async_connection asd; member in struct:ceu_subdev
162 static struct ceu_subdev *to_ceu_subdev(struct v4l2_async_connection *asd) argument
164 return container_of(asd, struct ceu_subdev, asd);
1373 struct v4l2_async_connection *asd)
1377 struct ceu_subdev *ceu_sd = to_ceu_subdev(asd);
1371 ceu_notify_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *v4l2_sd, struct v4l2_async_connection *asd) argument
H A Drcar_drif.c1101 struct v4l2_async_connection *asd)
1108 rdrif_dbg(sdr, "bound asd %s\n", subdev->name);
1116 struct v4l2_async_connection *asd)
1132 rdrif_dbg(sdr, "unbind asd %s\n", subdev->name);
1209 struct v4l2_async_connection *asd; local
1228 asd = v4l2_async_nf_add_fwnode(notifier, fwnode,
1231 if (IS_ERR(asd))
1232 return PTR_ERR(asd);
1099 rcar_drif_notify_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
1114 rcar_drif_notify_unbind(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
/linux-master/drivers/media/platform/nxp/
H A Dimx8mq-mipi-csi2.c573 struct v4l2_async_connection *asd)
593 struct v4l2_async_connection *asd; local
624 asd = v4l2_async_nf_add_fwnode_remote(&state->notifier, ep,
626 if (IS_ERR(asd)) {
627 ret = PTR_ERR(asd);
571 imx8mq_mipi_csi_notify_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2_async_connection *asd) argument
H A Dimx7-media-csi.c2056 struct v4l2_async_connection *asd)
2081 struct v4l2_async_connection *asd; local
2095 asd = v4l2_async_nf_add_fwnode_remote(&csi->notifier, ep,
2100 if (IS_ERR(asd)) {
2101 ret = dev_err_probe(csi->dev, PTR_ERR(asd),
2054 imx7_csi_notify_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2_async_connection *asd) argument
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c1672 struct v4l2_async_connection *asd)
1687 pad = media_entity_get_fwnode_pad(&subdev->entity, asd->match.fwnode,
1701 struct v4l2_async_connection *asd)
1670 isc_async_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
1699 isc_async_unbind(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
H A Dmicrochip-csi2dc.c481 struct v4l2_async_connection *asd)
490 pad = media_entity_get_fwnode_pad(&subdev->entity, asd->match.fwnode,
525 struct v4l2_async_connection *asd; local
530 asd = v4l2_async_nf_add_fwnode_remote(&csi2dc->notifier,
536 if (IS_ERR(asd)) {
537 ret = PTR_ERR(asd);
479 csi2dc_async_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
/linux-master/drivers/media/i2c/
H A Dds90ub960.c479 static inline struct ub960_asd *to_ub960_asd(struct v4l2_async_connection *asd) argument
481 return container_of(asd, struct ub960_asd, base);
3547 struct v4l2_async_connection *asd)
3550 struct ub960_rxport *rxport = to_ub960_asd(asd)->rxport;
3590 struct v4l2_async_connection *asd)
3592 struct ub960_rxport *rxport = to_ub960_asd(asd)->rxport;
3612 struct ub960_asd *asd; local
3617 asd = v4l2_async_nf_add_fwnode(&priv->notifier,
3620 if (IS_ERR(asd)) {
3622 i, asd);
3545 ub960_notify_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
3588 ub960_notify_unbind(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
[all...]
H A Dds90ub953.c739 struct v4l2_async_connection *asd)
778 struct v4l2_async_connection *asd; local
791 asd = v4l2_async_nf_add_fwnode_remote(&priv->notifier, ep_fwnode,
796 if (IS_ERR(asd)) {
797 dev_err(dev, "Failed to add subdev: %ld", PTR_ERR(asd));
799 return PTR_ERR(asd);
737 ub953_notify_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *source_subdev, struct v4l2_async_connection *asd) argument
H A Dds90ub913.c523 struct v4l2_async_connection *asd)
562 struct v4l2_async_connection *asd; local
575 asd = v4l2_async_nf_add_fwnode_remote(&priv->notifier, ep_fwnode,
580 if (IS_ERR(asd)) {
581 dev_err(dev, "Failed to add subdev: %ld", PTR_ERR(asd));
583 return PTR_ERR(asd);
521 ub913_notify_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *source_subdev, struct v4l2_async_connection *asd) argument
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2_bridge.c612 struct v4l2_async_connection asd; member in struct:sensor_async_subdev
616 #define to_sensor_asd(a) container_of(a, struct sensor_async_subdev, asd)
622 struct v4l2_async_connection *asd)
625 struct sensor_async_subdev *s_asd = to_sensor_asd(asd);
649 struct v4l2_async_connection *asd)
652 struct sensor_async_subdev *s_asd = to_sensor_asd(asd);
620 atomisp_notifier_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2_async_connection *asd) argument
647 atomisp_notifier_unbind(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2_async_connection *asd) argument
H A Datomisp_csi2.h77 void atomisp_csi2_configure(struct atomisp_sub_device *asd);
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-vipp.c32 * @asd: subdev asynchronous registration information
37 struct v4l2_async_connection asd; /* must be first */ member in struct:xvip_graph_entity
43 to_xvip_entity(struct v4l2_async_connection *asd) argument
45 return container_of(asd, struct xvip_graph_entity, asd);
57 struct v4l2_async_connection *asd; local
65 list_for_each_entry(asd, lists[i], asc_entry) {
66 entity = to_xvip_entity(asd);
67 if (entity->asd.match.fwnode == fwnode)
92 ep = fwnode_graph_get_next_endpoint(entity->asd
295 struct v4l2_async_connection *asd; local
390 struct v4l2_async_connection *asd; local
[all...]
/linux-master/include/media/davinci/
H A Dvpif_types.h75 struct v4l2_async_connection *asd[VPIF_CAPTURE_MAX_CHANNELS]; member in struct:vpif_capture_config
/linux-master/drivers/staging/media/imx/
H A Dimx-media-dev.c23 struct v4l2_async_connection *asd)
21 imx_media_subdev_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2_async_connection *asd) argument
H A Dimx-media-of.c22 struct v4l2_async_connection *asd; local
32 asd = v4l2_async_nf_add_fwnode(&imxmd->notifier,
35 if (IS_ERR(asd)) {
36 ret = PTR_ERR(asd);
/linux-master/drivers/staging/media/deprecated/atmel/
H A Datmel-sama7g5-isc.c496 struct v4l2_async_connection *asd; local
502 asd = v4l2_async_nf_add_fwnode_remote(&subdev_entity->notifier,
509 if (IS_ERR(asd)) {
510 ret = PTR_ERR(asd);
H A Datmel-sama5d2-isc.c506 struct v4l2_async_connection *asd; local
512 asd = v4l2_async_nf_add_fwnode_remote(&subdev_entity->notifier,
519 if (IS_ERR(asd)) {
520 ret = PTR_ERR(asd);
H A Datmel-isc.h47 struct v4l2_async_connection *asd; member in struct:isc_subdev_entity
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disp.h223 struct v4l2_async_connection asd; member in struct:isp_async_subdev
236 return &container_of(asc, struct isp_async_subdev, asd)->bus;
H A Disp.c2032 &container_of(asc, struct isp_async_subdev, asd)->bus;
/linux-master/drivers/media/platform/ti/cal/
H A Dcal.c777 struct v4l2_async_connection asd; /* Must be first */ member in struct:cal_v4l2_async_subdev
782 to_cal_asd(struct v4l2_async_connection *asd) argument
784 return container_of(asd, struct cal_v4l2_async_subdev, asd);
789 struct v4l2_async_connection *asd)
791 struct cal_camerarx *phy = to_cal_asd(asd)->phy;
787 cal_async_notifier_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
/linux-master/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.h87 struct v4l2_async_connection *asd[VPFE_MAX_SUBDEV]; member in struct:vpfe_config
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.c403 struct v4l2_async_connection *asd; local
466 asd = v4l2_async_nf_add_fwnode_remote(&fmd->subdev_notifier,
472 if (IS_ERR(asd))
473 return PTR_ERR(asd);
475 fmd->sensor[index].asd = asd;
1374 struct v4l2_async_connection *asd)
1382 if (fmd->sensor[i].asd == asd)
1372 subdev_notifier_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
H A Dmedia-dev.h77 * @asd: asynchronous subdev registration data structure
85 struct v4l2_async_connection *asd; member in struct:fimc_sensor_info

Completed in 536 milliseconds

1234