Searched refs:boost (Results 1 - 124 of 124) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dboost.c26 #include <subdev/bios/boost.h>
33 u16 boost = 0x0000; nvbios_boostTe() local
37 boost = nvbios_rd16(bios, bit_P.offset + 0x30); nvbios_boostTe()
39 if (boost) { nvbios_boostTe()
40 *ver = nvbios_rd08(bios, boost + 0); nvbios_boostTe()
43 *hdr = nvbios_rd08(bios, boost + 1); nvbios_boostTe()
44 *cnt = nvbios_rd08(bios, boost + 5); nvbios_boostTe()
45 *len = nvbios_rd08(bios, boost + 2); nvbios_boostTe()
46 *snr = nvbios_rd08(bios, boost + 4); nvbios_boostTe()
47 *ssz = nvbios_rd08(bios, boost + 3); nvbios_boostTe()
48 return boost; nvbios_boostTe()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dpowerflags.c19 "cpb", /* core performance boost */
/linux-4.4.14/samples/pktgen/
H A Dpktgen_sample03_burst_single_flow.sh7 # - To boost max performance
11 # - The performance boost is impressive, see commit and blog [2]
/linux-4.4.14/sound/pcmcia/vx/
H A Dvxpocket.h35 int mic_level; /* analog mic level (or boost) */
48 void vx_set_mic_boost(struct vx_core *chip, int boost);
H A Dvxp_ops.c465 * vx_set_mic_boost - set mic boost level (on vxp440 only)
466 * @boost: 0 = 20dB, 1 = +38dB
468 void vx_set_mic_boost(struct vx_core *chip, int boost) vx_set_mic_boost() argument
477 if (boost) { vx_set_mic_boost()
478 /* boost: 38 dB */ vx_set_mic_boost()
H A Dvxp_mixer.c84 * mic boost level control (for VXP440)
/linux-4.4.14/tools/power/cpupower/utils/helpers/
H A Damd.c62 * boots_states -> how much boost states the machines support
67 * All available HW pstates (including boost states)
/linux-4.4.14/drivers/power/
H A Drt9455_charger.c206 * When the charger is in boost mode, REG02[7:2] represent boost output
701 * In boost mode, this timer triggers BST32SI interrupt if no read or rt9455_hw_init()
809 * Before setting the charger into boost mode, boost output voltage is
810 * set. This is needed because boost output voltage may differ from battery
812 * or boost output voltage, depending on the mode the charger is. Both battery
813 * regulation voltage and boost output voltage are read from DT/ACPI during
826 dev_err(dev, "Failed to set boost output voltage value\n"); rt9455_set_boost_voltage_before_boost_mode()
836 * set. This is needed because boost output voltage may differ from battery
838 * or boost output voltage, depending on the mode the charger is. Both battery
839 * regulation voltage and boost output voltage are read from DT/ACPI during
1204 * ICHRG, IEOC_PERCENTAGE, VOREG and boost output voltage are mandatory rt9455_discover_charger()
1229 ret = device_property_read_u32(dev, "richtek,boost-output-voltage", rt9455_discover_charger()
1232 dev_err(dev, "Error: missing \"boost-output-voltage\" property\n"); rt9455_discover_charger()
1262 * If the charger is in boost mode, and it has received rt9455_usb_event_none()
1302 * If the charger is in boost mode, and it has received rt9455_usb_event_vbus()
1338 dev_err(dev, "Failed to set boost output voltage before entering boost mode\n"); rt9455_usb_event_id()
1345 * In this case, the charger goes into boost mode. rt9455_usb_event_id()
1347 dev_dbg(dev, "USB_EVENT_ID received, therefore the charger goes into boost mode\n"); rt9455_usb_event_id()
1351 dev_err(dev, "Failed to set charger in boost mode\n"); rt9455_usb_event_id()
1382 * If the charger is in boost mode, and it has received rt9455_usb_event_charger()
1419 * or in boost mode. rt9455_usb_event()
1601 * Mandatory device-specific data values. Also, VOREG and boost output rt9455_probe()
H A Dbq25890_charger.c73 u8 boostv; /* boost regulation voltage */
74 u8 boosti; /* boost current limit */
75 u8 boostf; /* boost frequency */
688 /* Enable boost mode */ bq25890_usb_work()
695 /* Disable boost mode */ bq25890_usb_work()
707 dev_err(bq->dev, "Error switching to boost/charger mode.\n"); bq25890_usb_work()
753 {"ti,boost-voltage", false, TBL_BOOSTV, &init->boostv}, bq25890_fw_read_u32_props()
754 {"ti,boost-max-current", false, TBL_BOOSTI, &init->boosti}, bq25890_fw_read_u32_props()
790 init->boostf = device_property_read_bool(bq->dev, "ti,boost-low-freq"); bq25890_fw_probe()
H A Dbq2415x_charger.c735 int boost = 0; bq2415x_set_mode() local
738 boost = 1; bq2415x_set_mode()
745 if (!boost) bq2415x_set_mode()
779 else if (boost) bq2415x_set_mode()
900 int boost; bq2415x_timer_work() local
916 boost = bq2415x_exec_command(bq, BQ2415X_BOOST_MODE_STATUS); bq2415x_timer_work()
917 if (boost < 0) { bq2415x_timer_work()
928 if (boost) { bq2415x_timer_work()
1165 * none - disable charger and boost mode
1168 * boost - disable charger and enable boost mode
1201 } else if (strncmp(buf, "boost", 5) == 0) { bq2415x_sysfs_set_mode()
1222 /* show mode entry (auto, none, host, dedicated or boost) */ bq2415x_sysfs_show_mode()
1248 ret += sprintf(buf+ret, "boost"); bq2415x_sysfs_show_mode()
1259 /* show reported_mode entry (none, host, dedicated or boost) */ bq2415x_sysfs_show_reported_mode()
1280 return sprintf(buf, "boost\n"); bq2415x_sysfs_show_reported_mode()
H A Daxp288_charger.c684 /* Disable VBUS path before enabling the 5V boost */ axp288_charger_otg_evt_worker()
/linux-4.4.14/drivers/regulator/
H A Dtps6105x-regulator.c2 * Driver for TPS61050/61052 boost converters, typically used for white LEDs
118 .name = "tps6105x-boost",
H A Dqcom_spmi-regulator.c470 static DEFINE_SPMI_SET_POINTS(boost);
1153 SPMI_VREG(BOOST, 5V_BOOST, 0, INF, BOOST, boost, boost, 0),
1156 SPMI_VREG(BOOST_BYP, BB_2A, 0, INF, BOOST_BYP, boost, boost_byp, 0),
H A Dwm831x-dcdc.c698 * DCDC boost convertors
H A Dwm8350-regulator.c732 mode ? "normal" : "boost", ilim ? "low" : "normal"); wm8350_dcdc25_set_mode()
/linux-4.4.14/drivers/usb/serial/
H A Diuu_phoenix.c43 static int boost = 100; variable
67 u32 boost; member in struct:iuu_private
924 baud * priv->boost / 100, iuu_set_termios()
1013 if (boost < 100) iuu_open()
1014 boost = 100; iuu_open()
1015 priv->boost = boost; iuu_open()
1020 iuu_clk(port, IUU_CLK_3680000 * boost / 100); iuu_open()
1022 iuu_uart_baud(port, baud * boost / 100, &actual, iuu_open()
1026 iuu_clk(port, IUU_CLK_6000000 * boost / 100); iuu_open()
1030 iuu_uart_baud(port, 16457 * boost / 100, &actual, iuu_open()
1034 iuu_clk(port, IUU_CLK_3579000 * boost / 100); iuu_open()
1037 iuu_uart_baud(port, baud * boost / 100, &actual, iuu_open()
1217 module_param(boost, int, S_IRUGO | S_IWUSR);
1218 MODULE_PARM_DESC(boost, "Card overclock boost (in percent 100-500)");
/linux-4.4.14/include/linux/platform_data/
H A Dad5755.h76 * @dc_dc_maxv: DC-DC maximum allowed boost voltage.
H A Dad7793.h90 * @boost_enable: Enable boost for the bias voltage generator.
/linux-4.4.14/include/linux/mfd/
H A Dmax77693.h77 /* boost modes */
H A Drt5033-private.h146 * and boost mode for OTG
/linux-4.4.14/drivers/mfd/
H A Dtps6105x.c2 * Core driver for TPS61050/61052 boost converters, used for while LED
4 * boost conversion. Additionally it provides a 1-bit GPIO pin (out or in)
H A Dlm3533-core.c148 dev_err(lm3533->dev, "failed to set boost frequency\n"); lm3533_set_boost_freq()
163 dev_err(lm3533->dev, "failed to set boost ovp\n"); lm3533_set_boost_ovp()
H A Dab3100-core.c767 .name = "ab3100-boost",
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcommon.c36 /* boost value for RSSI_DELTA in preferred join selection */
130 /* Setup join_pref to select target by RSSI(with boost on 5GHz) */ brcmf_c_preinit_dcmds()
H A Dbtcoex.c53 * boost wifi priority
54 * @BRCMF_BT_DHCP_FLAG_FORCE_TIMEOUT: wifi priority boost end,
/linux-4.4.14/include/linux/power/
H A Dbq2415x_charger.h45 BQ2415X_MODE_BOOST, /* boost mode (charging disabled) */
/linux-4.4.14/arch/avr32/boards/atngw100/
H A Devklcd10x.c155 /* PB15 is connected to the enable line on the boost regulator atevklcd10x_init()
/linux-4.4.14/tools/power/cpupower/utils/
H A Dcpufreq-info.c164 /* --boost / -b */
183 on Intel and AMD, but we assume boost capable machines can do that get_boost_mode()
188 printf(_(" boost state support:\n")); get_boost_mode()
204 printf(_(" Pstate-Pb%d: %luMHz (boost state)" get_boost_mode()
540 {"boost", no_argument, NULL, 'b'},
/linux-4.4.14/sound/pci/hda/
H A Dpatch_cmedia.c94 * it's a headphone boost volume handled manually below patch_cmi8888()
H A Dpatch_conexant.c549 /* overriding mic boost put callback; update mic boost volume only when
584 /* override mic boost control */ cxt_fixup_olpc_xo()
H A Dhda_auto_parser.c79 /* In case one has boost and the other one has not, compare_input_type()
80 pick the one with boost first. */ compare_input_type()
H A Dpatch_analog.c677 * pin boost mix input # / adc input #
H A Dpatch_ca0132.c3692 /* mic boost */ ca0132_switch_get()
3751 /* mic boost */ ca0132_switch_put()
3755 /* Mic boost does not apply to Digital Mic */ ca0132_switch_put()
H A Dhda_generic.c3785 /* check whether the given amp is feasible as a boost volume */ check_boost_vol()
3803 /* look for a boost amp in a widget close to the pin */ look_for_boost_amp()
3861 /* create a boost control */ parse_mic_boost()
H A Dpatch_realtek.c4472 /* Disable boost for mic-in permanently. (This code is only called alc_fixup_headset_mode_alc662()
4539 Therefore limit the boost to 0 or 1. */ alc269_fixup_limit_int_mic_boost()
/linux-4.4.14/sound/pci/ctxfi/
H A Dcthw20k1.c1202 unsigned char mic20db; /* boost mic by 20db if input is microphone */
1553 adc_input_select_SB055x(struct hw *hw, enum ADCSRC type, unsigned char boost) adc_input_select_SB055x() argument
1571 data |= boost ? (0x1<<2) : 0; adc_input_select_SB055x()
1593 adc_input_select_SBx(struct hw *hw, enum ADCSRC type, unsigned char boost) adc_input_select_SBx() argument
1629 if (boost) { adc_input_select_SBx()
1630 i2c_write(hw, 0x001a0080, 0x1c, 0xe7); /* +12dB boost */ adc_input_select_SBx()
1631 i2c_write(hw, 0x001a0080, 0x1e, 0xe7); /* +12dB boost */ adc_input_select_SBx()
1633 i2c_write(hw, 0x001a0080, 0x1c, 0xcf); /* No boost */ adc_input_select_SBx()
1634 i2c_write(hw, 0x001a0080, 0x1e, 0xcf); /* No boost */ adc_input_select_SBx()
1643 adc_input_select_hendrix(struct hw *hw, enum ADCSRC type, unsigned char boost) adc_input_select_hendrix() argument
1674 if (boost) { adc_input_select_hendrix()
1675 i2c_write(hw, 0x001a0080, 0x1c, 0xe7); /* +12dB boost */ adc_input_select_hendrix()
1676 i2c_write(hw, 0x001a0080, 0x1e, 0xe7); /* +12dB boost */ adc_input_select_hendrix()
1678 i2c_write(hw, 0x001a0080, 0x1c, 0xcf); /* No boost */ adc_input_select_hendrix()
1679 i2c_write(hw, 0x001a0080, 0x1e, 0xcf); /* No boost */ adc_input_select_hendrix()
H A Dcthw20k2.c1145 unsigned char mic20db; /* boost mic by 20db if input is microphone */
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dg84.c70 /* THRS_1 : fan boost*/ g84_therm_program_alarms()
167 /* THRS_1 : fan boost */ g84_therm_intr()
/linux-4.4.14/kernel/rcu/
H A Dtree.h231 /* Refused to boost: no blocked tasks. */
233 /* Refused to boost: nothing blocking GP. */
235 /* Refused to boost: already boosting. */
237 /* Refused to boost: RCU RS CS still running. */
239 /* Refused to boost: not yet time. */
241 /* Refused to boost: not sure why, though. */
470 u8 boost ____cacheline_internodealigned_in_smp;
471 /* Subject to priority boost. */
H A Dtree_plugin.h990 return 0; /* Nothing left to boost. */ rcu_boost()
1005 * Preferentially boost tasks blocking expedited grace periods. rcu_boost()
1007 * expedited grace period must boost all blocked tasks, including rcu_boost()
1020 * We boost task t by manufacturing an rt_mutex that appears to rcu_boost()
1024 * simply acquiring this artificial rt_mutex will boost task rcu_boost()
1055 trace_rcu_utilization(TPS("Start boost kthread@init")); rcu_boost_kthread()
1058 trace_rcu_utilization(TPS("End boost kthread@rcu_wait")); rcu_boost_kthread()
1060 trace_rcu_utilization(TPS("Start boost kthread@rcu_wait")); rcu_boost_kthread()
1069 trace_rcu_utilization(TPS("End boost kthread@rcu_yield")); rcu_boost_kthread()
1071 trace_rcu_utilization(TPS("Start boost kthread@rcu_yield")); rcu_boost_kthread()
1076 trace_rcu_utilization(TPS("End boost kthread@notreached")); rcu_boost_kthread()
1084 * period in progress, it is always time to boost.
1146 * Do priority-boost accounting for the start of a new grace period.
1154 * Create an RCU-boost kthread for the specified node if one does not
1172 rsp->boost = 1; rcu_spawn_one_boost_kthread()
1289 * Spawn boost kthreads -- called as soon as the scheduler is running.
H A Drcutorture.c92 torture_param(int, test_boost, 1, "Test RCU prio boost: 0=no, 1=maybe, 2=yes.");
94 "Duration of each boost test, seconds.");
96 "Interval between boost tests, seconds.");
195 static unsigned long boost_starttime; /* jiffies of next boost test start. */
197 /* and boost task create/destroy. */
706 * RCU torture priority-boost testing. Runs one real-time thread per
744 /* Each pass through the following loop does one boost-test cycle. */ rcu_torture_boost()
755 /* Do one boost-test interval. */ rcu_torture_boost()
H A Dtree.c2821 * priority-boost blocked readers. rcu_for_each_leaf_node()
2960 if (likely(!rsp->boost)) { invoke_rcu_callbacks()
/linux-4.4.14/arch/x86/kernel/kprobes/
H A Dcore.c78 * Groups, and some special opcodes can not boost.
195 /* can't boost Address-size override and bound */ can_boost()
198 return 0; /* can't boost conditional jump */ can_boost()
200 /* can't boost software-interruptions */ can_boost()
203 /* can boost AA* and XLAT */ can_boost()
206 /* can boost in/out and absolute jmps */ can_boost()
822 * this probepoint, and the instruction is boostable, boost it: add a
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-coex.h180 * @bt_prio_boost: BT priority boost registers
181 * @wifi_tx_prio_boost: SW boost of wifi tx priority
182 * @wifi_rx_prio_boost: SW boost of wifi rx priority
/linux-4.4.14/drivers/base/power/opp/
H A Dopp.h55 * @turbo: true if turbo (boost) OPP
/linux-4.4.14/drivers/media/usb/hdpvr/
H A Dhdpvr-core.c54 MODULE_PARM_DESC(boost_audio, "boost the audio signal");
238 /* boost analog audio */ hdpvr_device_init()
/linux-4.4.14/drivers/cpufreq/
H A DKconfig.x8655 file has now been superseded by the more generic "boost" entry.
58 entry in addition to the new boost ones, for compatibility reasons.
H A Dcpufreq-dt.c41 NULL, /* Extra space for boost-attr if required */
351 /* Support turbo/boost mode */ cpufreq_init()
H A Dfreq_table.c283 * show_available_boost_freqs - show available boost frequencies for
H A Dacpi-cpufreq.c541 * Clear the boost-disable bit on the CPU_DOWN path so that boost_notify()
543 * the CPU_UP path we simply keep the boost-disable flag in boost_notify()
H A Dcpufreq.c502 define_one_global_rw(boost); variable
2350 * Check if driver provides function to enable boost - create_boost_sysfs_file()
2356 ret = sysfs_create_file(cpufreq_global_kobject, &boost.attr); create_boost_sysfs_file()
2367 sysfs_remove_file(cpufreq_global_kobject, &boost.attr); remove_boost_sysfs_file()
/linux-4.4.14/drivers/phy/
H A Dphy-exynos5-usbdrd.c470 "Failed to enable VBUS boost supply\n"); exynos5_usbdrd_phy_power_on()
732 phy_drd->vbus_boost = devm_regulator_get(dev, "vbus-boost"); exynos5_usbdrd_phy_probe()
738 dev_warn(dev, "Failed to get VBUS boost supply regulator\n"); exynos5_usbdrd_phy_probe()
H A Dphy-xgene.c533 u32 txboostgain[MAX_LANE*3]; /* Tx freq boost and gain control */
960 /* Set boost control for quarter, half, and full rate */ xgene_phy_sata_cfg_lanes()
967 /* Set boost control value */ xgene_phy_sata_cfg_lanes()
1689 xgene_phy_get_param(pdev, "apm,tx-boost-gain", xgene_phy_probe()
H A Dphy-miphy28lp.c770 /* MIPHY Bias boost */ miphy28lp_configure_usb3()
/linux-4.4.14/sound/soc/codecs/
H A Dwm8974.c198 /* AUX Input boost vol */
202 /* Mic Input boost vol */
H A Dcs35l32.c277 of_property_read_u32(np, "cirrus,boost-manager", &val); cs35l32_handle_of_data()
287 "Wrong cirrus,boost-manager DT value %d\n", val); cs35l32_handle_of_data()
H A Dpcm512x.h260 /* Page 1, Register 7 - analog boost control */
H A Dsta32x.c175 "Hard", "Party", "Vocal", "Hip-Hop", "Dialog", "Bass-boost #1",
176 "Bass-boost #2", "Bass-boost #3", "Loudness 1", "Loudness 2",
H A Dwm8955.c917 /* Also enable adaptive bass boost by default */ wm8955_probe()
H A Dtwl6040.c844 /* Set external boost GPO */ twl6040_set_bias_level()
H A Darizona.c906 dev_err(codec->dev, "Failed to boost DCVDD: %d\n", ret); arizona_dvfs_enable()
/linux-4.4.14/drivers/video/backlight/
H A Dpm8941-wled.c290 "qcom,current-boost-limit", pm8941_wled_configure()
H A Dlm3630a_bl.c86 /* set boost control */ lm3630a_chip_init()
/linux-4.4.14/drivers/md/persistent-data/
H A Ddm-array.h16 * and a performance boost. The element get and set operations are still
/linux-4.4.14/drivers/char/hw_random/
H A Dvia-rng.c69 * Another possible performance boost may come from simply buffering
/linux-4.4.14/include/linux/
H A Dblk_types.h155 __REQ_PRIO, /* boost priority in cfq */
H A Dcpufreq.h280 /* platform specific boost support code */
/linux-4.4.14/arch/microblaze/lib/
H A Duaccess_old.S204 /* Loop unrolling to get performance boost */
/linux-4.4.14/sound/ppc/
H A Dawacs.h147 #define MASK_MIC_BOOST (0x4) /* screamer mic boost */
H A Dawacs.c539 * mic boost for screamer
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
H A Dmperf_monitor.c53 .desc = N_("Average Frequency (including boost) in MHz"),
/linux-4.4.14/sound/pci/pcxhr/
H A Dpcxhr_mix22.c314 /* init micro boost */ hr222_sub_init()
759 /* mic boost level */
/linux-4.4.14/drivers/usb/phy/
H A Dphy-qcom-8x16-usb.c357 dev_dbg(phy->dev, "Can't boost core clock\n"); phy_8x16_probe()
H A Dphy-twl6030-usb.c300 * register. This enables boost mode. otg_set_vbus_work()
/linux-4.4.14/arch/x86/crypto/
H A Dsha1_ssse3_asm.S5 * boost.
/linux-4.4.14/drivers/hwmon/
H A Dlm93.c287 u8 boost[4]; member in struct:lm93_data
531 return LM93_TEMP_FROM_REG(data->boost[nr]) - LM93_AUTO_BOOST_HYST_FROM_REGS()
539 (LM93_TEMP_FROM_REG(data->boost[nr]) - hyst), mode); LM93_AUTO_BOOST_HYST_TO_REG()
985 data->boost[i] = lm93_read_byte(client, LM93_REG_BOOST(i)); lm93_update_client_common()
1425 return sprintf(buf, "%d\n", LM93_TEMP_FROM_REG(data->boost[nr])); show_temp_auto_boost()
1443 data->boost[nr] = LM93_TEMP_TO_REG(val); store_temp_auto_boost()
1444 lm93_write_byte(client, LM93_REG_BOOST(nr), data->boost[nr]); store_temp_auto_boost()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Ddib0090.c1056 dib0090_set_boost(state, cfg[0] > 500); /* we want the boost if the gain is higher that 50dB */ dib0090_set_bbramp()
1063 dib0090_set_boost(state, cfg[0] > 500); /* we want the boost if the gain is higher that 50dB */ dib0090_set_bbramp_pwm()
1639 /* Step1 BB gain1= 26 with boost 1, gain 2 = 0 */
1642 /* Step 2 BB gain 1 = 26 with boost = 1 & gain 2 = 29 */
1649 /* Step1 BB gain1= 26 with boost 1, gain 2 = 0 */
1653 /* Step 2 BB gain 1 = 26 with boost = 1 & gain 2 = 29 */
H A Ddib3000mc.c453 if (boost) dib3000mc_set_channel_cfg()
/linux-4.4.14/drivers/net/wireless/b43/
H A Db43.h360 #define B43_HF_CCKBOOST 0x000000000008ULL /* 4dB CCK power boost (exclusive with OFDM boost) */
363 #define B43_HF_OFDMPABOOST 0x000000000040ULL /* Enable PA gain boost for OFDM */
H A Dphy_common.c555 /* Adjust for CCK-boost */ b43_phy_shm_tssi_read()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_pm.c4547 /* Force a RPS boost (and don't count it against the client) if gen6_rps_boost()
5093 * clock domain, so in order to boost the bandwidth __gen6_update_ring_freq()
7295 struct request_boost *boost = container_of(work, struct request_boost, work); __intel_rps_boost_work() local
7296 struct drm_i915_gem_request *req = boost->req; __intel_rps_boost_work()
7303 kfree(boost); __intel_rps_boost_work()
7309 struct request_boost *boost; intel_queue_rps_boost_for_request() local
7317 boost = kmalloc(sizeof(*boost), GFP_ATOMIC); intel_queue_rps_boost_for_request()
7318 if (boost == NULL) intel_queue_rps_boost_for_request()
7322 boost->req = req; intel_queue_rps_boost_for_request()
7324 INIT_WORK(&boost->work, __intel_rps_boost_work); intel_queue_rps_boost_for_request()
7325 queue_work(to_i915(dev)->wq, &boost->work); intel_queue_rps_boost_for_request()
H A Dintel_bios.c1046 DRM_DEBUG_KMS("VBT (e)DP boost level for port %c: %d\n", parse_ddi_port()
1049 DRM_DEBUG_KMS("VBT HDMI boost level for port %c: %d\n", parse_ddi_port()
H A Dintel_ddi.c2100 /* VBT may override standard boost values */ skl_ddi_set_iboost()
H A Di915_debugfs.c1392 seq_printf(m, "HD boost: %s\n", yesno(rgvmodectl & MEMMODE_BOOST_EN)); ironlake_drpc_info()
H A Di915_reg.h2701 #define MEMMODE_BOOST_FREQ_MASK 0x0f000000 /* jitter for boost, 0-15 */
/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-msm.c495 dev_warn(&pdev->dev, "core clock boost failed\n"); sdhci_msm_probe()
H A Ddavinci_mmc.c155 * platform data) == 16 gives at least the same throughput boost, using
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dbase.c27 #include <subdev/bios/boost.h>
/linux-4.4.14/drivers/ata/
H A Dahci_imx.c460 .name = "fsl,transmit-boost-mdB",
H A Dpata_ali.c137 * ALi FIFO works it provides a boost on ATA disk but can be confused by
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
H A Dnvreg.h284 # define NV_CIO_CRE_CSB 0x45 /* colour saturation boost */
/linux-4.4.14/arch/arm/mach-pxa/
H A Dmagician.c714 * if R24 is present, it will boost the voltage
/linux-4.4.14/drivers/leds/
H A Dleds-max77693.c644 of_property_read_u32(node, "maxim,boost-mode", &cfg->boost_mode); max77693_led_parse_dt()
645 of_property_read_u32(node, "maxim,boost-mvout", &cfg->boost_vout); max77693_led_parse_dt()
/linux-4.4.14/drivers/media/i2c/
H A Das3645a.c92 /* Password register is used to unlock boost register writing */
/linux-4.4.14/drivers/net/wireless/b43legacy/
H A Db43legacy.h164 #define B43legacy_HF_OFDMPABOOST 0x00000040 /* Enable PA boost OFDM */
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Ddev.h572 * @bt_prio_boost: default bt priority boost value
H A Dcommands.h1973 u8 tx_prio_boost; /* SW boost of WiFi tx priority */
1974 __le16 rx_prio_boost; /* SW boost of WiFi rx priority */
1985 u8 tx_prio_boost; /* SW boost of WiFi tx priority */
1986 __le16 rx_prio_boost; /* SW boost of WiFi rx priority */
/linux-4.4.14/drivers/pinctrl/qcom/
H A Dpinctrl-spmi-gpio.c451 "pull-up 1.5uA + 30uA boost", "pull-down 10uA", "no pull" pmic_gpio_config_dbg_show()
H A Dpinctrl-ssbi-gpio.c550 "pull-up 1.5uA + 30uA boost", "pull-down 10uA", "no pull" pm8xxx_gpio_dbg_show_one()
/linux-4.4.14/drivers/platform/x86/
H A Dpanasonic-laptop.c215 { KE_KEY, 8, { KEY_PROG1 } }, /* Change CPU boost */
H A Dintel_ips.c32 * by tracking power and thermal budget; secondarily it can boost turbo
/linux-4.4.14/kernel/
H A Dcpu.c374 * Do sync before park smpboot threads to take care the rcu boost case. _cpu_down()
H A Dfutex.c2661 * without one, the pi logic would not know which task to boost/deboost, if
/linux-4.4.14/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pic.c474 * The mpc5200 interrupt controller can be configured to boost the priority
/linux-4.4.14/kernel/locking/
H A Drtmutex.c635 * operation on @lock. We need it for the boost/deboost rt_mutex_adjust_prio_chain()
988 * possible priority boost right now. We execute wakeup in the mark_wakeup_next_waiter()
/linux-4.4.14/drivers/scsi/
H A Dmegaraid.h17 * two or more commands and issue as one command in order to boost I/O
/linux-4.4.14/include/sound/
H A Dac97_codec.h136 #define AC97_BC_LOUDNESS 0x0020 /* Loudness (bass boost) Support */
/linux-4.4.14/sound/pci/
H A Dbt87x.c110 #define CTL_A_G2X (1 << 27) /* audio gain boost */
H A Dcmipci.c315 #define CM_MICGAINZ 0x01 /* mic boost */
359 #define CM_VADMIC3 0x01 /* Mic record boost */
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A D4965.h556 * boost power setting for high device temperatures (higher than would be
/linux-4.4.14/sound/pci/ac97/
H A Dac97_patch.c1662 #define AC97_AD198X_MBC 0x0003 /* mic boost */
1686 #define AC97_AD1986_MBC 0x0003 /* mic boost */
3290 * bit 0: mic boost level (0=20dB, 1=30dB) patch_cm9761()
H A Dac97_codec.c670 AC97_SINGLE("Loudness (bass boost)", AC97_GENERAL_PURPOSE, 12, 1, 0),
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c1385 /* Give a little boost to mid-size frames */ fm10k_update_itr()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dd11.h1147 /* Delta between OFDM and CCK power in CCK power boost mode */
/linux-4.4.14/sound/sparc/
H A Ddbri.c2436 CS4215_SINGLE("Mic boost", 4, 4, 1, 1)
/linux-4.4.14/virt/kvm/
H A Dkvm_main.c2160 * We boost the priority of a VCPU that is runnable but not kvm_vcpu_on_spin()
/linux-4.4.14/kernel/sched/
H A Dcore.c3386 * real need to boost. rt_mutex_setprio()
4709 * false (0) if we failed to boost the target.
/linux-4.4.14/drivers/staging/octeon-usb/
H A Docteon-hcd.c3654 * it a priority boost if it has been waiting more than 400 octeon_usb_probe()
/linux-4.4.14/arch/tile/include/hv/
H A Dhypervisor.h1405 * to provide a performance boost to the minimal supervisor by
/linux-4.4.14/drivers/gpu/drm/amd/include/
H A Datombios.h2362 // for SI, this state map to 0xff02 voltage state in Power Play table, which is power boost state
5338 //ulGPUCapInfo[17]=1 indicate battery boost feature is enable, from ML
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2800lib.c1964 * double meaning, and we should set a 7DBm boost flag. rt2800_config_channel_rf2xxx()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A Digb_main.c4467 /* Give a little boost to mid-size frames */ igb_update_ring_itr()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h4323 /* 0-8 0-8 low->high boost */
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Datombios.h2297 // for SI, this state map to 0xff02 voltage state in Power Play table, which is power boost state

Completed in 4959 milliseconds