Home
last modified time | relevance | path

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

12345678910>>...62

/Linux-v5.10/drivers/memory/tegra/
Dtegra186.c24 unsigned int override; member
47 u32 override, security; in tegra186_mc_program_sid() local
49 override = readl(mc->regs + client->regs.override); in tegra186_mc_program_sid()
52 dev_dbg(mc->dev, "client %s: override: %x security: %x\n", in tegra186_mc_program_sid()
53 client->name, override, security); in tegra186_mc_program_sid()
57 writel(client->sid, mc->regs + client->regs.override); in tegra186_mc_program_sid()
59 override = readl(mc->regs + client->regs.override); in tegra186_mc_program_sid()
62 dev_dbg(mc->dev, "client %s: override: %x security: %x\n", in tegra186_mc_program_sid()
63 client->name, override, security); in tegra186_mc_program_sid()
73 .override = 0x000,
[all …]
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/
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!!!
36 sed < $override -e 's/^/grep -v "/' -e 's/=.*$/="/' |
48 cat $override
/Linux-v5.10/Documentation/devicetree/bindings/serial/
Dsnps-dw-apb-uart.yaml72 dcd-override:
73 description: Override the DCD modem status signal. This signal will
79 dsr-override:
80 description: Override the DTS modem status signal. This signal will
86 cts-override:
87 description: Override the CTS modem status signal. This signal will
93 ri-override:
94 description: Override the RI modem status signal. This signal will always
115 dcd-override;
116 dsr-override;
[all …]
/Linux-v5.10/drivers/acpi/acpica/
Dtbinstal.c22 * override - Whether override should be performed
28 * table override mechanism is called to allow the host
35 u8 override, u32 *table_index) in acpi_tb_install_table_with_override() argument
46 * ACPI Table Override: in acpi_tb_install_table_with_override()
48 * Before we install the table, let the host OS override it with a new in acpi_tb_install_table_with_override()
52 if (override) { in acpi_tb_install_table_with_override()
83 * override - Whether override should be performed
99 u8 reload, u8 override, u32 *table_index) in acpi_tb_install_standard_table() argument
157 acpi_tb_install_table_with_override(&new_table_desc, override, in acpi_tb_install_standard_table()
189 * DESCRIPTION: Attempt table override by calling the OSL override functions.
[all …]
/Linux-v5.10/tools/lib/traceevent/plugins/
DMakefile11 define allow-override
18 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
19 $(call allow-override,AR,$(CROSS_COMPILE)ar)
20 $(call allow-override,NM,$(CROSS_COMPILE)nm)
21 $(call allow-override,PKG_CONFIG,pkg-config)
56 override plugin_dir = $(HOME)/.local/lib/traceevent/plugins
59 override plugin_dir = $(libdir)/traceevent/plugins
109 override CFLAGS += -fPIC
110 override CFLAGS += $(CONFIG_FLAGS) $(INCLUDES) $(PLUGIN_DIR_SQ)
111 override CFLAGS += $(udis86-flags) -D_GNU_SOURCE
[all …]
/Linux-v5.10/tools/power/x86/turbostat/
DMakefile12 override CFLAGS += -O2 -Wall -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-v5.10/Documentation/devicetree/bindings/regulator/
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-v5.10/Documentation/firmware-guide/acpi/
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-v5.10/drivers/media/tuners/
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-v5.10/arch/x86/math-emu/
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 …]
Dfpu_entry.c99 overrides * override);
167 &addr_modes.override)) { in math_emulate()
249 ^ (addr_modes.override.address_size == ADDR_SIZE_PREFIX)) in math_emulate()
531 &addr_modes.override)) in math_emulate()
546 overrides * override) in valid_prefix() argument
551 *override = (overrides) { in valid_prefix()
562 override->address_size = ADDR_SIZE_PREFIX; in valid_prefix()
566 override->operand_size = OP_SIZE_PREFIX; in valid_prefix()
570 override->segment = PREFIX_CS_; in valid_prefix()
573 override->segment = PREFIX_ES_; in valid_prefix()
[all …]
/Linux-v5.10/tools/testing/selftests/powerpc/
DMakefile45 override define RUN_TESTS
52 override define INSTALL_RULE
59 override define EMIT_TESTS
66 override define CLEAN
/Linux-v5.10/include/uapi/linux/
Dcapability.h115 /* Override all DAC access, including ACL execute access if
129 is applicable. It doesn't override MAC and DAC restrictions. */
217 /* Override IPC ownership checks */
296 /* Override resource limits. Set resource limits. */
297 /* Override quota limits. */
298 /* Override reserved space on ext2 filesystem */
302 you can override using fsuid too */
303 /* Override size restrictions on IPC message queues */
305 /* Override max number of consoles on console allocation */
306 /* Override max number of keymaps */
[all …]
/Linux-v5.10/tools/lib/traceevent/
DMakefile18 define allow-override
25 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
26 $(call allow-override,AR,$(CROSS_COMPILE)ar)
27 $(call allow-override,NM,$(CROSS_COMPILE)nm)
28 $(call allow-override,PKG_CONFIG,pkg-config)
113 override CFLAGS += -fPIC
114 override CFLAGS += $(CONFIG_FLAGS) $(INCLUDES) $(PLUGIN_DIR_SQ)
115 override CFLAGS += $(udis86-flags) -D_GNU_SOURCE
123 # Disable command line variables (CFLAGS) override from top
/Linux-v5.10/drivers/usb/typec/ucsi/
Ddisplayport.c25 bool override; member
58 if (!dp->override && dp->initialized) { in ucsi_displayport_enter()
109 if (!dp->override) { in ucsi_displayport_exit()
175 if (!dp->override) in ucsi_displayport_configure()
192 if (!dp->override && dp->initialized) { in ucsi_displayport_vdm()
283 bool override, int offset, in ucsi_register_displayport() argument
309 dp->override = override; in ucsi_register_displayport()
/Linux-v5.10/tools/scripts/
DMakefile.include49 define allow-override
56 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
57 $(call allow-override,AR,$(CROSS_COMPILE)ar)
58 $(call allow-override,LD,$(CROSS_COMPILE)ld)
59 $(call allow-override,CXX,$(CROSS_COMPILE)g++)
60 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
/Linux-v5.10/drivers/phy/qualcomm/
Dphy-qcom-qusb2.c293 * set override true if the device tree property exists and read and assign
297 bool override; member
417 * Update board specific PHY tuning override values if specified from
425 if (or->imp_res_offset.override) in qusb2_phy_override_phy_params()
430 if (or->bias_ctrl.override) in qusb2_phy_override_phy_params()
435 if (or->charge_ctrl.override) in qusb2_phy_override_phy_params()
440 if (or->hstx_trim.override) in qusb2_phy_override_phy_params()
445 if (or->preemphasis.override) in qusb2_phy_override_phy_params()
450 if (or->preemphasis_width.override) { in qusb2_phy_override_phy_params()
462 if (or->hsdisc_trim.override) in qusb2_phy_override_phy_params()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/arm/
Dl2c2x0.yaml123 wt-override:
128 description: Override double linefill enable setting. Enable if
134 description: Override double linefill on INCR read. Enable
140 description: Override double linefill on WRAP read. Enable
146 description: Override prefetch drop enable setting. Enable if non-zero,
152 description: Override prefetch offset value.
156 arm,shared-override:
/Linux-v5.10/tools/thermal/tmon/
DMakefile9 override CFLAGS+= $(call cc-option,-O3,-O1) ${WARNFLAGS}
11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
15 override CFLAGS+=-D VERSION=\"$(VERSION)\"
32 override CFLAGS += $(shell $(PKG_CONFIG) --cflags $(STATIC) panelw ncursesw 2> /dev/null || \
/Linux-v5.10/Documentation/ABI/testing/
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
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,
Dsysfs-bus-platform6 will override standard OF, ACPI, ID table, and name matching.
9 to the device. The override is specified by writing a string
20 the override, there is no support for parsing delimiters.
/Linux-v5.10/arch/x86/entry/
DMakefile20 CFLAGS_syscall_64.o += $(call cc-option,-Wno-override-init,)
21 CFLAGS_syscall_32.o += $(call cc-option,-Wno-override-init,)
22 CFLAGS_syscall_x32.o += $(call cc-option,-Wno-override-init,)
/Linux-v5.10/tools/power/x86/x86_energy_perf_policy/
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-v5.10/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c71 char *override; in get_proc_frequency() local
108 override = getenv("FREQUENCY"); in get_proc_frequency()
109 if (override) in get_proc_frequency()
110 clock_frequency = strtoull(override, NULL, 10); in get_proc_frequency()

12345678910>>...62