Home
last modified time | relevance | path

Searched full:override (Results 1 – 25 of 1228) sorted by relevance

12345678910>>...50

/linux/drivers/memory/tegra/
H A Dtegra186.c90 if (client->regs.sid.security == 0 && client->regs.sid.override == 0) in tegra186_mc_client_sid_override()
96 * If the secure firmware has locked this down the override in tegra186_mc_client_sid_override()
103 * Otherwise, try to set the override itself. Typically the in tegra186_mc_client_sid_override()
107 * override itself. in tegra186_mc_client_sid_override()
115 value = readl(mc->regs + client->regs.sid.override); in tegra186_mc_client_sid_override()
121 writel(sid, mc->regs + client->regs.sid.override); in tegra186_mc_client_sid_override()
184 .override = 0x000,
194 .override = 0x070,
204 .override = 0x0a8,
214 .override = 0x0b0,
[all …]
/linux/tools/testing/selftests/rcutorture/bin/
H A Dconfig_override.sh4 # 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/Documentation/driver-api/driver-model/
H A Dbinding.rst104 Driver Override
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/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/tools/scripts/
H A DMakefile.include48 define allow-override
63 $(call allow-override,CC,$(LLVM_PREFIX)clang$(LLVM_SUFFIX))
64 $(call allow-override,CLANG,$(LLVM_PREFIX)clang$(LLVM_SUFFIX))
65 $(call allow-override,HOSTCC,$(LLVM_PREFIX)clang$(LLVM_SUFFIX))
66 $(call allow-override,AR,$(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX))
67 $(call allow-override,HOSTAR,$(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX))
68 $(call allow-override,LD,$(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX))
69 $(call allow-override,HOSTLD,$(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX))
70 $(call allow-override,CXX,$(LLVM_PREFIX)clang++$(LLVM_SUFFIX))
71 $(call allow-override,STRI
[all...]
/linux/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/tools/testing/selftests/kvm/s390/
H A Dtprot.c120 * 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/drivers/media/tuners/
H A Dmxl5007t.c83 { 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/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/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/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/arch/riscv/boot/dts/canaan/
H A Dk210.dtsi209 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/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()
190 if (!dp->override) in ucsi_displayport_configure()
209 if (!dp->override && dp->initialized) { in ucsi_displayport_vdm()
313 bool override, int offset, in ucsi_register_displayport() argument
339 dp->override = override; in ucsi_register_displayport()
/linux/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)\"
31 override CFLAGS += $(shell $(PKG_CONFIG) --cflags $(STATIC) panelw ncursesw 2> /dev/null || \
/linux/security/
H A DKconfig23 prompt "Allow /proc/pid/mem access override"
26 Traditionally /proc/pid/mem allows users to override memory
30 This allows people to limit that - either never override, or
36 This allows /proc/pid/mem accesses to override memory mapping
40 bool "Require active ptrace() use for access override"
42 This allows /proc/pid/mem accesses to override memory mapping
48 Never override memory mapping permissions
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-amba6 will override standard OF, ACPI, ID table, and name matching.
9 the device. The override is specified by writing a string to the
19 Only a single driver may be specified in the override, there is
H A Dsysfs-bus-vmbus6 will override standard static and dynamic ID matching. When
9 device. The override is specified by writing a string to the
19 "none". Only a single driver may be specified in the override,
H A Dsysfs-bus-wmi6 will override standard ID table matching.
10 The override is specified by writing a string to the
12 The override may be cleared with an empty string (echo > \
22 specified in the override, there is no support for parsing delimiters.
/linux/arch/loongarch/kernel/
H A DMakefile24 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/power/x86/x86_energy_perf_policy/
H A DMakefile16 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/phy/
H A Dqca,ar7100-usb-phy.yaml22 - const: suspend-override
29 - description: Reset controller for suspend-override
46 reset-names = "phy", "suspend-override";
H A Dqcom,ipq806x-usb-phy-ss.yaml39 description: Override value for rx_eq.
45 description: Override value for transmit preemphasis.
51 description: Override value for mpll.
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qusb2.c414 * set override true if the device tree property exists and read and assign
418 bool override; member
538 * Update board specific PHY tuning override values if specified from
546 if (or->imp_res_offset.override) in qusb2_phy_override_phy_params()
551 if (or->bias_ctrl.override) in qusb2_phy_override_phy_params()
556 if (or->charge_ctrl.override) in qusb2_phy_override_phy_params()
561 if (or->hstx_trim.override) in qusb2_phy_override_phy_params()
566 if (or->preemphasis.override) in qusb2_phy_override_phy_params()
571 if (or->preemphasis_width.override) { in qusb2_phy_override_phy_params()
583 if (or->hsdisc_trim.override) in qusb2_phy_override_phy_params()
[all …]
/linux/tools/lib/perf/
H A DMakefile53 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/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()

12345678910>>...50