Searched refs:wrappers (Results 1 – 25 of 37) sorted by relevance
12
| /Linux-v5.4/drivers/bcma/ |
| D | scan.c | 284 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()
|
| D | README | 10 2) AMBA standard devices called ports or wrappers. They have CIDs (AMBA_CID)
|
| /Linux-v5.4/tools/usb/usbip/ |
| D | configure.ac | 54 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])],
|
| D | README | 55 $ ./configure [--with-tcp-wrappers=no] [--with-usbids-dir=<dir>]
|
| /Linux-v5.4/drivers/firmware/efi/ |
| D | Makefile | 11 KASAN_SANITIZE_runtime-wrappers.o := n 21 obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
|
| /Linux-v5.4/tools/lib/bpf/ |
| D | README.rst | 15 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.4/drivers/staging/comedi/ |
| D | TODO | 4 - remove all wrappers
|
| /Linux-v5.4/drivers/staging/vt6656/ |
| D | TODO | 3 - remove kernel version compatibility wrappers
|
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | Makefile | 2 obj-y += setup.o opal-call.o opal-wrappers.o opal.o opal-async.o
|
| /Linux-v5.4/scripts/atomic/ |
| D | gen-atomic-instrumented.sh | 136 * This file provides wrappers with KASAN instrumentation for atomic operations.
|
| /Linux-v5.4/Documentation/translations/ko_KR/ |
| D | stable_api_nonsense.txt | 56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
|
| /Linux-v5.4/Documentation/networking/ |
| D | gen_stats.txt | 54 compatibility by calling the compat wrappers to keep providing the
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | spi.rst | 40 wrappers, however.) Messages are built from one or more
|
| D | pwm.rst | 52 The pwm_config(), pwm_enable() and pwm_disable() functions are just wrappers
|
| /Linux-v5.4/Documentation/admin-guide/wimax/ |
| D | wimax.rst | 31 them using your own code or use the wrappers provided for your
|
| /Linux-v5.4/drivers/pci/controller/dwc/ |
| D | Kconfig | 176 hardware wrappers. 267 core plus Annapurna Labs proprietary hardware wrappers. This is
|
| /Linux-v5.4/Documentation/spi/ |
| D | spi-summary.rst | 137 completion callbacks. There are also some simple synchronous wrappers 440 - There are also synchronous wrappers like spi_sync(), and wrappers 445 - The spi_write_then_read() call, and convenience wrappers around 450 wrappers, doing exactly that.
|
| /Linux-v5.4/fs/xfs/ |
| D | Kconfig | 124 including ASSERT checks, function wrappers around macros,
|
| /Linux-v5.4/Documentation/security/ |
| D | credentials.rst | 275 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-v5.4/Documentation/core-api/ |
| D | memory-allocation.rst | 123 created :c:func:`kmem_cache_alloc` and its convenience wrappers can
|
| /Linux-v5.4/Documentation/i2c/ |
| D | dev-interface.rst | 208 5) These i2c.h functions are wrappers to the actual implementation of
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | java.rst | 49 custom wrappers from this document in ``/usr/local``)
|
| /Linux-v5.4/Documentation/vm/ |
| D | memory-model.rst | 147 :c:func:`sparse_memory_present_with_active_regions` wrappers to
|
| /Linux-v5.4/Documentation/process/ |
| D | stable-api-nonsense.rst | 46 source, hidden source, binary blobs, source wrappers, or any other term
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | porting.rst | 572 wrappers; instead of checking for ->write or ->read being NULL, look for 774 alloc_file() has become static now; two wrappers are to be used instead.
|
12