Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/bcma/
Dscan.c284 u8 ports[2], wrappers[2]; in bcma_get_next_core() local
304 wrappers[0] = (cib & SCAN_CIB_NMW) >> SCAN_CIB_NMW_SHIFT; in bcma_get_next_core()
305 wrappers[1] = (cib & SCAN_CIB_NSW) >> SCAN_CIB_NSW_SHIFT; in bcma_get_next_core()
316 if (wrappers[0] + wrappers[1] == 0) { in bcma_get_next_core()
394 for (i = 0; i < wrappers[0]; i++) { in bcma_get_next_core()
411 for (i = 0; i < wrappers[1]; i++) { in bcma_get_next_core()
422 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-v4.19/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-v4.19/drivers/firmware/efi/
DMakefile11 KASAN_SANITIZE_runtime-wrappers.o := n
21 obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
/Linux-v4.19/drivers/staging/comedi/
DTODO4 - remove all wrappers
/Linux-v4.19/drivers/staging/vt6656/
DTODO3 - remove kernel version compatibility wrappers
/Linux-v4.19/arch/powerpc/platforms/powernv/
DMakefile2 obj-y += setup.o opal-wrappers.o opal.o opal-async.o idle.o
/Linux-v4.19/Documentation/translations/ko_KR/
Dstable_api_nonsense.txt56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
/Linux-v4.19/Documentation/driver-api/
Dspi.rst40 wrappers, however.) Messages are built from one or more
/Linux-v4.19/Documentation/networking/
Dgen_stats.txt54 compatibility by calling the compat wrappers to keep providing the
/Linux-v4.19/Documentation/wimax/
DREADME.wimax27 them using your own code or use the wrappers provided for your
/Linux-v4.19/Documentation/spi/
Dspi-summary136 completion callbacks. There are also some simple synchronous wrappers
433 - There are also synchronous wrappers like spi_sync(), and wrappers
438 - The spi_write_then_read() call, and convenience wrappers around
443 wrappers, doing exactly that.
/Linux-v4.19/drivers/pci/controller/dwc/
DKconfig143 hardware wrappers.
/Linux-v4.19/fs/xfs/
DKconfig124 including ASSERT checks, function wrappers around macros,
/Linux-v4.19/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
329 There are also convenience wrappers for retrieving specific associated pairs of
/Linux-v4.19/Documentation/
Dpwm.txt52 The pwm_config(), pwm_enable() and pwm_disable() functions are just wrappers
/Linux-v4.19/Documentation/i2c/
Ddev-interface202 5* These i2c.h functions are wrappers to the actual implementation of
/Linux-v4.19/Documentation/admin-guide/
Djava.rst49 custom wrappers from this document in ``/usr/local``)
/Linux-v4.19/Documentation/process/
Dstable-api-nonsense.rst46 source, hidden source, binary blobs, source wrappers, or any other term
/Linux-v4.19/Documentation/filesystems/
Dporting477 wrappers; instead of checking for ->write or ->read being NULL, look for
615 alloc_file() has become static now; two wrappers are to be used instead.
/Linux-v4.19/Documentation/sparc/oradax/
Doracle-dax.txt258 can make hypercalls directly while the user code must use wrappers
/Linux-v4.19/Documentation/gpu/
Dtodo.rst40 wrappers
/Linux-v4.19/Documentation/RCU/
Dchecklist.txt358 the callback code simply wrappers around kfree(), so that this
/Linux-v4.19/Documentation/kbuild/
Dmakefiles.txt1303 wrappers, generated-y specifies them.
1305 This prevents them being treated as stale asm-generic wrappers and

12