Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/Linux-v4.19/arch/arm/boot/dts/
Dox810se-wd-mbwe.dts57 default-state = "keep";
63 default-state = "keep";
69 default-state = "keep";
75 default-state = "keep";
81 default-state = "keep";
87 default-state = "keep";
Dox820-cloudengines-pogoplug-series-3.dts39 default-state = "keep";
45 default-state = "keep";
51 default-state = "keep";
Daspeed-bmc-opp-witherspoon.dts95 default-state = "keep";
101 default-state = "keep";
107 default-state = "keep";
113 default-state = "keep";
119 default-state = "keep";
125 default-state = "keep";
131 default-state = "keep";
Darmada-370-dlink-dns327l.dts92 default-state = "keep";
98 default-state = "keep";
104 default-state = "keep";
275 marvell,nand-keep-config;
Darmada-370-mirabox.dts47 default-state = "keep";
162 marvell,nand-keep-config;
/Linux-v4.19/arch/x86/kernel/
Dearly_printk.c338 int keep; in setup_early_printk() local
346 keep = (strstr(buf, "keep") != NULL); in setup_early_printk()
352 early_console_register(&early_serial_console, keep); in setup_early_printk()
358 early_console_register(&early_serial_console, keep); in setup_early_printk()
363 early_console_register(&early_serial_console, keep); in setup_early_printk()
372 early_console_register(&early_vga_console, keep); in setup_early_printk()
376 early_console_register(&early_dbgp_console, keep); in setup_early_printk()
380 early_console_register(&xenboot_console, keep); in setup_early_printk()
384 early_console_register(&early_efi_console, keep); in setup_early_printk()
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt28 - 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-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c114 static void amdgpu_sync_keep_later(struct dma_fence **keep, in amdgpu_sync_keep_later() argument
117 if (*keep && dma_fence_is_later(*keep, fence)) in amdgpu_sync_keep_later()
120 dma_fence_put(*keep); in amdgpu_sync_keep_later()
121 *keep = dma_fence_get(fence); in amdgpu_sync_keep_later()
/Linux-v4.19/Documentation/block/
Drequest.txt55 unsigned long hard_nr_sectors B Used to keep sector sane
59 unsigned long hard_nr_sectors B Used to keep nr_sectors sane
70 unsigned int hard_cur_sectors B Used to keep current_nr_sectors sane
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
DREADME199 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
223 echo "type=1 keep=1" > setuserscan
225 All entries in the scan table (not just the new scan data when keep=1)
/Linux-v4.19/drivers/gpu/drm/nouveau/nvif/
Dnotify.c91 nvif_notify_func(struct nvif_notify *notify, bool keep) in nvif_notify_func() argument
96 if (!keep) in nvif_notify_func()
136 ret = nvif_notify_func(notify, client->driver->keep); in nvif_notify()
/Linux-v4.19/arch/h8300/lib/
Dmodsi3.S40 stc ccr,S2L ; keep the sign in bit 3 of S2L
59 stc ccr,S2L ; keep the sign in bit 3 of S2L
Dmoddivsi3.S40 stc ccr,S2L ; keep the sign in bit 3 of S2L
59 stc ccr,S2L ; keep the sign in bit 3 of S2L
/Linux-v4.19/arch/arm/mach-pxa/
Dsleep.S70 ldr r8, [r6] @ keep original value for resume
106 @ We keep the change-down close to the actual suspend on SDRAM
113 ldr r8, [r6] @ keep original value for resume
/Linux-v4.19/drivers/gpu/drm/hisilicon/
DKconfig3 # Please keep this list sorted alphabetically
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/
Drestart-poweroff.txt4 by restarting and letting u-boot keep hold of the machine until the
/Linux-v4.19/fs/fscache/
DKconfig23 multi-CPU system these may be on cachelines that keep bouncing
40 and on a multi-CPU system these may be on cachelines that keep
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Ddriver.h17 bool keep; member
/Linux-v4.19/drivers/iio/multiplexer/
DKconfig4 # When adding new entries keep the list in alphabetical order
/Linux-v4.19/drivers/iio/amplifiers/
DKconfig4 # When adding new entries keep the list in alphabetical order
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dmarvell-nand.txt42 - marvell,nand-keep-config: orders the driver not to take the timings
79 marvell,nand-keep-config;
122 marvell,nand-keep-config;
/Linux-v4.19/fs/nfs/
Dnfs4client.c453 static void nfs4_swap_callback_idents(struct nfs_client *keep, in nfs4_swap_callback_idents() argument
456 struct nfs_net *nn = net_generic(keep->cl_net, nfs_net_id); in nfs4_swap_callback_idents()
457 unsigned int save = keep->cl_cb_ident; in nfs4_swap_callback_idents()
459 if (keep->cl_cb_ident == drop->cl_cb_ident) in nfs4_swap_callback_idents()
463 __func__, keep->cl_cb_ident, drop->cl_cb_ident); in nfs4_swap_callback_idents()
467 idr_replace(&nn->cb_ident_idr, keep, drop->cl_cb_ident); in nfs4_swap_callback_idents()
468 keep->cl_cb_ident = drop->cl_cb_ident; in nfs4_swap_callback_idents()
/Linux-v4.19/drivers/iio/afe/
DKconfig4 # When adding new entries keep the list in alphabetical order
/Linux-v4.19/drivers/iio/potentiostat/
DKconfig4 # When adding new entries keep the list in alphabetical order
/Linux-v4.19/usr/
DKconfig165 If you choose this, keep in mind that you need to have the bzip2 tool
178 If you choose this, keep in mind that you may need to install the xz
191 If you choose this, keep in mind that you may need to install the xz
203 If you choose this, keep in mind that you may need to install the lzop
214 If you choose this, keep in mind that most distros don't provide lz4

12345678910>>...23