Searched refs:override (Results 1 - 25 of 135) sorted by last modified time

123456

/linux-master/sound/pci/hda/
H A Dpatch_realtek.c69 unsigned int override:1; member in struct:alc_customize_define
730 spec->cdefine.override = ass & 0x1;
742 codec_dbg(codec, "SKU: override=0x%x\n", spec->cdefine.override);
796 * 0 : override
822 * 0 : override
1338 /* override all pins as BIOS on old Amilo is broken */
2161 /* override card longname to provide a unique UCM profile */
3119 /* override the amp caps for beep generator */
6430 /* override car
[all...]
/linux-master/
H A DMakefile106 override KBUILD_VERBOSE :=
754 # The arch Makefiles can override CC_FLAGS_FTRACE. We may also append it later.
978 # arch Makefile may override CC so keep this after arch Makefile is included
/linux-master/net/mac80211/
H A Dmlme.c4538 * If an operating mode notification IE is present, override the
7506 bool override)
7636 if (new_sta || override) {
7640 * previous call. Note override is set to %true in assoc
8001 /* override HT configuration only if the AP and we support it */
8145 bool override, uapsd_supported; local
8385 override = link->u.mgd.conn.mode !=
8462 override);
7502 ieee80211_prep_connection(struct ieee80211_sub_if_data *sdata, struct cfg80211_bss *cbss, s8 link_id, const u8 *ap_mld_addr, bool assoc, struct ieee80211_conn_settings *conn, bool override) argument
/linux-master/arch/arc/kernel/
H A Dhead.S96 ; - Platforms can override this weak version if needed
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi.c341 bool override; local
345 override = !!(con->ucsi->cap.features & UCSI_CAP_ALT_MODE_OVERRIDE);
363 alt = ucsi_register_displayport(con, override, i, desc);
370 alt = ucsi_register_displayport(con, override,
H A Ducsi.h484 bool override, int offset,
492 bool override, int offset,
491 ucsi_register_displayport(struct ucsi_connector *con, bool override, int offset, struct typec_altmode_desc *desc) argument
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dhw.h655 enum e1000_nvm_override override; member in struct:e1000_nvm_info
/linux-master/drivers/gpu/drm/i915/
H A DMakefile36 CFLAGS_i915_pci.o = -Wno-override-init
37 CFLAGS_display/intel_display_device.o = -Wno-override-init
38 CFLAGS_display/intel_fbdev.o = -Wno-override-init
/linux-master/drivers/acpi/
H A Dthermal.c68 MODULE_PARM_DESC(act, "Disable or override all lowest active trip points.");
84 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
210 * If an override has been provided, apply it so there are no active
211 * trips with thresholds greater than the override.
214 unsigned long long override = celsius_to_deci_kelvin(act); local
216 if (temp > override)
217 return override;
/linux-master/scripts/
H A DMakefile.extrawarn117 KBUILD_CFLAGS += -Wno-override-init # alias for -Wno-initializer-overrides in clang
/linux-master/mm/
H A DMakefile32 CFLAGS_init-mm.o += -Wno-override-init
/linux-master/kernel/bpf/
H A DMakefile7 CFLAGS_core.o += -Wno-override-init $(cflags-nogcse-yy)
/linux-master/fs/proc/
H A DMakefile8 CFLAGS_task_mmu.o += -Wno-override-init
/linux-master/drivers/gpu/drm/xe/
H A DMakefile175 CFLAGS_i915-display/intel_fbdev.o = -Wno-override-init
176 CFLAGS_i915-display/intel_display_device.o = -Wno-override-init
/linux-master/drivers/gpu/drm/amd/display/dc/dce80/
H A DMakefile26 CFLAGS_$(AMDDALPATH)/dc/dce80/dce80_resource.o = -Wno-override-init
/linux-master/drivers/gpu/drm/amd/display/dc/dce60/
H A DMakefile26 CFLAGS_$(AMDDALPATH)/dc/dce60/dce60_resource.o = -Wno-override-init
/linux-master/drivers/gpu/drm/amd/display/dc/dce120/
H A DMakefile27 CFLAGS_$(AMDDALPATH)/dc/dce120/dce120_resource.o = -Wno-override-init
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A DMakefile26 CFLAGS_$(AMDDALPATH)/dc/dce110/dce110_resource.o = -Wno-override-init
/linux-master/drivers/gpu/drm/amd/display/dc/dce112/
H A DMakefile26 CFLAGS_$(AMDDALPATH)/dc/dce112/dce112_resource.o = -Wno-override-init
/linux-master/tools/testing/selftests/
H A DMakefile125 override TARGETS := $(TMP)
138 override LDFLAGS =
139 override MAKEFLAGS =
146 override LDFLAGS =
/linux-master/tools/lib/bpf/
H A DMakefile87 override CFLAGS += -std=gnu89
88 override CFLAGS += $(EXTRA_WARNINGS) -Wno-switch-enum
89 override CFLAGS += -Werror -Wall
90 override CFLAGS += $(INCLUDES)
91 override CFLAGS += -fvisibility=hidden
92 override CFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
93 override CFLAGS += $(CLANG_CROSS_FLAGS)
104 # Disable command line variables (CFLAGS) override from top
/linux-master/include/soc/tegra/
H A Dmc.h35 * Tegra SMMU, whereas on Tegra186 and later this is the ID used to override the ARM SMMU
62 unsigned int override; member in struct:tegra_mc_client::__anon464::__anon467
/linux-master/include/linux/
H A Dmhi.h424 void (*wake_get)(struct mhi_controller *mhi_cntrl, bool override);
425 void (*wake_put)(struct mhi_controller *mhi_cntrl, bool override);
/linux-master/drivers/usb/cdns3/
H A Ddrd.c42 override_reg = &cdns->otg_cdnsp_regs->override;
44 override_reg = &cdns->otg_v1_regs->override;
113 reg = readl(&cdns->otg_cdnsp_regs->override);
115 writel(reg, &cdns->otg_cdnsp_regs->override);
126 reg = readl(&cdns->otg_cdnsp_regs->override);
128 writel(reg, &cdns->otg_cdnsp_regs->override);
/linux-master/drivers/bus/mhi/host/
H A Dpci_generic.c745 static void mhi_pci_wake_put_nop(struct mhi_controller *mhi_cntrl, bool override) argument

Completed in 356 milliseconds

123456