Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/
Dvrfb.c78 static int num_ctxs; variable
301 for (ctx = 0; ctx < num_ctxs; ++ctx) in omap_vrfb_request_ctx()
305 if (ctx == num_ctxs) { in omap_vrfb_request_ctx()
360 num_ctxs = pdev->num_resources - 1; in vrfb_probe()
363 num_ctxs, sizeof(struct vrfb_ctx), in vrfb_probe()
369 for (i = 0; i < num_ctxs; ++i) { in vrfb_probe()
/Linux-v4.19/drivers/iommu/
Dqcom_iommu.c60 u8 num_ctxs; member
568 WARN_ON(asid > qcom_iommu->num_ctxs)) in qcom_iommu_of_xlate()
800 qcom_iommu->num_ctxs = max_asid; in qcom_iommu_device_probe()