Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firmware/efi/
DMakefile10 KASAN_SANITIZE_runtime-wrappers.o := n
18 obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
/linux-4.4.14/drivers/bcma/
Dscan.c281 u8 ports[2], wrappers[2]; in bcma_get_next_core() local
301 wrappers[0] = (cib & SCAN_CIB_NMW) >> SCAN_CIB_NMW_SHIFT; in bcma_get_next_core()
302 wrappers[1] = (cib & SCAN_CIB_NSW) >> SCAN_CIB_NSW_SHIFT; in bcma_get_next_core()
313 if (wrappers[0] + wrappers[1] == 0) { in bcma_get_next_core()
389 for (i = 0; i < wrappers[0]; i++) { in bcma_get_next_core()
406 for (i = 0; i < wrappers[1]; i++) { in bcma_get_next_core()
417 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-4.4.14/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])],
DREADME32 $ ./configure [--with-tcp-wrappers=no] [--with-usbids-dir=<dir>]
/linux-4.4.14/drivers/staging/comedi/
DTODO4 - remove all wrappers
/linux-4.4.14/drivers/staging/vt6656/
DTODO3 - remove kernel version compatibility wrappers
/linux-4.4.14/arch/powerpc/platforms/powernv/
DMakefile1 obj-y += setup.o opal-wrappers.o opal.o opal-async.o idle.o
/linux-4.4.14/Documentation/ko_KR/
Dstable_api_nonsense.txt56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
/linux-4.4.14/Documentation/networking/
Dgen_stats.txt53 compatibility by calling the compat wrappers to keep providing the
/linux-4.4.14/Documentation/wimax/
DREADME.wimax27 them using your own code or use the wrappers provided for your
/linux-4.4.14/fs/xfs/
DKconfig91 including ASSERT checks, function wrappers around macros,
/linux-4.4.14/Documentation/spi/
Dspi-summary136 completion callbacks. There are also some simple synchronous wrappers
420 - There are also synchronous wrappers like spi_sync(), and wrappers
425 - The spi_write_then_read() call, and convenience wrappers around
430 wrappers, doing exactly that.
/linux-4.4.14/Documentation/security/
Dcredentials.txt302 the task pointer to make it point to the new copy. There are wrappers to aid
343 There are convenience wrappers for retrieving specific aspects of a task's
356 There are also convenience wrappers for retrieving specific associated pairs of
/linux-4.4.14/Documentation/i2c/
Ddev-interface203 5* These i2c-core.c/i2c.h functions are wrappers to the actual
/linux-4.4.14/Documentation/
Djava.txt42 custom wrappers from this document in /usr/local)
Dstable_api_nonsense.txt37 source, hidden source, binary blobs, source wrappers, or any other term
Dmemory-barriers.txt1519 Note that the READ_ONCE() and WRITE_ONCE() wrappers in
1607 Because there are no READ_ONCE() or WRITE_ONCE() wrappers and no
/linux-4.4.14/Documentation/filesystems/
Dporting477 wrappers; instead of checking for ->write or ->read being NULL, look for
/linux-4.4.14/Documentation/RCU/
Dchecklist.txt344 the callback code simply wrappers around kfree(), so that this
/linux-4.4.14/Documentation/vm/
Dnuma_memory_policy.txt427 containing the memory policy system call wrappers. Some distributions
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc1261 * Removed unnecessary wrappers lpfc_find_lun_device() and
1294 * Remove all one-line wrappers from lpfc_mem.
/linux-4.4.14/crypto/
DKconfig438 Shash crypto api wrappers to crc32_le function.
/linux-4.4.14/Documentation/block/
Dbiodoc.txt235 I/O scheduler wrappers are to be used instead of accessing the queue directly.
/linux-4.4.14/init/
DKconfig1370 This enables the legacy 16-bit UID syscall wrappers.