Lines Matching refs:asd
1692 for (i = 0; i < ARRAY_SIZE(vpfe->cfg->asd); i++) { in vpfe_get_subdev_input_index()
1719 for (i = 0; i < ARRAY_SIZE(vpfe->cfg->asd); i++) { in vpfe_get_app_input_index()
2303 struct v4l2_async_subdev *asd) in vpfe_async_bound() argument
2314 for (i = 0; i < ARRAY_SIZE(vpfe->cfg->asd); i++) { in vpfe_async_bound()
2315 if (vpfe->cfg->asd[i]->match.of.node == asd[i].match.of.node) { in vpfe_async_bound()
2511 pdata->asd[i] = devm_kzalloc(&pdev->dev, in vpfe_get_pdata()
2514 if (!pdata->asd[i]) { in vpfe_get_pdata()
2520 pdata->asd[i]->match_type = V4L2_ASYNC_MATCH_OF; in vpfe_get_pdata()
2521 pdata->asd[i]->match.of.node = rem; in vpfe_get_pdata()
2597 ARRAY_SIZE(vpfe->cfg->asd), GFP_KERNEL); in vpfe_probe()
2603 vpfe->notifier.subdevs = vpfe->cfg->asd; in vpfe_probe()
2604 vpfe->notifier.num_subdevs = ARRAY_SIZE(vpfe->cfg->asd); in vpfe_probe()