Home
last modified time | relevance | path

Searched refs:num_ctxs (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c66 static int num_ctxs; variable
289 for (ctx = 0; ctx < num_ctxs; ++ctx) in omap_vrfb_request_ctx()
293 if (ctx == num_ctxs) { in omap_vrfb_request_ctx()
346 num_ctxs = pdev->num_resources - 1; in vrfb_probe()
349 num_ctxs, sizeof(struct vrfb_ctx), in vrfb_probe()
355 for (i = 0; i < num_ctxs; ++i) { in vrfb_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c66 static int num_ctxs; variable
289 for (ctx = 0; ctx < num_ctxs; ++ctx) in omap_vrfb_request_ctx()
293 if (ctx == num_ctxs) { in omap_vrfb_request_ctx()
346 num_ctxs = pdev->num_resources - 1; in vrfb_probe()
349 num_ctxs, sizeof(struct vrfb_ctx), in vrfb_probe()
355 for (i = 0; i < num_ctxs; ++i) { in vrfb_probe()
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c56 u8 num_ctxs; member
594 WARN_ON(asid > qcom_iommu->num_ctxs)) { in qcom_iommu_of_xlate()
805 qcom_iommu->num_ctxs = max_asid; in qcom_iommu_device_probe()

Completed in 4 milliseconds