Home
last modified time | relevance | path

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

12345678910>>...17

/linux-6.15/drivers/memory/tegra/
H 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 …]
H A Dtegra186.c175 .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 …]
H A Dtegra234.c28 .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-6.15/arch/arm64/kernel/pi/
H A Didreg-override.c43 .override = &id_aa64mmfr0_override,
64 .override = &id_aa64mmfr1_override,
292 override = prel64_pointer(reg->override); in match_options()
315 override->val |= mask; in match_options()
316 override->mask &= ~mask; in match_options()
320 override->val &= ~mask; in match_options()
322 override->mask |= mask; in match_options()
401 override = prel64_pointer(reg->override); in init_feature_override()
403 override->val = 0; in init_feature_override()
404 override->mask = 0; in init_feature_override()
[all …]
/linux-6.15/tools/verification/rv/
H A DMakefile.rv3 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.15/tools/tracing/rtla/
H A DMakefile.rtla3 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.15/drivers/hid/i2c-hid/
H 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.15/tools/testing/selftests/rcutorture/bin/
H 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.15/tools/scripts/
H 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.15/arch/x86/math-emu/
H 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 …]
H A Dfpu_entry.c100 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-6.15/tools/power/x86/turbostat/
H A DMakefile14 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.15/tools/lib/thermal/
H A DMakefile59 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.15/drivers/base/
H 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.15/tools/thermal/lib/
H A DMakefile59 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.15/Documentation/devicetree/bindings/serial/
H A Dsnps-dw-apb-uart.yaml125 dcd-override:
132 dsr-override:
139 cts-override:
146 ri-override:
167 dcd-override;
168 dsr-override;
169 cts-override;
170 ri-override;
/linux-6.15/drivers/usb/typec/ucsi/
H A Ddisplayport.c25 bool override; member
60 if (!dp->override && dp->initialized) { in ucsi_displayport_enter()
119 if (!dp->override) { in ucsi_displayport_exit()
191 if (!dp->override) in ucsi_displayport_configure()
210 if (!dp->override && dp->initialized) { in ucsi_displayport_vdm()
310 bool override, int offset, in ucsi_register_displayport() argument
336 dp->override = override; in ucsi_register_displayport()
/linux-6.15/tools/thermal/tmon/
H 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.15/tools/testing/selftests/powerpc/benchmarks/
H 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.15/tools/power/x86/x86_energy_perf_policy/
H 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.15/Documentation/devicetree/bindings/phy/
H A Dqcom,usb-snps-femto-v2.yaml70 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.15/Documentation/devicetree/bindings/regulator/
H 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.15/tools/build/
H A DMakefile9 define allow-override
15 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
16 $(call allow-override,LD,$(CROSS_COMPILE)ld)
/linux-6.15/drivers/acpi/acpica/
H A Dtbinstal.c35 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()
/linux-6.15/tools/testing/selftests/powerpc/
H A DMakefile45 override define RUN_TESTS
52 override define INSTALL_RULE
65 override define CLEAN

12345678910>>...17