| /linux/drivers/memory/tegra/ |
| A 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 …]
|
| A D | tegra186.c | 175 .override = 0x000, 185 .override = 0x070, 195 .override = 0x0a8, 205 .override = 0x0b0, 215 .override = 0x0e0, 225 .override = 0x0f8, 235 .override = 0x138, 245 .override = 0x158, 255 .override = 0x188, 265 .override = 0x1a8, [all …]
|
| A D | tegra234.c | 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, 136 .override = 0x178, [all …]
|
| /linux/arch/arm64/kernel/pi/ |
| A D | idreg-override.c | 55 .override = &id_aa64mmfr1_override, 108 .override = &id_aa64pfr0_override, 271 override = prel64_pointer(reg->override); in match_options() 294 override->val |= mask; in match_options() 295 override->mask &= ~mask; in match_options() 299 override->val &= ~mask; in match_options() 301 override->mask |= mask; in match_options() 380 override = prel64_pointer(reg->override); in init_feature_override() 382 override->val = 0; in init_feature_override() 383 override->mask = 0; in init_feature_override() [all …]
|
| /linux/tools/tracing/rtla/ |
| A 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/tools/verification/rv/ |
| A 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/drivers/hid/i2c-hid/ |
| A D | i2c-hid-dmi-quirks.c | 446 struct i2c_hid_desc_override *override; in i2c_hid_get_dmi_i2c_hid_desc_override() local 453 override = system_id->driver_data; in i2c_hid_get_dmi_i2c_hid_desc_override() 454 if (strcmp(override->i2c_name, i2c_name)) in i2c_hid_get_dmi_i2c_hid_desc_override() 457 return override->i2c_hid_desc; in i2c_hid_get_dmi_i2c_hid_desc_override() 463 struct i2c_hid_desc_override *override; in i2c_hid_get_dmi_hid_report_desc_override() local 470 override = system_id->driver_data; in i2c_hid_get_dmi_hid_report_desc_override() 471 if (strcmp(override->i2c_name, i2c_name)) in i2c_hid_get_dmi_hid_report_desc_override() 474 *size = override->hid_report_desc_size; in i2c_hid_get_dmi_hid_report_desc_override() 475 return override->hid_report_desc; in i2c_hid_get_dmi_hid_report_desc_override()
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| A D | config_override.sh | 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/tools/scripts/ |
| A 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/arch/x86/math-emu/ |
| A 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 …]
|
| A D | fpu_entry.c | 100 overrides * override); 168 &addr_modes.override)) { in math_emulate() 532 &addr_modes.override)) in math_emulate() 547 overrides * override) in valid_prefix() argument 552 *override = (overrides) { in valid_prefix() 571 override->segment = PREFIX_CS_; in valid_prefix() 574 override->segment = PREFIX_ES_; in valid_prefix() 577 override->segment = PREFIX_SS_; in valid_prefix() 580 override->segment = PREFIX_FS_; in valid_prefix() 583 override->segment = PREFIX_GS_; in valid_prefix() [all …]
|
| /linux/tools/power/x86/turbostat/ |
| A 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/tools/lib/thermal/ |
| A D | Makefile | 72 override CFLAGS += $(EXTRA_WARNINGS) 73 override CFLAGS += -Werror -Wall 74 override CFLAGS += -fPIC 75 override CFLAGS += $(INCLUDES) 76 override CFLAGS += -fvisibility=hidden 77 override CFGLAS += -Wl,-L. 78 override CFGLAS += -Wl,-lthermal
|
| /linux/drivers/base/ |
| A D | driver.c | 48 int driver_set_override(struct device *dev, const char **override, in driver_set_override() argument 54 if (!override || !s) 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() 94 *override = new; in driver_set_override() 98 *override = NULL; in driver_set_override()
|
| /linux/tools/thermal/lib/ |
| A D | Makefile | 72 override CFLAGS += $(EXTRA_WARNINGS) 73 override CFLAGS += -Werror -Wall 74 override CFLAGS += -fPIC 75 override CFLAGS += $(INCLUDES) 76 override CFGLAS += -Wl,-L. 77 override CFGLAS += -Wl,-lthermal
|
| /linux/Documentation/devicetree/bindings/serial/ |
| A D | snps-dw-apb-uart.yaml | 107 dcd-override: 114 dsr-override: 121 cts-override: 128 ri-override: 149 dcd-override; 150 dsr-override; 151 cts-override; 152 ri-override;
|
| /linux/drivers/usb/typec/ucsi/ |
| A 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/tools/thermal/tmon/ |
| A 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)\"
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| A D | null_syscall.c | 72 char *override; in get_proc_frequency() local 109 override = getenv("FREQUENCY"); in get_proc_frequency() 110 if (override) in get_proc_frequency() 111 clock_frequency = strtoull(override, NULL, 10); in get_proc_frequency()
|
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| A D | Makefile | 12 override CFLAGS += -O2 -Wall -I../../../include 13 override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"' 14 override CFLAGS += -D_FORTIFY_SOURCE=2
|
| /linux/Documentation/devicetree/bindings/phy/ |
| A D | qcom,usb-snps-femto-v2.yaml | 69 provided input will be chosen as the override value for this param. 78 provided input will be chosen as the override value for this param. 86 provided input will be chosen as the override value for this param. 98 provided input will be chosen as the override value for this param. 110 provided input will be chosen as the override value for this param. 118 provided input will be chosen as the override value for this param. 127 provided input will be chosen as the override value for this param. 137 value closest to the provided input will be chosen as the override value 148 provided input will be chosen as the override value for this param.
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| A 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/drivers/phy/qualcomm/ |
| A D | phy-qcom-qusb2.c | 383 bool override; member 511 if (or->imp_res_offset.override) in qusb2_phy_override_phy_params() 516 if (or->bias_ctrl.override) in qusb2_phy_override_phy_params() 521 if (or->charge_ctrl.override) in qusb2_phy_override_phy_params() 526 if (or->hstx_trim.override) in qusb2_phy_override_phy_params() 531 if (or->preemphasis.override) in qusb2_phy_override_phy_params() 548 if (or->hsdisc_trim.override) in qusb2_phy_override_phy_params() 1033 or->bias_ctrl.override = true; in qusb2_phy_probe() 1039 or->charge_ctrl.override = true; in qusb2_phy_probe() 1045 or->hstx_trim.override = true; in qusb2_phy_probe() [all …]
|
| /linux/tools/build/ |
| A D | Makefile | 9 define allow-override 15 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 16 $(call allow-override,LD,$(CROSS_COMPILE)ld)
|
| /linux/drivers/acpi/acpica/ |
| A D | tbinstal.c | 35 u8 override, u32 *table_index) in acpi_tb_install_table_with_override() argument 52 if (override) { in acpi_tb_install_table_with_override() 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()
|