Home
last modified time | relevance | path

Searched refs:wrappers (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v5.15/drivers/bcma/
Dscan.c278 u8 ports[2], wrappers[2]; in bcma_get_next_core() local
298 wrappers[0] = (cib & SCAN_CIB_NMW) >> SCAN_CIB_NMW_SHIFT; in bcma_get_next_core()
299 wrappers[1] = (cib & SCAN_CIB_NSW) >> SCAN_CIB_NSW_SHIFT; in bcma_get_next_core()
310 if (wrappers[0] + wrappers[1] == 0) { in bcma_get_next_core()
388 for (i = 0; i < wrappers[0]; i++) { in bcma_get_next_core()
405 for (i = 0; i < wrappers[1]; i++) { in bcma_get_next_core()
416 if (wrappers[0] == 0 && !i && !j) in bcma_get_next_core()
DREADME10 2) AMBA standard devices called ports or wrappers. They have CIDs (AMBA_CID)
/Linux-v5.15/tools/usb/usbip/
Dconfigure.ac54 AC_MSG_CHECKING([whether to use the libwrap (TCP wrappers) library])
55 AC_ARG_WITH([tcp-wrappers],
56 [AS_HELP_STRING([--with-tcp-wrappers],
57 [use the libwrap (TCP wrappers) library])],
DREADME55 $ ./configure [--with-tcp-wrappers=no] [--with-usbids-dir=<dir>]
/Linux-v5.15/drivers/firmware/efi/
DMakefile11 KASAN_SANITIZE_runtime-wrappers.o := n
25 obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
/Linux-v5.15/Documentation/bpf/libbpf/
Dlibbpf_naming_convention.rst15 System call wrappers
18 System call wrappers are simple wrappers for commands supported by
19 sys_bpf system call. These wrappers should go to ``bpf.h`` header file
/Linux-v5.15/drivers/comedi/
DTODO4 - remove all wrappers
/Linux-v5.15/drivers/staging/vt6656/
DTODO3 - remove kernel version compatibility wrappers
/Linux-v5.15/drivers/staging/r8188eu/
DTODO8 * Use in-kernel API and remove unnecessary wrappers where possible.
/Linux-v5.15/scripts/atomic/
Dgen-atomic-instrumented.sh114 * This file provides wrappers with KASAN instrumentation for atomic operations.
/Linux-v5.15/Documentation/translations/ko_KR/
Dstable_api_nonsense.txt56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
/Linux-v5.15/arch/powerpc/platforms/powernv/
DMakefile2 obj-y += setup.o opal-call.o opal-wrappers.o opal.o opal-async.o
/Linux-v5.15/drivers/pci/controller/dwc/
DKconfig181 hardware wrappers.
237 hardware wrappers.
366 core plus Annapurna Labs proprietary hardware wrappers. This is
/Linux-v5.15/Documentation/driver-api/
Dspi.rst40 wrappers, however.) Messages are built from one or more
Dpwm.rst57 The pwm_config(), pwm_enable() and pwm_disable() functions are just wrappers
Ddevice-io.rst461 cases. At the time of this writing, the following ioremap() wrappers have such
502 Not using these wrappers may make drivers unusable on certain platforms with
/Linux-v5.15/Documentation/networking/
Dgen_stats.rst63 compatibility by calling the compat wrappers to keep providing the
/Linux-v5.15/Documentation/spi/
Dspi-summary.rst137 completion callbacks. There are also some simple synchronous wrappers
443 - There are also synchronous wrappers like spi_sync(), and wrappers
448 - The spi_write_then_read() call, and convenience wrappers around
453 wrappers, doing exactly that.
/Linux-v5.15/Documentation/security/
Dcredentials.rst275 the task pointer to make it point to the new copy. There are wrappers to aid
316 There are convenience wrappers for retrieving specific aspects of a task's
328 There are also convenience wrappers for retrieving specific associated pairs of
/Linux-v5.15/fs/xfs/
DKconfig149 including ASSERT checks, function wrappers around macros,
/Linux-v5.15/Documentation/i2c/
Ddev-interface.rst210 5) These i2c.h functions are wrappers to the actual implementation of
/Linux-v5.15/Documentation/core-api/
Dmemory-allocation.rst171 wrappers can allocate memory from that cache.
/Linux-v5.15/Documentation/powerpc/
Dpapr_hcalls.rst48 Powerpc arch code provides convenient wrappers named **plpar_hcall_xxx** defined
/Linux-v5.15/Documentation/admin-guide/
Djava.rst49 custom wrappers from this document in ``/usr/local``)
/Linux-v5.15/Documentation/process/
Dstable-api-nonsense.rst46 source, hidden source, binary blobs, source wrappers, or any other term

12