Searched refs:isd (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/ |
| H A D | isp.c | 2143 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->bus); in isp_parse_of_endpoints()
|