/Linux-v5.10/include/asm-generic/ |
D | vmlinux.lds.h | 171 KEEP(*(__mcount_loc)) \ 172 KEEP(*(__patchable_function_entries)) \ 185 KEEP(*(_ftrace_annotated_branch)) \ 193 KEEP(*(_ftrace_branch)) \ 202 KEEP(*(_kprobe_blacklist)) \ 211 KEEP(*(_error_injection_whitelist)) \ 220 KEEP(*(_ftrace_events)) \ 223 KEEP(*(_ftrace_eval_map)) \ 231 KEEP(*(__trace_printk_fmt)) /* Trace_printk fmt' pointer */ \ 234 KEEP(*(__tracepoint_str)) /* Trace_printk fmt' pointer */ \ [all …]
|
/Linux-v5.10/include/net/ |
D | nl802154.h | 160 /* keep last */ 215 /* keep last */ 243 /* keep last */ 258 /* keep last */ 280 /* keep last */ 293 /* keep last */ 307 /* keep last */ 318 /* keep last */ 333 /* keep last */ 348 /* keep last */ [all …]
|
D | atmclip.h | 29 unsigned long idle_timeout; /* keep open idle for so many jiffies*/ 31 /* keep old push fn for chaining */ 33 /* keep old pop fn for chaining */
|
/Linux-v5.10/arch/um/kernel/ |
D | dyn.lds.S | 64 KEEP (*(.init)) 89 KEEP (*(.fini)) 119 .eh_frame : { KEEP (*(.eh_frame)) } 132 KEEP (*crtbegin.o(.ctors)) 137 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors)) 138 KEEP (*(SORT(.ctors.*))) 139 KEEP (*(.ctors)) 142 KEEP (*crtbegin.o(.dtors)) 143 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors)) 144 KEEP (*(SORT(.dtors.*))) [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-devbus.txt | 28 - devbus,keep-config This property can optionally be used to keep 41 Mandatory, except if devbus,keep-config is used. 44 Mandatory, except if devbus,keep-config is used. 50 Mandatory, except if devbus,keep-config is used. 55 Mandatory, except if devbus,keep-config is used. 60 Mandatory, except if devbus,keep-config is used. 69 except if devbus,keep-config is used. 81 except if devbus,keep-config is used. 107 except if devbus,keep-config is used.
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | ox810se-wd-mbwe.dts | 56 default-state = "keep"; 62 default-state = "keep"; 68 default-state = "keep"; 74 default-state = "keep"; 80 default-state = "keep"; 86 default-state = "keep";
|
D | ox820-cloudengines-pogoplug-series-3.dts | 38 default-state = "keep"; 44 default-state = "keep"; 50 default-state = "keep";
|
D | aspeed-bmc-opp-mowgli.dts | 120 default-state = "keep"; 126 default-state = "keep"; 132 default-state = "keep"; 138 default-state = "keep"; 144 default-state = "keep"; 150 default-state = "keep"; 156 default-state = "keep"; 162 default-state = "keep";
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 53 KEEP(*(.head.text.first_256B)); 56 KEEP(*(.head.text.real_vectors)); 58 KEEP(*(.head.text.virt_vectors)); 61 KEEP(*(.head.data.fwnmi_page)); 79 KEEP(*(.linker_stub_catch)); 222 KEEP(*(__ftr_fixup)) 228 KEEP(*(__mmu_ftr_fixup)) 234 KEEP(*(__lwsync_fixup)) 241 KEEP(*(__fw_ftr_fixup)) 254 KEEP(*(.machine.desc)) [all …]
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/ |
D | testmode.h | 62 /* keep last */ 91 /* keep last */ 113 /* keep last */ 124 * @MT76_TM_STATE_RX_FRAMES: receive packets and keep statistics 132 /* keep last */ 151 /* keep last */
|
/Linux-v5.10/usr/ |
D | Kconfig | 130 Keep in mind that your build system needs to provide the appropriate 156 If you choose this, keep in mind that you need to have the bzip2 tool 169 If you choose this, keep in mind that you may need to install the xz 182 If you choose this, keep in mind that you may need to install the xz 194 If you choose this, keep in mind that you may need to install the lzop 205 If you choose this, keep in mind that most distros don't provide lz4 216 If you choose this, keep in mind that you may need to install the zstd
|
/Linux-v5.10/arch/x86/kernel/ |
D | early_printk.c | 344 int keep; in setup_early_printk() local 352 keep = (strstr(buf, "keep") != NULL); in setup_early_printk() 358 early_console_register(&early_serial_console, keep); in setup_early_printk() 364 early_console_register(&early_serial_console, keep); in setup_early_printk() 369 early_console_register(&early_serial_console, keep); in setup_early_printk() 370 buf += 9; /* Keep from match the above "serial" */ in setup_early_printk() 378 early_console_register(&early_vga_console, keep); in setup_early_printk() 382 early_console_register(&early_dbgp_console, keep); in setup_early_printk() 386 early_console_register(&xenboot_console, keep); in setup_early_printk()
|
/Linux-v5.10/drivers/net/wireless/marvell/libertas/ |
D | README | 199 keep=[0 or 1] keep the previous scan results (1), discard (0) 206 The type field will default to 3 (Any) and the keep field will default 216 3) Scan all available channels (B/G, A bands) for a specific BSSID, keep 218 echo "bssid=00:50:43:20:12:82 keep=1" > setuserscan 221 Keep the previous scan table intact. Update any duplicate BSSID/SSID 223 echo "type=1 keep=1" > setuserscan 225 All entries in the scan table (not just the new scan data when keep=1)
|
/Linux-v5.10/arch/arm/mach-pxa/include/mach/ |
D | spitz.h | 90 #define SPITZ_SCP_LED_GREEN SCOOP_GPCR_PA11 /* Keep */ 91 #define SPITZ_SCP_JK_B SCOOP_GPCR_PA12 /* Keep */ 92 #define SPITZ_SCP_CHRG_ON SCOOP_GPCR_PA13 /* Keep */ 95 #define SPITZ_SCP_CF_POWER SCOOP_GPCR_PA16 /* Keep */ 96 #define SPITZ_SCP_LED_ORANGE SCOOP_GPCR_PA17 /* Keep */ 121 #define SPITZ_SCP2_AKIN_PULLUP SCOOP_GPCR_PA12 /* Keep */
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sync.c | 105 * amdgpu_sync_keep_later - Keep the later fence 107 * @keep: existing fence to test 110 * Either keep the existing fence or the new one, depending which one is later. 112 static void amdgpu_sync_keep_later(struct dma_fence **keep, in amdgpu_sync_keep_later() argument 115 if (*keep && dma_fence_is_later(*keep, fence)) in amdgpu_sync_keep_later() 118 dma_fence_put(*keep); in amdgpu_sync_keep_later() 119 *keep = dma_fence_get(fence); in amdgpu_sync_keep_later()
|
/Linux-v5.10/include/scsi/fc/ |
D | fc_fip.h | 18 #define FIP_DEF_FKA 8000 /* default FCF keep-alive/advert period (mS) */ 19 #define FIP_VN_KA_PERIOD 90000 /* required VN_port keep-alive period (mS) */ 65 FIP_OP_CTRL = 3, /* Keep Alive / Link Reset */ 92 FIP_SC_KEEP_ALIVE = 1, /* keep-alive from VN_Port */ 150 FIP_DT_FKA = 12, /* advertisement keep-alive period */ 236 * FIP_DT_FKA - Advertisement keep-alive period. 242 __be32 fd_fka_period; /* adv./keep-alive period in mS */
|
/Linux-v5.10/arch/mips/kernel/ |
D | vmlinux.lds.S | 80 KEEP(*(__dbe_table)) 123 KEEP(*(.mips.machines.init)) 143 KEEP(*(.appended_dtb)) 192 KEEP(*(.mdebug.abi32)) 195 KEEP(*(.mdebug.abi64))
|
/Linux-v5.10/Documentation/devicetree/bindings/mfd/ |
D | tps65910.txt | 65 - ti,sleep-keep-therm: Keep thermal monitoring on in sleep state. 66 - ti,sleep-keep-ck32k: Keep the 32KHz clock output on in sleep state. 67 - ti,sleep-keep-hsclk: Keep high speed internal clock on in sleep state.
|
/Linux-v5.10/scripts/ |
D | config | 40 --keep-case|-k Keep next symbols' case (dont' upper-case it) 45 By default, $myname will upper-case the given symbol. Use --keep-case to keep 146 --keep-case|-k)
|
/Linux-v5.10/arch/alpha/lib/ |
D | ev67-strrchr.S | 69 nop # : Latency=2, extra map slot (keep nop with cmov) 73 nop # : keep with cmovne 91 nop # : Keep with cmovne 95 nop # : Keep with cmovne
|
/Linux-v5.10/drivers/net/wan/ |
D | cosa.h | 67 /* actually the struct cosa_download itself; this is to keep 68 * the ioctl number same as in 2.4 in order to keep the user-space 73 /* actually the struct cosa_download itself; this is to keep 74 * the ioctl number same as in 2.4 in order to keep the user-space
|
/Linux-v5.10/drivers/staging/sm750fb/ |
D | ddk750_chip.h | 60 * 0 = keep the current clock setting 67 * 0 = keep the current clock setting 74 * 0 = keep the current clock setting
|
/Linux-v5.10/include/sound/sof/ |
D | dai-intel.h | 43 /* mclk keep active */ 45 /* bclk keep active */ 47 /* fs keep active */ 110 * and keep other parameters as zero. The customizations are: 166 * will keep the clock active after capture stop if this time is not yet
|
/Linux-v5.10/tools/testing/selftests/ftrace/test.d/00basic/ |
D | snapshot.tc | 15 echo "Ensure keep tracing off" 24 echo "Ensure keep tracing on"
|
/Linux-v5.10/fs/ |
D | stack.c | 19 * that here, and prefer to avoid nesting locks than attempt to keep in fsstack_copy_inode_size() 25 * But on 32-bit, we ought to make an effort to keep the two halves of in fsstack_copy_inode_size() 47 * And if on 32-bit, continue our effort to keep the two halves of in fsstack_copy_inode_size()
|