Lines Matching refs:asd
1679 for (i = 0; i < ARRAY_SIZE(vpfe->cfg->asd); i++) { in vpfe_get_subdev_input_index()
1705 for (i = 0; i < ARRAY_SIZE(vpfe->cfg->asd); i++) { in vpfe_get_app_input_index()
2294 struct v4l2_async_subdev *asd) in vpfe_async_bound() argument
2305 for (i = 0; i < ARRAY_SIZE(vpfe->cfg->asd); i++) { in vpfe_async_bound()
2306 if (vpfe->cfg->asd[i]->match.of.node == asd[i].match.of.node) { in vpfe_async_bound()
2502 pdata->asd[i] = devm_kzalloc(&pdev->dev, in vpfe_get_pdata()
2505 if (!pdata->asd[i]) { in vpfe_get_pdata()
2511 pdata->asd[i]->match_type = V4L2_ASYNC_MATCH_OF; in vpfe_get_pdata()
2512 pdata->asd[i]->match.of.node = rem; in vpfe_get_pdata()
2589 ARRAY_SIZE(vpfe->cfg->asd), GFP_KERNEL); in vpfe_probe()
2595 vpfe->notifier.subdevs = vpfe->cfg->asd; in vpfe_probe()
2596 vpfe->notifier.num_subdevs = ARRAY_SIZE(vpfe->cfg->asd); in vpfe_probe()