| /linux/arch/arm64/kernel/pi/ |
| H A D | idreg-override.c | 30 PREL64(struct arm64_ftr_override, override); 43 .override = &id_aa64mmfr0_override, 64 .override = &id_aa64mmfr1_override, 102 .override = &id_aa64mmfr2_override, 126 .override = &id_aa64pfr0_override, 152 .override = &id_aa64pfr1_override, 165 .override = &id_aa64isar1_override, 177 .override = &id_aa64isar2_override, 188 .override = &id_aa64smfr0_override, 209 .override = &arm64_sw_feature_override, [all …]
|
| /linux/tools/tracing/rtla/ |
| H 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/drivers/hid/i2c-hid/ |
| H 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/verification/rv/ |
| H 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/tools/testing/selftests/rcutorture/bin/ |
| H 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/ |
| H A D | Makefile.include | 48 define allow-override 63 $(call allow-override,CC,$(LLVM_PREFIX)clang$(LLVM_SUFFIX)) 64 $(call allow-override,AR,$(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX)) 65 $(call allow-override,LD,$(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX)) 66 $(call allow-override,CXX,$(LLVM_PREFIX)clang++$(LLVM_SUFFIX)) 67 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX)) 70 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 71 $(call allow-override,AR,$(CROSS_COMPILE)ar) 72 $(call allow-override,LD,$(CROSS_COMPILE)ld) 73 $(call allow-override,CX [all...] |
| /linux/arch/x86/math-emu/ |
| H 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 …]
|
| /linux/tools/power/x86/turbostat/ |
| H 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/thermal/lib/ |
| H A 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/drivers/usb/typec/ucsi/ |
| H A D | displayport.c | 25 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/tools/thermal/tmon/ |
| H 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/ |
| H 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/ |
| H A D | Makefile | 16 override CFLAGS += -O2 -Wall -I../../../include 17 override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"' 18 override CFLAGS += -D_FORTIFY_SOURCE=2
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H 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/ |
| H A D | phy-qcom-qusb2.c | 407 bool override; member 535 if (or->imp_res_offset.override) in qusb2_phy_override_phy_params() 540 if (or->bias_ctrl.override) in qusb2_phy_override_phy_params() 545 if (or->charge_ctrl.override) in qusb2_phy_override_phy_params() 550 if (or->hstx_trim.override) in qusb2_phy_override_phy_params() 555 if (or->preemphasis.override) in qusb2_phy_override_phy_params() 560 if (or->preemphasis_width.override) { in qusb2_phy_override_phy_params() 572 if (or->hsdisc_trim.override) in qusb2_phy_override_phy_params() 1057 or->imp_res_offset.override = true; in qusb2_phy_probe() 1063 or->bias_ctrl.override = true; in qusb2_phy_probe() [all …]
|
| /linux/tools/lib/perf/ |
| H A D | Makefile | 53 override CFLAGS := $(INCLUDES) $(CFLAGS) 54 override CFLAGS += -g -Werror -Wall 55 override CFLAGS += -fPIC 56 override CFLAGS += -fvisibility=hidden 57 override CFLAGS += $(EXTRA_WARNINGS) 58 override CFLAGS += $(EXTRA_CFLAGS)
|
| /linux/arch/riscv/boot/dts/canaan/ |
| H A 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/drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
| H A D | dcn20_dsc.c | 343 void dsc_override_rc_params(struct rc_params *rc, const struct dc_dsc_rc_params_override *override) in dsc_override_rc_params() argument 347 rc->rc_model_size = override->rc_model_size; in dsc_override_rc_params() 349 rc->rc_buf_thresh[i] = override->rc_buf_thresh[i]; in dsc_override_rc_params() 351 rc->qp_min[i] = override->rc_minqp[i]; in dsc_override_rc_params() 352 rc->qp_max[i] = override->rc_maxqp[i]; in dsc_override_rc_params() 353 rc->ofs[i] = override->rc_offset[i]; in dsc_override_rc_params() 356 rc->rc_tgt_offset_hi = override->rc_tgt_offset_hi; in dsc_override_rc_params() 357 rc->rc_tgt_offset_lo = override->rc_tgt_offset_lo; in dsc_override_rc_params() 358 rc->rc_edge_factor = override->rc_edge_factor; in dsc_override_rc_params() 359 rc->rc_quant_incr_limit0 = override->rc_quant_incr_limit0; in dsc_override_rc_params() [all …]
|
| /linux/drivers/acpi/acpica/ |
| H 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()
|
| /linux/tools/lib/bpf/ |
| H A D | Makefile | 81 override CFLAGS += -std=gnu89 82 override CFLAGS += $(EXTRA_WARNINGS) -Wno-switch-enum 83 override CFLAGS += -Werror -Wall 84 override CFLAGS += $(INCLUDES) 85 override CFLAGS += -fvisibility=hidden 86 override CFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 87 override CFLAGS += $(CLANG_CROSS_FLAGS)
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | binding.rst | 107 Userspace may override the standard matching by writing a driver name to 109 whose name matches the override will be considered during binding. This 112 The override may be cleared by writing an empty string, which returns 128 The bus's ``match()`` callback should check the override before performing 142 ``device_match_driver_override()`` returns > 0 if the override matches 143 the given driver, 0 if the override is set but does not match, or < 0 if 144 no override is set at all. 148 - ``device_set_driver_override()`` - set or clear the override from kernel code. 149 - ``device_has_driver_override()`` - check whether an override is set.
|
| /linux/tools/testing/selftests/powerpc/ |
| H A D | Makefile | 45 override define RUN_TESTS 52 override define INSTALL_RULE 65 override define CLEAN
|
| /linux/arch/loongarch/kernel/ |
| H A D | Makefile | 24 CFLAGS_module.o += $(call cc-disable-warning, override-init) 25 CFLAGS_syscall.o += $(call cc-disable-warning, override-init) 26 CFLAGS_traps.o += $(call cc-disable-warning, override-init) 27 CFLAGS_perf_event.o += $(call cc-disable-warning, override-init)
|
| /linux/tools/testing/selftests/powerpc/pmu/ |
| H A D | Makefile | 32 override define RUN_TESTS 51 override define INSTALL_RULE 60 override define CLEAN
|
| /linux/sound/soc/codecs/ |
| H A D | cs42l43-jack.c | 911 unsigned int override = ucontrol->value.integer.value[0]; in cs42l43_jack_put() local 913 if (override >= e->items) in cs42l43_jack_put() 923 if (override == priv->jack_override) { in cs42l43_jack_put() 928 priv->jack_override = override; in cs42l43_jack_put() 934 if (!override) { in cs42l43_jack_put() 937 override--; in cs42l43_jack_put() 950 cs42l43_jack_override_modes[override].hsdet_mode); in cs42l43_jack_put() 954 cs42l43_jack_override_modes[override].mic_ctrl); in cs42l43_jack_put() 957 cs42l43_jack_override_modes[override].clamp_ctrl); in cs42l43_jack_put() 959 switch (override) { in cs42l43_jack_put() [all …]
|