Searched refs:wrappers (Results 1 – 25 of 48) sorted by relevance
12
| /linux/drivers/bcma/ |
| A D | scan.c | 278 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()
|
| A D | README | 10 2) AMBA standard devices called ports or wrappers. They have CIDs (AMBA_CID)
|
| /linux/tools/usb/usbip/ |
| A 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])],
|
| A D | README | 55 $ ./configure [--with-tcp-wrappers=no] [--with-usbids-dir=<dir>]
|
| /linux/drivers/firmware/efi/ |
| A D | Makefile | 11 KASAN_SANITIZE_runtime-wrappers.o := n 25 obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
|
| A D | built-in.a | 14 runtime-wrappers.o/
|
| A D | .built-in.a.cmd | 1 …i/efi-pstore.o drivers/firmware/efi/cper.o drivers/firmware/efi/runtime-wrappers.o drivers/firmwar…
|
| A D | .runtime-wrappers.o.cmd | 1 …wrappers.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin… 3 source_drivers/firmware/efi/runtime-wrappers.o := drivers/firmware/efi/runtime-wrappers.c 5 deps_drivers/firmware/efi/runtime-wrappers.o := \ 1172 drivers/firmware/efi/runtime-wrappers.o: $(deps_drivers/firmware/efi/runtime-wrappers.o) 1174 $(deps_drivers/firmware/efi/runtime-wrappers.o):
|
| /linux/Documentation/bpf/libbpf/ |
| A D | libbpf_naming_convention.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/drivers/comedi/ |
| A D | TODO | 4 - remove all wrappers
|
| /linux/drivers/staging/vt6656/ |
| A D | TODO | 3 - remove kernel version compatibility wrappers
|
| /linux/drivers/staging/r8188eu/ |
| A D | TODO | 8 * Use in-kernel API and remove unnecessary wrappers where possible.
|
| /linux/scripts/atomic/ |
| A D | gen-atomic-instrumented.sh | 114 * This file provides wrappers with KASAN instrumentation for atomic operations.
|
| /linux/Documentation/translations/ko_KR/ |
| A D | stable_api_nonsense.txt | 56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
|
| /linux/arch/powerpc/platforms/powernv/ |
| A D | Makefile | 2 obj-y += setup.o opal-call.o opal-wrappers.o opal.o opal-async.o
|
| /linux/drivers/firmware/ |
| A D | built-in.a | 45 efi/runtime-wrappers.o/
|
| /linux/drivers/pci/controller/dwc/ |
| A D | Kconfig | 179 hardware wrappers. 189 plus Qualcomm-specific hardware wrappers. 245 hardware wrappers. 374 core plus Annapurna Labs proprietary hardware wrappers. This is
|
| /linux/Documentation/networking/ |
| A D | gen_stats.rst | 63 compatibility by calling the compat wrappers to keep providing the
|
| /linux/Documentation/driver-api/ |
| A D | spi.rst | 40 wrappers, however.) Messages are built from one or more
|
| A D | pwm.rst | 57 The pwm_config(), pwm_enable() and pwm_disable() functions are just wrappers
|
| /linux/Documentation/spi/ |
| A D | spi-summary.rst | 137 completion callbacks. There are also some simple synchronous wrappers 435 - There are also synchronous wrappers like spi_sync(), and wrappers 440 - The spi_write_then_read() call, and convenience wrappers around 445 wrappers, doing exactly that.
|
| /linux/Documentation/security/ |
| A 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 328 There are also convenience wrappers for retrieving specific associated pairs of
|
| /linux/fs/xfs/ |
| A D | Kconfig | 149 including ASSERT checks, function wrappers around macros,
|
| /linux/Documentation/i2c/ |
| A D | dev-interface.rst | 210 5) These i2c.h functions are wrappers to the actual implementation of
|
| /linux/Documentation/core-api/ |
| A D | memory-allocation.rst | 171 wrappers can allocate memory from that cache.
|
Completed in 19 milliseconds
12