| /linux/drivers/accel/qaic/ |
| H A D | qaic_control.c | 253 struct wrapper_list *wrappers = msg; in gen_crc() local 257 list_for_each_entry(w, &wrappers->list, list) in gen_crc() 343 static struct wrapper_msg *add_wrapper(struct wrapper_list *wrappers, u32 size) in add_wrapper() argument 349 list_add_tail(&w->list, &wrappers->list); in add_wrapper() 351 w->head = wrappers; in add_wrapper() 355 static int encode_passthrough(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_passthrough() argument 365 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_passthrough() 375 trans_wrapper = add_wrapper(wrappers, in encode_passthrough() 483 static int encode_addr_size_pairs(struct dma_xfer *xfer, struct wrapper_list *wrappers, in encode_addr_size_pairs() argument 511 trans_wrapper = add_wrapper(wrappers, QAIC_WRAPPER_MAX_SIZE); in encode_addr_size_pairs() [all …]
|
| /linux/Documentation/core-api/ |
| H A D | printk-index.rst | 62 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
|
| H A D | index.rst | 53 wrappers/atomic_t 54 wrappers/atomic_bitops 83 wrappers/memory-barriers.rst
|
| H A D | min_heap.rst | 19 prefixes, but should instead use the provided macro wrappers. 30 macro wrappers for inline functions instead of directly calling the functions 83 The following macro wrappers are provided for interacting with the heap in a
|
| H A D | memory-allocation.rst | 174 wrappers can allocate memory from that cache.
|
| /linux/drivers/bcma/ |
| H 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()
|
| H A D | README | 10 2) AMBA standard devices called ports or wrappers. They have CIDs (AMBA_CID)
|
| /linux/tools/usb/usbip/ |
| H 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])],
|
| H A D | README | 55 $ ./configure [--with-tcp-wrappers=no] [--with-usbids-dir=<dir>]
|
| /linux/drivers/firmware/efi/ |
| H A D | Makefile | 11 KASAN_SANITIZE_runtime-wrappers.o := n 23 obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
|
| /linux/drivers/comedi/ |
| H A D | TODO | 4 - remove all wrappers
|
| /linux/Documentation/bpf/libbpf/ |
| H 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/Documentation/translations/ko_KR/ |
| H A D | stable_api_nonsense.txt | 56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
|
| /linux/Documentation/networking/ |
| H A D | gen_stats.rst | 63 compatibility by calling the compat wrappers to keep providing the
|
| /linux/Documentation/translations/sp_SP/ |
| H A D | index.rst | 80 wrappers/memory-barriers
|
| /linux/rust/zerocopy/src/pointer/ |
| H A D | mod.rs | 25 use crate::wrappers::ReadOnly;
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | intro-specs.rst | 87 ``tools/net/ynl/pyynl/ynl_gen_c.py`` to create easy to use netlink wrappers.
|
| /linux/Documentation/i2c/ |
| H A D | dev-interface.rst | 210 5) These i2c.h functions are wrappers to the actual implementation of
|
| /linux/Documentation/driver-api/ |
| H A D | pwm.rst | 68 The pwm_config(), pwm_enable() and pwm_disable() functions are just wrappers
|
| /linux/fs/xfs/ |
| H A D | Kconfig | 212 including ASSERT checks, function wrappers around macros,
|
| /linux/Documentation/admin-guide/ |
| H A D | java.rst | 49 custom wrappers from this document in ``/usr/local``)
|
| /linux/rust/zerocopy/src/util/ |
| H A D | macros.rs | 746 use crate::wrappers::ReadOnly;
|
| /linux/Documentation/process/ |
| H A D | stable-api-nonsense.rst | 46 source, hidden source, binary blobs, source wrappers, or any other term
|
| /linux/Documentation/driver-api/soundwire/ |
| H A D | bra.rst | 289 (1) The SoundWire DAIs are mainly wrappers for SoundWire Data
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | client.rst | 318 |ssam_device_notifier_unregister| wrappers should be preferred as they properly
|