Home
last modified time | relevance | path

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

12

/linux-6.6.21/drivers/accel/qaic/
Dqaic_control.c252 struct wrapper_list *wrappers = msg; in gen_crc() local
256 list_for_each_entry(w, &wrappers->list, list) in gen_crc()
341 static struct wrapper_msg *add_wrapper(struct wrapper_list *wrappers, u32 size) in add_wrapper() argument
347 list_add_tail(&w->list, &wrappers->list); in add_wrapper()
349 w->head = wrappers; in add_wrapper()
353 static int encode_passthrough(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_passthrough() argument
363 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_passthrough()
373 trans_wrapper = add_wrapper(wrappers, in encode_passthrough()
480 static int encode_addr_size_pairs(struct dma_xfer *xfer, struct wrapper_list *wrappers, in encode_addr_size_pairs() argument
508 trans_wrapper = add_wrapper(wrappers, QAIC_WRAPPER_MAX_SIZE); in encode_addr_size_pairs()
[all …]
/linux-6.6.21/drivers/bcma/
Dscan.c278 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()
DREADME10 2) AMBA standard devices called ports or wrappers. They have CIDs (AMBA_CID)
/linux-6.6.21/Documentation/core-api/
Dprintk-index.rst62 printk() call. Note that there are many wrappers, for example,
85 Subsystem specific printk wrappers
90 wrappers doing __printk_index_emit() together with the real printk()
95 using these special wrappers. It is implemented for the commonly
98 Additional changes are necessary for various subsystem specific wrappers
100 their own wrappers adding __printk_index_emit().
102 Only few subsystem specific wrappers have been updated so far,
113 Subsystem specific wrappers usually add even more complicated
Dindex.rst49 wrappers/atomic_t
50 wrappers/atomic_bitops
74 wrappers/memory-barriers.rst
/linux-6.6.21/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-6.6.21/drivers/firmware/efi/
DMakefile11 KASAN_SANITIZE_runtime-wrappers.o := n
23 obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
/linux-6.6.21/drivers/comedi/
DTODO4 - remove all wrappers
/linux-6.6.21/Documentation/bpf/libbpf/
Dlibbpf_naming_convention.rst15 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-6.6.21/drivers/staging/vt6656/
DTODO3 - remove kernel version compatibility wrappers
/linux-6.6.21/drivers/staging/rtl8192u/
DTODO8 * Use in-kernel API and remove unnecessary wrappers where possible.
/linux-6.6.21/drivers/staging/wlan-ng/
DTODO8 * Use in-kernel API and remove unnecessary wrappers where possible.
/linux-6.6.21/drivers/staging/rtl8192e/
DTODO10 * Use in-kernel API and remove unnecessary wrappers where possible.
/linux-6.6.21/Documentation/translations/ko_KR/
Dstable_api_nonsense.txt56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
/linux-6.6.21/arch/powerpc/platforms/powernv/
DMakefile11 obj-y += setup.o opal-call.o opal-wrappers.o opal.o opal-async.o
/linux-6.6.21/drivers/pci/controller/dwc/
DKconfig26 core plus Annapurna Labs proprietary hardware wrappers. This is
162 hardware wrappers.
277 hardware wrappers.
287 plus Qualcomm-specific hardware wrappers.
/linux-6.6.21/Documentation/networking/
Dgen_stats.rst63 compatibility by calling the compat wrappers to keep providing the
/linux-6.6.21/Documentation/driver-api/
Dspi.rst40 wrappers, however.) Messages are built from one or more
Dpwm.rst59 The pwm_config(), pwm_enable() and pwm_disable() functions are just wrappers
/linux-6.6.21/Documentation/translations/sp_SP/
Dindex.rst81 wrappers/memory-barriers
/linux-6.6.21/Documentation/spi/
Dspi-summary.rst137 completion callbacks. There are also some simple synchronous wrappers
432 - There are also synchronous wrappers like spi_sync(), and wrappers
437 - The spi_write_then_read() call, and convenience wrappers around
442 wrappers, doing exactly that.
/linux-6.6.21/Documentation/userspace-api/netlink/
Dintro-specs.rst87 ``tools/net/ynl/ynl-gen-c.py`` to create easy to use netlink wrappers.
/linux-6.6.21/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
328 There are also convenience wrappers for retrieving specific associated pairs of
/linux-6.6.21/fs/xfs/
DKconfig199 including ASSERT checks, function wrappers around macros,

12