Home
last modified time | relevance | path

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

/openbmc/linux/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->bus); in isp_parse_of_endpoints()