Searched refs:wrappers (Results 1 – 25 of 34) sorted by relevance
12
/Linux-v4.19/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-v4.19/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-v4.19/drivers/firmware/efi/ |
D | Makefile | 11 KASAN_SANITIZE_runtime-wrappers.o := n 21 obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
|
/Linux-v4.19/drivers/staging/comedi/ |
D | TODO | 4 - remove all wrappers
|
/Linux-v4.19/drivers/staging/vt6656/ |
D | TODO | 3 - remove kernel version compatibility wrappers
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | Makefile | 2 obj-y += setup.o opal-wrappers.o opal.o opal-async.o idle.o
|
/Linux-v4.19/Documentation/translations/ko_KR/ |
D | stable_api_nonsense.txt | 56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
|
/Linux-v4.19/Documentation/driver-api/ |
D | spi.rst | 40 wrappers, however.) Messages are built from one or more
|
/Linux-v4.19/Documentation/networking/ |
D | gen_stats.txt | 54 compatibility by calling the compat wrappers to keep providing the
|
/Linux-v4.19/Documentation/wimax/ |
D | README.wimax | 27 them using your own code or use the wrappers provided for your
|
/Linux-v4.19/Documentation/spi/ |
D | spi-summary | 136 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/ |
D | Kconfig | 143 hardware wrappers.
|
/Linux-v4.19/fs/xfs/ |
D | Kconfig | 124 including ASSERT checks, function wrappers around macros,
|
/Linux-v4.19/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-v4.19/Documentation/ |
D | pwm.txt | 52 The pwm_config(), pwm_enable() and pwm_disable() functions are just wrappers
|
/Linux-v4.19/Documentation/i2c/ |
D | dev-interface | 202 5* These i2c.h functions are wrappers to the actual implementation of
|
/Linux-v4.19/Documentation/admin-guide/ |
D | java.rst | 49 custom wrappers from this document in ``/usr/local``)
|
/Linux-v4.19/Documentation/process/ |
D | stable-api-nonsense.rst | 46 source, hidden source, binary blobs, source wrappers, or any other term
|
/Linux-v4.19/Documentation/filesystems/ |
D | porting | 477 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/ |
D | oracle-dax.txt | 258 can make hypercalls directly while the user code must use wrappers
|
/Linux-v4.19/Documentation/gpu/ |
D | todo.rst | 40 wrappers
|
/Linux-v4.19/Documentation/RCU/ |
D | checklist.txt | 358 the callback code simply wrappers around kfree(), so that this
|
/Linux-v4.19/Documentation/kbuild/ |
D | makefiles.txt | 1303 wrappers, generated-y specifies them. 1305 This prevents them being treated as stale asm-generic wrappers and
|
12