/linux-6.14.4/drivers/memory/tegra/ |
D | tegra194.c | 19 .override = 0x000, 29 .override = 0x008, 39 .override = 0x010, 49 .override = 0x0a8, 59 .override = 0x0b0, 69 .override = 0x0e0, 79 .override = 0x0f8, 89 .override = 0x138, 99 .override = 0x158, 109 .override = 0x1a8, [all …]
|
D | tegra186.c | 78 if (client->regs.sid.security == 0 && client->regs.sid.override == 0) in tegra186_mc_client_sid_override() 84 * If the secure firmware has locked this down the override in tegra186_mc_client_sid_override() 91 * Otherwise, try to set the override itself. Typically the in tegra186_mc_client_sid_override() 95 * override itself. in tegra186_mc_client_sid_override() 103 value = readl(mc->regs + client->regs.sid.override); in tegra186_mc_client_sid_override() 109 writel(sid, mc->regs + client->regs.sid.override); in tegra186_mc_client_sid_override() 175 .override = 0x000, 185 .override = 0x070, 195 .override = 0x0a8, 205 .override = 0x0b0, [all …]
|
D | tegra234.c | 17 * override and security register offsets. 28 .override = 0xa8, 40 .override = 0xe0, 52 .override = 0x140, 64 .override = 0x148, 76 .override = 0x150, 88 .override = 0x158, 100 .override = 0x160, 112 .override = 0x168, 124 .override = 0x170, [all …]
|
/linux-6.14.4/arch/arm64/kernel/pi/ |
D | idreg-override.c | 3 * Early cpufeature override framework 30 PREL64(struct arm64_ftr_override, override); 43 .override = &id_aa64mmfr0_override, 64 .override = &id_aa64mmfr1_override, 88 * Override PARange to 48 bits - the override will just be in mmfr2_varange_filter() 102 .override = &id_aa64mmfr2_override, 114 * override id_aa64zfr0_el1 to be 0. in pfr0_sve_filter() 126 .override = &id_aa64pfr0_override, 151 .override = &id_aa64pfr1_override, 163 .override = &id_aa64isar1_override, [all …]
|
/linux-6.14.4/tools/testing/selftests/rcutorture/bin/ |
D | config_override.sh | 4 # config_override.sh base override 6 # Combines base and override, removing any Kconfig options from base 7 # that conflict with any in override, concatenating what remains and 23 override=$2 24 if test -r $override 28 echo Override file $override unreadable!!! 35 sed < $override -e 's/^/grep -v "/' -e 's/=.*$/="/' | 47 cat $override
|
/linux-6.14.4/Documentation/devicetree/bindings/serial/ |
D | snps-dw-apb-uart.yaml | 104 dcd-override: 105 description: Override the DCD modem status signal. This signal will 111 dsr-override: 112 description: Override the DTS modem status signal. This signal will 118 cts-override: 119 description: Override the CTS modem status signal. This signal will 125 ri-override: 126 description: Override the RI modem status signal. This signal will always 146 dcd-override; 147 dsr-override; [all …]
|
/linux-6.14.4/drivers/acpi/acpica/ |
D | tbinstal.c | 22 * override - Whether override should be performed 28 * table override mechanism is called to allow the host 35 u8 override, u32 *table_index) in acpi_tb_install_table_with_override() argument 46 * ACPI Table Override: in acpi_tb_install_table_with_override() 48 * Before we install the table, let the host OS override it with a new in acpi_tb_install_table_with_override() 52 if (override) { in acpi_tb_install_table_with_override() 85 * override - Whether override should be performed 102 u8 reload, u8 override, u32 *table_index) in acpi_tb_install_standard_table() argument 161 acpi_tb_install_table_with_override(&new_table_desc, override, in acpi_tb_install_standard_table() 193 * DESCRIPTION: Attempt table override by calling the OSL override functions. [all …]
|
/linux-6.14.4/tools/verification/rv/ |
D | Makefile.rv | 3 define allow-override 10 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 11 $(call allow-override,AR,$(CROSS_COMPILE)ar) 12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip) 13 $(call allow-override,PKG_CONFIG,pkg-config) 14 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/) 15 $(call allow-override,LDCONFIG,ldconfig)
|
/linux-6.14.4/drivers/base/ |
D | driver.c | 34 * driver_set_override() - Helper to set or clear driver override. 36 * @override: Address of string to change (e.g. &device->driver_override); 37 * The contents will be freed and hold newly allocated override. 43 * Helper to set or clear driver override in a device, intended for the cases 48 int driver_set_override(struct device *dev, const char **override, in driver_set_override() argument 54 if (!override || !s) in driver_set_override() 73 /* Empty string passed - clear override */ in driver_set_override() 75 old = *override; in driver_set_override() 76 *override = NULL; in driver_set_override() 92 old = *override; in driver_set_override() [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/phy/ |
D | qcom,usb-snps-femto-v2.yaml | 70 provided input will be chosen as the override value for this param. 79 provided input will be chosen as the override value for this param. 87 provided input will be chosen as the override value for this param. 99 provided input will be chosen as the override value for this param. 111 provided input will be chosen as the override value for this param. 119 provided input will be chosen as the override value for this param. 128 provided input will be chosen as the override value for this param. 138 value closest to the provided input will be chosen as the override value 149 provided input will be chosen as the override value for this param.
|
/linux-6.14.4/tools/scripts/ |
D | Makefile.include | 48 define allow-override 61 $(call allow-override,CC,$(LLVM_PREFIX)clang$(LLVM_SUFFIX)) 62 $(call allow-override,AR,$(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX)) 63 $(call allow-override,LD,$(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX)) 64 $(call allow-override,CXX,$(LLVM_PREFIX)clang++$(LLVM_SUFFIX)) 65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX)) 68 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 69 $(call allow-override,AR,$(CROSS_COMPILE)ar) 70 $(call allow-override,LD,$(CROSS_COMPILE)ld) 71 $(call allow-override,CXX,$(CROSS_COMPILE)g++) [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/regulator/ |
D | ti-abb-regulator.txt | 48 - "ldo-address" - Contains address of ABB LDO override register. 50 - ti,ldovbb-vset-mask - Required if ldo-address is set, mask for LDO override 51 register to provide override vset value. 52 - ti,ldovbb-override-mask - Required if ldo-address is set, mask for LDO 53 override register to enable override vset value. 88 Example #2: Efuse bits contain ABB mode setting (no LDO override capability) 109 Example #3: Efuse bits contain ABB mode setting and LDO override capability 121 ti,ldovbb-override-mask = <0x400>;
|
/linux-6.14.4/drivers/media/tuners/ |
D | mxl5007t.c | 83 { 0x2e, 0x15 }, /* OVERRIDE */ 84 { 0x30, 0x10 }, /* OVERRIDE */ 85 { 0x45, 0x58 }, /* OVERRIDE */ 86 { 0x48, 0x19 }, /* OVERRIDE */ 87 { 0x52, 0x03 }, /* OVERRIDE */ 88 { 0x53, 0x44 }, /* OVERRIDE */ 89 { 0x6a, 0x4b }, /* OVERRIDE */ 90 { 0x76, 0x00 }, /* OVERRIDE */ 91 { 0x78, 0x18 }, /* OVERRIDE */ 92 { 0x7a, 0x17 }, /* OVERRIDE */ [all …]
|
/linux-6.14.4/tools/tracing/rtla/ |
D | Makefile.rtla | 3 define allow-override 10 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 11 $(call allow-override,AR,$(CROSS_COMPILE)ar) 12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip) 13 $(call allow-override,PKG_CONFIG,pkg-config) 14 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/) 15 $(call allow-override,LDCONFIG,ldconfig)
|
/linux-6.14.4/tools/testing/selftests/kvm/s390/ |
D | tprot.c | 120 * enable fetch protection override 122 /* mismatched keys, fetch protection, but override applies -> RO */ 124 /* mismatched keys, fetch protection, override applies to 0-2048 only -> inaccessible */ 127 * host: enable storage protection override 129 /* mismatched keys, but override applies (storage key 9) -> RW */ 131 /* mismatched keys, no fetch protection, override doesn't apply -> RO */ 133 /* mismatched keys, but override applies (storage key 9) -> RW */ 147 * Some fetch protection override tests require that page 0 in perform_next_stage() 176 /* Fetch-protection override */ in guest_code() 181 /* Storage-protection override */ in guest_code()
|
/linux-6.14.4/tools/lib/thermal/ |
D | Makefile | 59 override CFLAGS += $(EXTRA_WARNINGS) 60 override CFLAGS += -Werror -Wall 61 override CFLAGS += -fPIC 62 override CFLAGS += $(INCLUDES) 63 override CFLAGS += -fvisibility=hidden 64 override CFGLAS += -Wl,-L. 65 override CFGLAS += -Wl,-lthermal
|
/linux-6.14.4/arch/x86/math-emu/ |
D | get_address.c | 221 && (addr_modes.override.segment == PREFIX_CS_)) { in FPU_get_address() 281 address += vm86_segment(addr_modes.override.segment, addr); in FPU_get_address() 285 address = pm_address(FPU_modrm, addr_modes.override.segment, in FPU_get_address() 305 && (addr_modes.override.segment == PREFIX_CS_)) { in FPU_get_address_16() 356 if (addr_modes.override.segment == PREFIX_DEFAULT) in FPU_get_address_16() 357 addr_modes.override.segment = PREFIX_SS_; in FPU_get_address_16() 361 if (addr_modes.override.segment == PREFIX_DEFAULT) in FPU_get_address_16() 362 addr_modes.override.segment = PREFIX_SS_; in FPU_get_address_16() 372 if (addr_modes.override.segment == PREFIX_DEFAULT) in FPU_get_address_16() 373 addr_modes.override.segment = PREFIX_SS_; in FPU_get_address_16() [all …]
|
/linux-6.14.4/tools/power/x86/turbostat/ |
D | Makefile | 14 override CFLAGS += -O2 -Wall -Wextra -I../../../include 15 override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"' 16 override CFLAGS += -DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"' 17 override CFLAGS += -DBUILD_BUG_HEADER='"../../../../include/linux/build_bug.h"' 18 override CFLAGS += -D_FILE_OFFSET_BITS=64 19 override CFLAGS += -D_FORTIFY_SOURCE=2
|
/linux-6.14.4/include/uapi/linux/ |
D | capability.h | 116 /* Override all DAC access, including ACL execute access if 130 is applicable. It doesn't override MAC and DAC restrictions. */ 218 /* Override IPC ownership checks */ 296 /* Override resource limits. Set resource limits. */ 297 /* Override quota limits. */ 298 /* Override reserved space on ext2 filesystem */ 302 you can override using fsuid too */ 303 /* Override size restrictions on IPC message queues */ 305 /* Override max number of consoles on console allocation */ 306 /* Override max number of keymaps */ [all …]
|
/linux-6.14.4/tools/thermal/lib/ |
D | Makefile | 59 override CFLAGS += $(EXTRA_WARNINGS) 60 override CFLAGS += -Werror -Wall 61 override CFLAGS += -fPIC 62 override CFLAGS += $(INCLUDES) 63 override CFGLAS += -Wl,-L. 64 override CFGLAS += -Wl,-lthermal
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | nvm-reg.h | 89 * @NVM_SECTION_TYPE_MAC_OVERRIDE: MAC override section 457 * @override_tas_iec: indicates whether to override default value of IEC regulatory 477 * @override_tas_iec: indicates whether to override default value of IEC regulatory 584 * For each supported country, a pair of regulatory override bit and 11ax mode exist 599 * per country, one to indicate whether to override and the other to 602 * per country, one to indicate whether to override and the other to 618 * per country, one to indicate whether to override and the other to 621 * per country, one to indicate whether to override and the other to 641 * per country, one to indicate whether to override and the other to 644 * per country, one to indicate whether to override and the other to [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/cache/ |
D | l2c2x0.yaml | 122 wt-override: 127 description: Override double linefill enable setting. Enable if 133 description: Override double linefill on INCR read. Enable 139 description: Override double linefill on WRAP read. Enable 145 description: Override prefetch drop enable setting. Enable if non-zero, 151 description: Override prefetch offset value. 155 arm,shared-override:
|
/linux-6.14.4/arch/riscv/boot/dts/canaan/ |
D | k210.dtsi | 209 dcd-override; 210 dsr-override; 211 cts-override; 212 ri-override; 226 dcd-override; 227 dsr-override; 228 cts-override; 229 ri-override; 243 dcd-override; 244 dsr-override; [all …]
|
/linux-6.14.4/drivers/usb/typec/ucsi/ |
D | displayport.c | 25 bool override; member 59 if (!dp->override && dp->initialized) { in ucsi_displayport_enter() 117 if (!dp->override) { in ucsi_displayport_exit() 189 if (!dp->override) in ucsi_displayport_configure() 207 if (!dp->override && dp->initialized) { in ucsi_displayport_vdm() 305 bool override, int offset, in ucsi_register_displayport() argument 331 dp->override = override; in ucsi_register_displayport()
|
/linux-6.14.4/tools/thermal/tmon/ |
D | Makefile | 9 override CFLAGS+= $(call cc-option,-O3,-O1) ${WARNFLAGS} 11 override CFLAGS+= $(call cc-option,-fstack-protector-strong) 15 override CFLAGS+=-D VERSION=\"$(VERSION)\" 31 override CFLAGS += $(shell $(PKG_CONFIG) --cflags $(STATIC) panelw ncursesw 2> /dev/null || \
|