Searched refs:override (Results 76 - 100 of 136) sorted by last modified time

123456

/linux-master/drivers/usb/cdns3/
H A Ddrd.h31 __le32 override; member in struct:cdns3_otg_regs
76 __le32 override; member in struct:cdnsp_otg_regs
200 /* Vbusvalid/Sesvalid override select. */
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c468 bool override)
601 if (override || is_mac_change) {
466 nfp_tun_write_neigh(struct net_device *netdev, struct nfp_app *app, void *flow, struct neighbour *neigh, bool is_ipv6, bool override) argument
/linux-master/tools/power/cpupower/bench/
H A DMakefile18 override CFLAGS += -D_GNU_SOURCE -I../lib -DDEFAULT_CONFIG_FILE=\"$(confdir)/cpufreq-bench.conf\"
/linux-master/tools/counter/
H A DMakefile15 override CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include \
/linux-master/drivers/memory/tegra/
H A Dtegra186.c78 if (client->regs.sid.security == 0 && client->regs.sid.override == 0)
84 * If the secure firmware has locked this down the override
91 * Otherwise, try to set the override itself. Typically the
95 * override itself.
103 value = readl(mc->regs + client->regs.sid.override);
109 writel(sid, mc->regs + client->regs.sid.override);
175 .override = 0x000,
185 .override = 0x070,
195 .override = 0x0a8,
205 .override
[all...]
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
[all...]
/linux-master/include/sound/
H A Dac97_codec.h370 const char *override);
389 exclusive: 1, /* exclusive mode, don't override with other pcms */
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c207 /* bit indicate to override mcs only */
1292 * for PM mode. Code below matches the wake override bit with
1466 * override, then there is no change to write
1474 /* Clear the override on AP and INFRA bits */
1483 * override, then there is no change to write
3366 * is suspended and brcms_c_enable_mac() will clear this override bit.
3806 /* use the override if it is set */
5240 /* Clear rateset override */
6344 /* use override */
7577 /* Remove override bi
7585 bool override; local
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_82575.c349 switch (nvm->override) {
380 /* override generic family function pointers for specific descendants */
1844 * so that it will override the Si installed default perm
/linux-master/drivers/net/ethernet/intel/e1000e/
H A D82571.c128 switch (nvm->override) {
1779 * so that it will override the Si installed default perm
H A D80003es2lan.c78 switch (nvm->override) {
1267 * so that it will override the Si installed default perm
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training.h126 enum lttpr_mode *override);
/linux-master/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c347 void dsc_override_rc_params(struct rc_params *rc, const struct dc_dsc_rc_params_override *override) argument
351 rc->rc_model_size = override->rc_model_size;
353 rc->rc_buf_thresh[i] = override->rc_buf_thresh[i];
355 rc->qp_min[i] = override->rc_minqp[i];
356 rc->qp_max[i] = override->rc_maxqp[i];
357 rc->ofs[i] = override->rc_offset[i];
360 rc->rc_tgt_offset_hi = override->rc_tgt_offset_hi;
361 rc->rc_tgt_offset_lo = override->rc_tgt_offset_lo;
362 rc->rc_edge_factor = override->rc_edge_factor;
363 rc->rc_quant_incr_limit0 = override
[all...]
H A Ddcn20_dsc.h559 const struct dc_dsc_rc_params_override *override);
/linux-master/Documentation/sphinx/
H A Dcdomain.py130 app.add_domain(CDomain, override=True)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvce_v4_0.c821 static void vce_v4_0_override_vce_clock_gating(struct amdgpu_device *adev, bool override)
826 if (override)
/linux-master/tools/testing/selftests/hid/
H A DMakefile52 # override lib.mk's default rules
54 override define CLEAN
95 # NOTE: Semicolon at the end is critical to override lib.mk's default static
/linux-master/include/net/
H A Dipv6_stubs.h59 bool router, bool solicited, bool override, bool inc_opt);
H A Dndisc.h463 bool router, bool solicited, bool override, bool inc_opt);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.h153 bool override, unsigned int mask);
155 enum dpio_channel ch, bool override);
/linux-master/tools/power/cpupower/
H A DMakefile124 override CFLAGS += -DVERSION=\"$(VERSION)\" -DPACKAGE=\"$(PACKAGE)\" \
155 override CFLAGS += -pipe
160 override CFLAGS += -DNLS
174 override CFLAGS += $(WARNINGS)
187 override CFLAGS += -O1 -g -DDEBUG
190 override CFLAGS += $(OPTIMIZATION) -fomit-frame-pointer
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qusb2.c379 * set override true if the device tree property exists and read and assign
383 bool override; member in struct:override_param
503 * Update board specific PHY tuning override values if specified from
511 if (or->imp_res_offset.override)
516 if (or->bias_ctrl.override)
521 if (or->charge_ctrl.override)
526 if (or->hstx_trim.override)
531 if (or->preemphasis.override)
536 if (or->preemphasis_width.override) {
548 if (or->hsdisc_trim.override)
[all...]
/linux-master/sound/pci/ac97/
H A Dac97_codec.c2279 /* codec specific code (patch) should override these values */
2959 * @override: explicit quirk value (overrides the list if non-NULL)
2969 const struct ac97_quirk *quirk, const char *override)
2974 if (override && strcmp(override, "-1") && strcmp(override, "default")) {
2975 result = apply_quirk_str(ac97, override);
2978 override, result);
2968 snd_ac97_tune_hardware(struct snd_ac97 *ac97, const struct ac97_quirk *quirk, const char *override) argument
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h219 int wlc_phy_txpower_get(struct brcms_phy_pub *ppi, uint *qdbm, bool *override);
220 int wlc_phy_txpower_set(struct brcms_phy_pub *ppi, uint qdbm, bool override);
/linux-master/tools/lib/perf/
H A DMakefile73 override CFLAGS += $(EXTRA_WARNINGS)
74 override CFLAGS += -Werror -Wall
75 override CFLAGS += -fPIC
76 override CFLAGS += $(INCLUDES)
77 override CFLAGS += -fvisibility=hidden

Completed in 431 milliseconds

123456