Searched refs:backends (Results 1 – 6 of 6) sorted by relevance
23 static const struct zcomp_ops *backends[] = { variable79 while (backends[i]) { in lookup_backend_ops()80 if (sysfs_streq(comp, backends[i]->name)) in lookup_backend_ops()84 return backends[i]; in lookup_backend_ops()97 for (i = 0; i < ARRAY_SIZE(backends) - 1; i++) { in zcomp_available_show()98 if (!strcmp(comp, backends[i]->name)) { in zcomp_available_show()100 backends[i]->name); in zcomp_available_show()102 at += sysfs_emit_at(buf, at, "%s ", backends[i]->name); in zcomp_available_show()239 BUILD_BUG_ON(ARRAY_SIZE(backends) <= 1); in zcomp_create()
1380 } backends[] = { in igt_ppgtt_smoke_huge() local1393 for (i = 0; i < ARRAY_SIZE(backends); ++i) { in igt_ppgtt_smoke_huge()1394 u32 min = backends[i].min; in igt_ppgtt_smoke_huge()1395 u32 max = backends[i].max; in igt_ppgtt_smoke_huge()1401 obj = backends[i].fn(i915, size, 0); in igt_ppgtt_smoke_huge()1464 } backends[] = { in igt_ppgtt_sanity_check() local1497 for (i = 0; i < ARRAY_SIZE(backends); ++i) { in igt_ppgtt_sanity_check()1503 obj = backends[i].fn(i915, size, backends[i].flags); in igt_ppgtt_sanity_check()
101 with Legacy VirtIO backends and instead support only VirtIO Version 1104 If you want instead to support also old Legacy VirtIO backends (like
78 guest virtio devices with the vDPA-based backends.
58 virtio backends. Most QEMU based VMMs should support these devices
132 # backends are selected. The "depends" line prevents a configuration
Completed in 14 milliseconds