Searched refs:asd (Results 51 - 75 of 86) sorted by relevance

1234

/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.h77 * @asd: asynchronous subdev registration data structure
85 struct v4l2_async_connection *asd; member in struct:fimc_sensor_info
/linux-master/drivers/staging/media/deprecated/atmel/
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-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-isc.h47 struct v4l2_async_connection *asd; member in struct:isc_subdev_entity
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-video.h59 struct ipu6_isys_subdev *asd; member in struct:ipu6_isys_stream
H A Dipu6-isys.c125 &isys->csi2[csi2->port].asd.sd.entity,
205 struct media_entity *sd = &isys->csi2[i].asd.sd.entity;
321 source = csi2->asd.source;
1269 csi2 = ipu6_isys_subdev_to_csi2(stream->asd);
/linux-master/drivers/media/i2c/
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
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 Dmax9286.c169 to_max9286_asd(struct v4l2_async_connection *asd) argument
171 return container_of(asd, struct max9286_asd, base);
663 struct v4l2_async_connection *asd)
666 struct max9286_source *source = to_max9286_asd(asd)->source;
725 struct v4l2_async_connection *asd)
728 struct max9286_source *source = to_max9286_asd(asd)->source;
661 max9286_notify_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
723 max9286_notify_unbind(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
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...]
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-csi2.c613 struct v4l2_async_connection *asd)
629 struct v4l2_async_connection *asd)
660 struct v4l2_async_connection *asd; local
690 asd = v4l2_async_nf_add_fwnode(&csi2->notifier, fwnode,
693 if (IS_ERR(asd))
694 return PTR_ERR(asd);
611 rzg2l_csi2_notify_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
627 rzg2l_csi2_notify_unbind(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
/linux-master/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c1363 struct v4l2_async_connection asd; member in struct:sensor_async_subdev
1368 container_of_const(__asd, struct sensor_async_subdev, asd)
1373 struct v4l2_async_connection *asd)
1376 struct sensor_async_subdev *s_asd = to_sensor_asd(asd);
1399 struct v4l2_async_connection *asd)
1402 struct sensor_async_subdev *s_asd = to_sensor_asd(asd);
1412 struct v4l2_async_connection *asd; local
1416 list_for_each_entry(asd, &cio2->notifier.done_list, asc_entry) {
1417 s_asd = to_sensor_asd(asd);
1420 ret = v4l2_create_fwnode_links_to_pad(asd
1371 cio2_notifier_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2_async_connection *asd) argument
1397 cio2_notifier_unbind(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2_async_connection *asd) argument
[all...]
/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 Dimx-mipi-csis.c1265 struct v4l2_async_connection *asd)
1282 struct v4l2_async_connection *asd; local
1312 asd = v4l2_async_nf_add_fwnode_remote(&csis->notifier, ep,
1314 if (IS_ERR(asd)) {
1315 ret = PTR_ERR(asd);
1263 mipi_csis_notify_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2_async_connection *asd) argument
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-isp.c953 const struct rkisp1_sensor_async *asd; local
960 asd = container_of(asc, struct rkisp1_sensor_async, asd);
962 mbus_type = asd->mbus_type;
963 mbus_flags = asd->mbus_flags;
H A Drkisp1-dev.c132 container_of(asc, struct rkisp1_sensor_async, asd);
173 container_of(asc, struct rkisp1_sensor_async, asd);
H A Drkisp1-common.h160 * @asd: async_subdev variable for the sensor
171 struct v4l2_async_connection asd; member in struct:rkisp1_sensor_async
/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/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/atmel/
H A Datmel-isi.c1126 struct v4l2_async_connection *asd)
1138 struct v4l2_async_connection *asd)
1157 struct v4l2_async_connection *asd; local
1167 asd = v4l2_async_nf_add_fwnode_remote(&isi->notifier,
1172 if (IS_ERR(asd))
1173 return PTR_ERR(asd);
1124 isi_graph_notify_unbind(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2_async_connection *asd) argument
1136 isi_graph_notify_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-isc.h47 struct v4l2_async_connection *asd; member in struct:isc_subdev_entity
/linux-master/drivers/media/platform/intel/
H A Dpxa_camera.c2047 struct v4l2_async_connection *asd)
2126 struct v4l2_async_connection *asd)
2200 struct v4l2_async_connection *asd; local
2253 asd = v4l2_async_nf_add_fwnode_remote(&pcdev->notifier,
2256 if (IS_ERR(asd))
2257 err = PTR_ERR(asd);
2309 struct v4l2_async_connection *asd; local
2313 asd = v4l2_async_nf_add_i2c(&pcdev->notifier,
2317 if (IS_ERR(asd))
2318 err = PTR_ERR(asd);
2045 pxa_camera_sensor_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
2124 pxa_camera_sensor_unbind(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
[all...]
/linux-master/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.c1551 for (i = 0; i < ARRAY_SIZE(vpfe->cfg->asd); i++) {
1577 for (i = 0; i < ARRAY_SIZE(vpfe->cfg->asd); i++) {
2144 struct v4l2_async_connection *asd)
2154 for (i = 0; i < ARRAY_SIZE(vpfe->cfg->asd); i++) {
2155 if (vpfe->cfg->asd[i]->match.fwnode ==
2156 asd[i].match.fwnode) {
2368 pdata->asd[i] = v4l2_async_nf_add_fwnode(&vpfe->notifier,
2372 if (IS_ERR(pdata->asd[i]))
2455 ARRAY_SIZE(vpfe->cfg->asd),
2142 vpfe_async_bound(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_connection *asd) argument
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-camss.c182 container_of(asc, struct stfcamss_async_subdev, asd);

Completed in 243 milliseconds

1234