Home
last modified time | relevance | path

Searched refs:backends (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/drivers/block/zram/
H A Dzcomp.c22 static const struct zcomp_ops *backends[] = { variable
78 while (backends[i]) { in lookup_backend_ops()
79 if (sysfs_streq(comp, backends[i]->name)) in lookup_backend_ops()
83 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 "[%s] ", backends[i]->name); in zcomp_available_show()
103 "%s ", backends[i]->name); in zcomp_available_show()
240 BUILD_BUG_ON(ARRAY_SIZE(backends) <= 1); in zcomp_create()
/linux-6.15/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ad9739a.yaml51 io-backends:
64 - io-backends
87 io-backends = <&iio_backend>;
H A Dadi,axi-dac.yaml113 io-backends = <&axi_dac>;
H A Dadi,ad3552r.yaml63 io-backends:
/linux-6.15/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad9467.yaml50 io-backends:
77 io-backends = <&iio_backend>;
H A Dadi,ad7625.yaml56 io-backends:
118 - io-backends
170 io-backends = <&axi_adc>;
H A Dadi,ad4851.yaml63 io-backends:
140 io-backends = <&iio_backend>;
H A Dst,stm32-dfsdm-adc.yaml225 io-backends:
274 - io-backends
416 io-backends = <&sd_adc2>;
424 io-backends = <&sd_adc3>;
H A Dadi,ad7606.yaml154 io-backends:
222 - io-backends
316 io-backends = <&iio_backend>;
H A Dadi,axi-adc.yaml135 io-backends = <&parallel_bus_controller>;
/linux-6.15/Documentation/i2c/
H A Dslave-interface.rst34 I2C slave backends behave like standard I2C clients. So, you can instantiate
36 difference is that i2c slave backends have their own address space. So, you
52 drivers and writing backends will be given.
130 Software backends
194 * For backends simulating hardware registers, buffers are largely not helpful
/linux-6.15/fs/ecryptfs/
H A DKconfig23 backends, like OpenSSL.
/linux-6.15/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1380 } backends[] = { in igt_ppgtt_smoke_huge() local
1393 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() local
1497 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()
/linux-6.15/drivers/firmware/arm_scmi/transports/
H A DKconfig101 with Legacy VirtIO backends and instead support only VirtIO Version 1
104 If you want instead to support also old Legacy VirtIO backends (like
/linux-6.15/Documentation/iio/
H A Dad7606.rst34 platform in the device tree (with no io-backends node defined, see below).
41 The backend mode is enabled when through the definition of the "io-backends"
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-driver-xen-blkback45 that this option only takes effect on newly connected backends.
H A Dpstore45 backends are available, the preferred backend may be
/linux-6.15/drivers/vhost/
H A DKconfig78 guest virtio devices with the vDPA-based backends.
/linux-6.15/samples/bpf/
H A DREADME.rst70 By default llvm will build all non-experimental backends including bpf.
/linux-6.15/drivers/virtio/
H A DKconfig58 virtio backends. Most QEMU based VMMs should support these devices
/linux-6.15/Documentation/driver-api/
H A Dconsole.rst35 examined. This shows the console backends currently registered by the
/linux-6.15/Documentation/gpu/rfc/
H A Di915_scheduler.rst55 * Even when using the DRM scheduler the backends will handle
/linux-6.15/drivers/platform/x86/dell/
H A DKconfig131 # backends are selected. The "depends" line prevents a configuration
/linux-6.15/Documentation/filesystems/caching/
H A Dfscache.rst13 FS-Cache mediates between cache backends (such as CacheFiles) and network
/linux-6.15/Documentation/staging/
H A Dremoteproc.rst29 existing virtio drivers with remote processor backends at a minimal development

12