Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/ti/omap3isp/
Disp.c2156 struct isp_async_subdev *isd = NULL; in isp_parse_of_endpoints() local
2174 isd = v4l2_async_nf_add_fwnode_remote(&isp->notifier, in isp_parse_of_endpoints()
2177 if (!IS_ERR(isd)) in isp_parse_of_endpoints()
2178 isp_parse_of_parallel_endpoint(isp->dev, &vep, &isd->bus); in isp_parse_of_endpoints()
2214 isd = v4l2_async_nf_add_fwnode_remote(&isp->notifier, in isp_parse_of_endpoints()
2219 if (!IS_ERR(isd)) { in isp_parse_of_endpoints()
2222 isd->bus.interface = in isp_parse_of_endpoints()
2224 isp_parse_of_csi2_endpoint(isp->dev, &vep, &isd->bus); in isp_parse_of_endpoints()
2228 isd->bus.interface = in isp_parse_of_endpoints()
2231 &isd->bus); in isp_parse_of_endpoints()