Searched +full:separately +full:- +full:defined (Results 1 – 25 of 251) sorted by relevance
1234567891011
/Linux-v5.10/tools/arch/powerpc/include/asm/ |
D | barrier.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 * providing an ordering (separately) for (a) cacheable stores and (b) 16 * loads and stores to non-cacheable memory (e.g. I/O devices). 30 #if defined(__powerpc64__) 45 #endif /* defined(__powerpc64__) */
|
/Linux-v5.10/include/linux/ |
D | mm_types_task.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 * (These are defined separately to decouple sched.h from mm_types.h as much as possible.) 32 #define VMACACHE_MASK (VMACACHE_SIZE - 1) 51 #if USE_SPLIT_PTE_PTLOCKS && defined(CONFIG_MMU) 53 /* per-thread cached information, */
|
D | vga_switcheroo.h | 2 * vga_switcheroo.h - Support for laptop with dual GPU using one set of outputs 39 * enum vga_switcheroo_handler_flags_t - handler flags bitmask 41 * DDC lines separately. This signals to clients that they should call 44 * the AUX channel separately. This signals to clients that the active 47 * skip the AUX handshake and set up its output with these pre-calibrated 59 * enum vga_switcheroo_state - client power state 76 * enum vga_switcheroo_client_id - client identifier 94 * struct vga_switcheroo_handler - handler callbacks 102 * Mandatory. For muxless machines this should be a no-op. Returning 0 126 * struct vga_switcheroo_client_ops - client callbacks [all …]
|
/Linux-v5.10/include/sound/ |
D | jack.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 16 * enum snd_jack_types - Jack types which can be reported 42 SND_JACK_MECHANICAL = 0x0008, /* If detected separately */ 104 #if !defined(CONFIG_SND_JACK) || !defined(CONFIG_SND_JACK_INPUT_DEV)
|
/Linux-v5.10/arch/x86/include/asm/ |
D | suspend_64.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright 2001-2003 Pavel Machek <pavel@suse.cz> 18 * __save/__restore_processor_state(), defined in arch/x86/kernel/suspend_64.c, 32 * so we save them separately. We save the kernelmode GSBASE to 54 set_debugreg((thread)->debugreg##register, register)
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | barrier.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 #include <asm/asm-const.h> 11 #include <asm/ppc-opcode.h> 19 * providing an ordering (separately) for (a) cacheable stores and (b) 20 * loads and stores to non-cacheable memory (e.g. I/O devices). 36 * heavy-weight sync, so smp_wmb() can be a lighter-weight eieio. 42 /* The sub-arch has lwsync */ 43 #if defined(__powerpc64__) || defined(CONFIG_PPC_E500MC) 101 #elif defined(CONFIG_PPC_FSL_BOOK3E) 129 #include <asm-generic/barrier.h>
|
/Linux-v5.10/Documentation/admin-guide/perf/ |
D | arm-ccn.rst | 5 CCN-504 is a ring-bus interconnect consisting of 11 crosspoints 11 ----------------- 29 Crosspoint watchpoint-based events (special "event" value 0xfe) 34 Masks are defined separately from the event description 45 request the events on this processor (if not, the perf_event->cpu value 57 / # perf stat -a -e ccn/cycles/,ccn/xp_valid_flit,xp=1,port=0,vc=1,dir=1/ \ 61 not work. Per-task (without "-a") perf sessions are not supported.
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | fsl-sai.txt | 10 - compatible : Compatible list, contains "fsl,vf610-sai", 11 "fsl,imx6sx-sai", "fsl,imx6ul-sai", 12 "fsl,imx7ulp-sai", "fsl,imx8mq-sai" or 13 "fsl,imx8qm-sai". 15 - reg : Offset and length of the register set for the device. 17 - clocks : Must contain an entry for each entry in clock-names. 19 - clock-names : Must include the "bus" for register access and 22 - dmas : Generic dma devicetree binding as described in 25 - dma-names : Two dmas have to be defined, "tx" and "rx". 27 - pinctrl-names : Must contain a "default" entry. [all …]
|
/Linux-v5.10/Documentation/process/ |
D | code-of-conduct.rst | 11 our community a harassment-free experience for everyone, regardless of age, body 13 expression, level of experience, education, socio-economic status, nationality, 59 representing a project or community include using an official project e-mail 62 further defined and clarified by project maintainers. 74 separately. 80 available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
/Linux-v5.10/Documentation/networking/ |
D | statistics.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 - standard interface statistics based on 16 - protocol-specific statistics; and 17 - driver-defined statistics available via ethtool. 20 ----------------------------- 25 $ ip -s -s link show dev ens4u1u1 38 Note that `-s` has been specified twice to see all members of 40 If `-s` is specified once the detailed errors won't be shown. 42 `ip` supports JSON formatting via the `-j` option. 44 Protocol-specific statistics [all …]
|
D | lapb-module.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 Changed (Henner Eisen, 2000-10-29): int return value for data_indication() 13 The LAPB module will be a separately compiled module for use by any parts of 17 separately loadable module, although it may be. The term module is used in 25 ---------- 32 the LAPB parameter structure. These will be defined in a standard header 37 ----------------------------- 59 ------------------------ 93 3-31 Reserved, must be 0. 103 names will be defined in the public LAPB header file. [all …]
|
/Linux-v5.10/Documentation/driver-api/usb/ |
D | callbacks.rst | 7 Usbcore will call into a driver through callbacks defined in the driver 11 completion callback can be found in :ref:`usb-urb`. 13 The callbacks defined in the driver structure are: 17 - @probe: 21 - @disconnect: 28 - @ioctl: 36 - @suspend: 39 - @resume: 42 - @reset_resume: 48 - @pre_reset: [all …]
|
/Linux-v5.10/scripts/kconfig/lxdialog/ |
D | dialog.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * dialog.h -- common declarations for all dialog modules 23 * background colors are OR'd rather than separately masked. This version 29 #if defined(NCURSES_VERSION) && defined(_NEED_WRAP) && !defined(GCC_PRINTFLIKE) 59 #define ACS_HLINE '-' 156 void *data; /* pointer to menu item - used by menubox+checklist */ 178 item_cur && (item_cur != &item_nil); item_cur = item_cur->next) 233 * Mouse-generated keys are the following: 234 * -- the first 32 are used as numbers, in addition to '0'-'9' 235 * -- the lowercase are used to signal mouse-enter events (M_EVENT + 'o') [all …]
|
/Linux-v5.10/Documentation/driver-api/gpio/ |
D | board.rst | 7 Note that it only applies to the new descriptor-based interface. For a 8 description of the deprecated integer-based GPIO interface please refer to 9 gpio-legacy.txt (actually, there is no real mapping possible with the old 16 describe its hardware layout. Currently, mappings can be defined through device 20 ----------- 25 GPIOs mappings are defined in the consumer device's node, in a property named 26 <function>-gpios, where <function> is the function the driver will request 32 led-gpios = <&gpio 15 GPIO_ACTIVE_HIGH>, /* red */ 36 power-gpios = <&gpio 1 GPIO_ACTIVE_LOW>; 39 Properties named <function>-gpio are also considered valid and old bindings use [all …]
|
/Linux-v5.10/include/linux/sunrpc/ |
D | msg_prot.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 86 * fragment is a four-byte header followed by 0 to (2**31) - 1 bytes of 89 * encodes two values -- a boolean which indicates whether the fragment 91 * is the last fragment) and a 31-bit unsigned binary value which is the 93 * highest-order bit of the header; the length is the 31 low-order bits. 105 #define RPC_MAX_FRAGMENT_SIZE ((1U << 31) - 1) 109 * size computed separately, see below) 144 * Well-known netids. See: 146 * https://www.iana.org/assignments/rpc-netids/rpc-netids.xhtml 160 * netid string, but all currently defined netid's fit in 5 bytes. [all …]
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/altera/ |
D | altera_tse.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 Altera Triple-Speed Ethernet MAC driver 9 Copyright |copy| 2008-2014 Altera Corporation 11 This is the driver for the Altera Triple-Speed Ethernet (TSE) controllers 15 and tested with ARM and NIOS processor hosts separately. The anticipated use 24 The Triple-Speed Ethernet, SGDMA, and MSGDMA components are all soft IP 31 Triple-Speed Ethernet instance is using an SGDMA or MSGDMA component. The 36 The SGDMA component is to be deprecated in the near future (over the next 1-2 46 Scatter-gather DMA is not supported by the SGDMA or MSGDMA at this time. 47 Scatter-gather DMA will be added to a future maintenance update to this [all …]
|
/Linux-v5.10/Documentation/x86/ |
D | entry_64.rst | 1 .. SPDX-License-Identifier: GPL-2.0 16 for 64-bit, arch/x86/entry/entry_32.S for 32-bit and finally 17 arch/x86/entry/entry_64_compat.S which implements the 32-bit compatibility 18 syscall entry points and thus provides for 32-bit processes the 19 ability to execute syscalls when running on 64-bit kernels. 25 - system_call: syscall instruction from 64-bit code. 27 - entry_INT80_compat: int 0x80 from 32-bit or 64-bit code; compat syscall 30 - entry_INT80_compat, ia32_sysenter: syscall and sysenter from 32-bit 33 - interrupt: An array of entries. Every IDT vector that doesn't 36 magically-generated functions that make their way to do_IRQ with [all …]
|
/Linux-v5.10/arch/sh/include/asm/ |
D | processor.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 #include <asm/cpu-features.h> 11 * CPU type and hardware bug flags. Kept separately for each CPU. 18 /* SH-2 types */ 21 /* SH-2A types */ 25 /* SH-3 types */ 31 /* SH-4 types */ 35 /* SH-4A types */ 39 /* SH4AL-DSP types */ 59 * Defined for both I and D tlb, per-processor. [all …]
|
/Linux-v5.10/Documentation/livepatch/ |
D | shadow-vars.rst | 7 allocated separately from parent data structures, which are left 11 The implementation introduces a global, in-kernel hashtable that 30 meta-data and shadow-data: 32 - meta-data 34 - obj - pointer to parent object 35 - id - data identifier 37 - data[] - storage for shadow data 41 They also allow to call a custom constructor function when a non-zero 48 * klp_shadow_get() - retrieve a shadow variable data pointer 49 - search hashtable for <obj, id> pair [all …]
|
/Linux-v5.10/Documentation/driver-api/ |
D | rfkill.rst | 2 rfkill - RF kill switch support 25 - hard block 26 read-only radio block that cannot be overridden by software 28 - soft block 34 admin-guide/kernel-parameters.rst. 43 * the deprecated rfkill-input module (an input layer handler, being 49 the system know about hardware-disabled states that may be implemented on 56 When the device is hard-blocked (either by a call to rfkill_set_hw_state() 62 keeps track of soft and hard block separately. 83 to ensure the driver cannot be built-in when rfkill is modular. The !RFKILL [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | hw_shared.h | 111 /* arr_curve_points - regamma regions/segments specification 112 * arr_points - beginning and end point specified separately (only one on DCE) 113 * corner_points - beginning and end point for all 3 colors (DCN) 114 * rgb_resulted - final curve 153 #if defined(CONFIG_DRM_AMD_DC_DCN3_0)
|
/Linux-v5.10/Documentation/virt/kvm/devices/ |
D | arm-vgic-v3.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 - KVM_DEV_TYPE_ARM_VGIC_V3 ARM Generic Interrupt Controller v3.0 12 will act as the VM interrupt controller, requiring emulated user-space devices 23 KVM_VGIC_V3_ADDR_TYPE_DIST (rw, 64-bit) 28 KVM_VGIC_V3_ADDR_TYPE_REDIST (rw, 64-bit) 35 KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION (rw, 64-bit) 38 bits: | 63 .... 52 | 51 .... 16 | 15 - 12 |11 - 0 41 - index encodes the unique redistributor region index 42 - flags: reserved for future use, currently 0 43 - base field encodes bits [51:16] of the guest physical base address [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | qcom,ipa.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alex Elder <elder@kernel.org> 21 and has a distinct interrupt and a separately-defined address space. 28 - | 29 -------- --------- 31 | AP +<---. .----+ Modem | 32 | +--. | | .->+ | 34 -------- | | | | --------- [all …]
|
/Linux-v5.10/Documentation/core-api/ |
D | dma-attributes.rst | 6 defined in linux/dma-mapping.h. 9 ---------------------- 19 ---------------------- 29 -------------------------- 33 such mapping is non-trivial task and consumes very limited resources 47 ---------------------- 52 having a mapping created separately for each device and is usually 71 ------------------------- 73 By default DMA-mapping subsystem is allowed to assemble the buffer 80 --------------------------- [all …]
|
/Linux-v5.10/arch/mips/kernel/ |
D | relocate.c | 37 * This function may be defined for a platform to perform any post-relocation 39 * Return non-zero to abort relocation 93 return -ENOEXEC; in apply_r_mips_26_rel() 105 return -ENOEXEC; in apply_r_mips_26_rel() 108 target_addr -= (unsigned long)loc_new & ~0x03ffffff; in apply_r_mips_26_rel() 156 return -ENOEXEC; in do_relocations() 169 * It must be relocated separately since there will not be any relocation 195 hash = (hash << ((sizeof(hash) * 8) - 7)) | (hash >> 7); in rotate_xor() 213 #if defined(CONFIG_USE_OF) in get_random_boot() 222 "kaslr-seed", &len); in get_random_boot() [all …]
|
1234567891011