Home
last modified time | relevance | path

Searched refs:override (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/linux-6.3-rc2/drivers/memory/tegra/
A Dtegra194.c19 .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 Dtegra186.c153 .override = 0x000,
163 .override = 0x070,
173 .override = 0x0a8,
183 .override = 0x0b0,
193 .override = 0x0e0,
203 .override = 0x0f8,
213 .override = 0x138,
223 .override = 0x158,
233 .override = 0x188,
243 .override = 0x1a8,
[all …]
A Dtegra234.c19 .override = 0x2c0,
29 .override = 0x2c8,
39 .override = 0x2d0,
49 .override = 0x2d8,
59 .override = 0x2e0,
69 .override = 0x2f8,
79 .override = 0x308,
89 .override = 0x318,
99 .override = 0x328,
109 .override = 0x338,
[all …]
/linux-6.3-rc2/arch/arm64/kernel/
A Didreg-override.c26 struct arm64_ftr_override *override; member
51 .override = &id_aa64mmfr1_override,
75 .override = &id_aa64pfr0_override,
99 .override = &id_aa64pfr1_override,
110 .override = &id_aa64isar1_override,
122 .override = &id_aa64isar2_override,
203 if (!regs[i]->override) in match_options()
306 if (regs[i]->override) { in init_feature_override()
307 regs[i]->override->val = 0; in init_feature_override()
308 regs[i]->override->mask = 0; in init_feature_override()
[all …]
/linux-6.3-rc2/drivers/hid/i2c-hid/
A Di2c-hid-dmi-quirks.c446 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-6.3-rc2/tools/testing/selftests/rcutorture/bin/
A Dconfig_override.sh23 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.3-rc2/tools/scripts/
A DMakefile.include48 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.3-rc2/tools/tracing/rtla/
A DMakefile11 define allow-override
18 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
19 $(call allow-override,AR,$(CROSS_COMPILE)ar)
20 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
21 $(call allow-override,PKG_CONFIG,pkg-config)
22 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/)
23 $(call allow-override,LDCONFIG,ldconfig)
/linux-6.3-rc2/tools/verification/rv/
A DMakefile11 define allow-override
18 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
19 $(call allow-override,AR,$(CROSS_COMPILE)ar)
20 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
21 $(call allow-override,PKG_CONFIG,pkg-config)
22 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/)
23 $(call allow-override,LDCONFIG,ldconfig)
/linux-6.3-rc2/tools/power/x86/turbostat/
A DMakefile12 override CFLAGS += -O2 -Wall -Wextra -I../../../include
13 override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
14 override CFLAGS += -DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"'
15 override CFLAGS += -D_FILE_OFFSET_BITS=64
16 override CFLAGS += -D_FORTIFY_SOURCE=2
/linux-6.3-rc2/arch/x86/math-emu/
A Dget_address.c221 && (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 Dfpu_entry.c99 overrides * override);
167 &addr_modes.override)) { in math_emulate()
531 &addr_modes.override)) in math_emulate()
546 overrides * override) in valid_prefix() argument
551 *override = (overrides) { in valid_prefix()
570 override->segment = PREFIX_CS_; in valid_prefix()
573 override->segment = PREFIX_ES_; in valid_prefix()
576 override->segment = PREFIX_SS_; in valid_prefix()
579 override->segment = PREFIX_FS_; in valid_prefix()
582 override->segment = PREFIX_GS_; in valid_prefix()
[all …]
/linux-6.3-rc2/drivers/base/
A Ddriver.c48 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-6.3-rc2/tools/lib/thermal/
A DMakefile72 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-6.3-rc2/Documentation/devicetree/bindings/serial/
A Dsnps-dw-apb-uart.yaml90 dcd-override:
97 dsr-override:
104 cts-override:
111 ri-override:
133 dcd-override;
134 dsr-override;
135 cts-override;
136 ri-override;
/linux-6.3-rc2/tools/thermal/lib/
A DMakefile72 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-6.3-rc2/tools/testing/selftests/powerpc/
A DMakefile47 override define RUN_TESTS
54 override define INSTALL_RULE
61 override define EMIT_TESTS
68 override define CLEAN
/linux-6.3-rc2/tools/thermal/tmon/
A DMakefile9 override CFLAGS+= $(call cc-option,-O3,-O1) ${WARNFLAGS}
11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
15 override CFLAGS+=-D VERSION=\"$(VERSION)\"
/linux-6.3-rc2/tools/testing/selftests/powerpc/benchmarks/
A Dnull_syscall.c72 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-6.3-rc2/drivers/usb/typec/ucsi/
A Ddisplayport.c25 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()
309 bool override, int offset, in ucsi_register_displayport() argument
335 dp->override = override; in ucsi_register_displayport()
/linux-6.3-rc2/tools/power/x86/x86_energy_perf_policy/
A DMakefile12 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-6.3-rc2/drivers/crypto/vmx/
A DMakefile6 override flavour := linux-ppc64le
9 override flavour := linux-ppc64-elfv2
11 override flavour := linux-ppc64
/linux-6.3-rc2/Documentation/firmware-guide/acpi/
A Dmethod-customizing.rst14 1. override an existing method which may not work correctly,
20 control method rather than override the entire DSDT, because kernel
38 1. override an existing method
63 g) override the old method via the debugfs by running
78 and redo step c) ~ g) to override the method with the original one.
83 method override. i.e. if we want to insert/override multiple
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/
A Dti-abb-regulator.txt48 - "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.3-rc2/Documentation/devicetree/bindings/phy/
A Dqcom,usb-snps-femto-v2.yaml69 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.

Completed in 31 milliseconds

12345678910>>...16