Home
last modified time | relevance | path

Searched refs:isd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Disp.c2143 struct isp_async_subdev *isd = NULL; in isp_parse_of_endpoints() local
2163 &isp->notifier, ep, sizeof(*isd)); in isp_parse_of_endpoints()
2165 isd = container_of(asd, struct isp_async_subdev, asd); in isp_parse_of_endpoints()
2166 isp_parse_of_parallel_endpoint(isp->dev, &vep, &isd->bus); in isp_parse_of_endpoints()
2204 &isp->notifier, ep, sizeof(*isd)); in isp_parse_of_endpoints()
2207 isd = container_of(asd, struct isp_async_subdev, asd); in isp_parse_of_endpoints()
2211 isd->bus.interface = in isp_parse_of_endpoints()
2213 isp_parse_of_csi2_endpoint(isp->dev, &vep, &isd->bus); in isp_parse_of_endpoints()
2217 isd->bus.interface = in isp_parse_of_endpoints()
2220 &isd in isp_parse_of_endpoints()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Disp.c2152 struct isp_async_subdev *isd = NULL; in isp_parse_of_endpoints() local
2170 isd = v4l2_async_nf_add_fwnode_remote(&isp->notifier, in isp_parse_of_endpoints()
2173 if (!IS_ERR(isd)) in isp_parse_of_endpoints()
2174 isp_parse_of_parallel_endpoint(isp->dev, &vep, &isd->bus); in isp_parse_of_endpoints()
2210 isd = v4l2_async_nf_add_fwnode_remote(&isp->notifier, in isp_parse_of_endpoints()
2215 if (!IS_ERR(isd)) { in isp_parse_of_endpoints()
2218 isd->bus.interface = in isp_parse_of_endpoints()
2220 isp_parse_of_csi2_endpoint(isp->dev, &vep, &isd->bus); in isp_parse_of_endpoints()
2224 isd->bus.interface = in isp_parse_of_endpoints()
2227 &isd in isp_parse_of_endpoints()
[all...]

Completed in 6 milliseconds