Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/omap3isp/
H A Disp.c2122 struct isp_async_subdev *isd = NULL; in isp_parse_of_endpoints() local
2140 isd = v4l2_async_nf_add_fwnode_remote(&isp->notifier, in isp_parse_of_endpoints()
2143 if (!IS_ERR(isd)) in isp_parse_of_endpoints()
2144 isp_parse_of_parallel_endpoint(isp->dev, &vep, &isd->bus); in isp_parse_of_endpoints()
2180 isd = v4l2_async_nf_add_fwnode_remote(&isp->notifier, in isp_parse_of_endpoints()
2185 if (!IS_ERR(isd)) { in isp_parse_of_endpoints()
2188 isd->bus.interface = in isp_parse_of_endpoints()
2190 isp_parse_of_csi2_endpoint(isp->dev, &vep, &isd->bus); in isp_parse_of_endpoints()
2194 isd->bus.interface = in isp_parse_of_endpoints()
2197 &isd->bus); in isp_parse_of_endpoints()
/linux/tools/perf/pmu-events/
H A Dintel_metrics.py516 isd = None
535 isd = d_ratio(l2_s, interval_sec)
623 isd, "dropped/s") if isd else None,