/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | boost.c | 26 #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 D | powerflags.c | 19 "cpb", /* core performance boost */
|
/linux-4.4.14/samples/pktgen/ |
H A D | pktgen_sample03_burst_single_flow.sh | 7 # - To boost max performance 11 # - The performance boost is impressive, see commit and blog [2]
|
/linux-4.4.14/sound/pcmcia/vx/ |
H A D | vxpocket.h | 35 int mic_level; /* analog mic level (or boost) */ 48 void vx_set_mic_boost(struct vx_core *chip, int boost);
|
H A D | vxp_ops.c | 465 * 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 D | vxp_mixer.c | 84 * mic boost level control (for VXP440)
|
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
H A D | amd.c | 62 * 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 D | rt9455_charger.c | 206 * 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 D | bq25890_charger.c | 73 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 D | bq2415x_charger.c | 735 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 D | axp288_charger.c | 684 /* Disable VBUS path before enabling the 5V boost */ axp288_charger_otg_evt_worker()
|
/linux-4.4.14/drivers/regulator/ |
H A D | tps6105x-regulator.c | 2 * Driver for TPS61050/61052 boost converters, typically used for white LEDs 118 .name = "tps6105x-boost",
|
H A D | qcom_spmi-regulator.c | 470 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 D | wm831x-dcdc.c | 698 * DCDC boost convertors
|
H A D | wm8350-regulator.c | 732 mode ? "normal" : "boost", ilim ? "low" : "normal"); wm8350_dcdc25_set_mode()
|
/linux-4.4.14/drivers/usb/serial/ |
H A D | iuu_phoenix.c | 43 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 D | ad5755.h | 76 * @dc_dc_maxv: DC-DC maximum allowed boost voltage.
|
H A D | ad7793.h | 90 * @boost_enable: Enable boost for the bias voltage generator.
|
/linux-4.4.14/include/linux/mfd/ |
H A D | max77693.h | 77 /* boost modes */
|
H A D | rt5033-private.h | 146 * and boost mode for OTG
|
/linux-4.4.14/drivers/mfd/ |
H A D | tps6105x.c | 2 * 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 D | lm3533-core.c | 148 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 D | ab3100-core.c | 767 .name = "ab3100-boost",
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | common.c | 36 /* 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 D | btcoex.c | 53 * boost wifi priority 54 * @BRCMF_BT_DHCP_FLAG_FORCE_TIMEOUT: wifi priority boost end,
|
/linux-4.4.14/include/linux/power/ |
H A D | bq2415x_charger.h | 45 BQ2415X_MODE_BOOST, /* boost mode (charging disabled) */
|
/linux-4.4.14/arch/avr32/boards/atngw100/ |
H A D | evklcd10x.c | 155 /* PB15 is connected to the enable line on the boost regulator atevklcd10x_init()
|
/linux-4.4.14/tools/power/cpupower/utils/ |
H A D | cpufreq-info.c | 164 /* --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 D | patch_cmedia.c | 94 * it's a headphone boost volume handled manually below patch_cmi8888()
|
H A D | patch_conexant.c | 549 /* overriding mic boost put callback; update mic boost volume only when 584 /* override mic boost control */ cxt_fixup_olpc_xo()
|
H A D | hda_auto_parser.c | 79 /* 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 D | patch_analog.c | 677 * pin boost mix input # / adc input #
|
H A D | patch_ca0132.c | 3692 /* 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 D | hda_generic.c | 3785 /* 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 D | patch_realtek.c | 4472 /* 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 D | cthw20k1.c | 1202 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 D | cthw20k2.c | 1145 unsigned char mic20db; /* boost mic by 20db if input is microphone */
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | g84.c | 70 /* THRS_1 : fan boost*/ g84_therm_program_alarms() 167 /* THRS_1 : fan boost */ g84_therm_intr()
|
/linux-4.4.14/kernel/rcu/ |
H A D | tree.h | 231 /* 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 D | tree_plugin.h | 990 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 D | rcutorture.c | 92 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 D | tree.c | 2821 * 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 D | core.c | 78 * 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 D | fw-api-coex.h | 180 * @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 D | opp.h | 55 * @turbo: true if turbo (boost) OPP
|
/linux-4.4.14/drivers/media/usb/hdpvr/ |
H A D | hdpvr-core.c | 54 MODULE_PARM_DESC(boost_audio, "boost the audio signal"); 238 /* boost analog audio */ hdpvr_device_init()
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | Kconfig.x86 | 55 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 D | cpufreq-dt.c | 41 NULL, /* Extra space for boost-attr if required */ 351 /* Support turbo/boost mode */ cpufreq_init()
|
H A D | freq_table.c | 283 * show_available_boost_freqs - show available boost frequencies for
|
H A D | acpi-cpufreq.c | 541 * 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 D | cpufreq.c | 502 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 D | phy-exynos5-usbdrd.c | 470 "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 D | phy-xgene.c | 533 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 D | phy-miphy28lp.c | 770 /* MIPHY Bias boost */ miphy28lp_configure_usb3()
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | wm8974.c | 198 /* AUX Input boost vol */ 202 /* Mic Input boost vol */
|
H A D | cs35l32.c | 277 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 D | pcm512x.h | 260 /* Page 1, Register 7 - analog boost control */
|
H A D | sta32x.c | 175 "Hard", "Party", "Vocal", "Hip-Hop", "Dialog", "Bass-boost #1", 176 "Bass-boost #2", "Bass-boost #3", "Loudness 1", "Loudness 2",
|
H A D | wm8955.c | 917 /* Also enable adaptive bass boost by default */ wm8955_probe()
|
H A D | twl6040.c | 844 /* Set external boost GPO */ twl6040_set_bias_level()
|
H A D | arizona.c | 906 dev_err(codec->dev, "Failed to boost DCVDD: %d\n", ret); arizona_dvfs_enable()
|
/linux-4.4.14/drivers/video/backlight/ |
H A D | pm8941-wled.c | 290 "qcom,current-boost-limit", pm8941_wled_configure()
|
H A D | lm3630a_bl.c | 86 /* set boost control */ lm3630a_chip_init()
|
/linux-4.4.14/drivers/md/persistent-data/ |
H A D | dm-array.h | 16 * and a performance boost. The element get and set operations are still
|
/linux-4.4.14/drivers/char/hw_random/ |
H A D | via-rng.c | 69 * Another possible performance boost may come from simply buffering
|
/linux-4.4.14/include/linux/ |
H A D | blk_types.h | 155 __REQ_PRIO, /* boost priority in cfq */
|
H A D | cpufreq.h | 280 /* platform specific boost support code */
|
/linux-4.4.14/arch/microblaze/lib/ |
H A D | uaccess_old.S | 204 /* Loop unrolling to get performance boost */
|
/linux-4.4.14/sound/ppc/ |
H A D | awacs.h | 147 #define MASK_MIC_BOOST (0x4) /* screamer mic boost */
|
H A D | awacs.c | 539 * mic boost for screamer
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
H A D | mperf_monitor.c | 53 .desc = N_("Average Frequency (including boost) in MHz"),
|
/linux-4.4.14/sound/pci/pcxhr/ |
H A D | pcxhr_mix22.c | 314 /* init micro boost */ hr222_sub_init() 759 /* mic boost level */
|
/linux-4.4.14/drivers/usb/phy/ |
H A D | phy-qcom-8x16-usb.c | 357 dev_dbg(phy->dev, "Can't boost core clock\n"); phy_8x16_probe()
|
H A D | phy-twl6030-usb.c | 300 * register. This enables boost mode. otg_set_vbus_work()
|
/linux-4.4.14/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | 5 * boost.
|
/linux-4.4.14/drivers/hwmon/ |
H A D | lm93.c | 287 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 D | dib0090.c | 1056 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 D | dib3000mc.c | 453 if (boost) dib3000mc_set_channel_cfg()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
H A D | b43.h | 360 #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 D | phy_common.c | 555 /* Adjust for CCK-boost */ b43_phy_shm_tssi_read()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 4547 /* 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 D | intel_bios.c | 1046 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 D | intel_ddi.c | 2100 /* VBT may override standard boost values */ skl_ddi_set_iboost()
|
H A D | i915_debugfs.c | 1392 seq_printf(m, "HD boost: %s\n", yesno(rgvmodectl & MEMMODE_BOOST_EN)); ironlake_drpc_info()
|
H A D | i915_reg.h | 2701 #define MEMMODE_BOOST_FREQ_MASK 0x0f000000 /* jitter for boost, 0-15 */
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | sdhci-msm.c | 495 dev_warn(&pdev->dev, "core clock boost failed\n"); sdhci_msm_probe()
|
H A D | davinci_mmc.c | 155 * platform data) == 16 gives at least the same throughput boost, using
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | base.c | 27 #include <subdev/bios/boost.h>
|
/linux-4.4.14/drivers/ata/ |
H A D | ahci_imx.c | 460 .name = "fsl,transmit-boost-mdB",
|
H A D | pata_ali.c | 137 * 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 D | nvreg.h | 284 # define NV_CIO_CRE_CSB 0x45 /* colour saturation boost */
|
/linux-4.4.14/arch/arm/mach-pxa/ |
H A D | magician.c | 714 * if R24 is present, it will boost the voltage
|
/linux-4.4.14/drivers/leds/ |
H A D | leds-max77693.c | 644 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 D | as3645a.c | 92 /* Password register is used to unlock boost register writing */
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
H A D | b43legacy.h | 164 #define B43legacy_HF_OFDMPABOOST 0x00000040 /* Enable PA boost OFDM */
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
H A D | dev.h | 572 * @bt_prio_boost: default bt priority boost value
|
H A D | commands.h | 1973 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 D | pinctrl-spmi-gpio.c | 451 "pull-up 1.5uA + 30uA boost", "pull-down 10uA", "no pull" pmic_gpio_config_dbg_show()
|
H A D | pinctrl-ssbi-gpio.c | 550 "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 D | panasonic-laptop.c | 215 { KE_KEY, 8, { KEY_PROG1 } }, /* Change CPU boost */
|
H A D | intel_ips.c | 32 * by tracking power and thermal budget; secondarily it can boost turbo
|
/linux-4.4.14/kernel/ |
H A D | cpu.c | 374 * Do sync before park smpboot threads to take care the rcu boost case. _cpu_down()
|
H A D | futex.c | 2661 * without one, the pi logic would not know which task to boost/deboost, if
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_pic.c | 474 * The mpc5200 interrupt controller can be configured to boost the priority
|
/linux-4.4.14/kernel/locking/ |
H A D | rtmutex.c | 635 * 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 D | megaraid.h | 17 * two or more commands and issue as one command in order to boost I/O
|
/linux-4.4.14/include/sound/ |
H A D | ac97_codec.h | 136 #define AC97_BC_LOUDNESS 0x0020 /* Loudness (bass boost) Support */
|
/linux-4.4.14/sound/pci/ |
H A D | bt87x.c | 110 #define CTL_A_G2X (1 << 27) /* audio gain boost */
|
H A D | cmipci.c | 315 #define CM_MICGAINZ 0x01 /* mic boost */ 359 #define CM_VADMIC3 0x01 /* Mic record boost */
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | 4965.h | 556 * boost power setting for high device temperatures (higher than would be
|
/linux-4.4.14/sound/pci/ac97/ |
H A D | ac97_patch.c | 1662 #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 D | ac97_codec.c | 670 AC97_SINGLE("Loudness (bass boost)", AC97_GENERAL_PURPOSE, 12, 1, 0),
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_main.c | 1385 /* Give a little boost to mid-size frames */ fm10k_update_itr()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | d11.h | 1147 /* Delta between OFDM and CCK power in CCK power boost mode */
|
/linux-4.4.14/sound/sparc/ |
H A D | dbri.c | 2436 CS4215_SINGLE("Mic boost", 4, 4, 1, 1)
|
/linux-4.4.14/virt/kvm/ |
H A D | kvm_main.c | 2160 * We boost the priority of a VCPU that is runnable but not kvm_vcpu_on_spin()
|
/linux-4.4.14/kernel/sched/ |
H A D | core.c | 3386 * 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 D | octeon-hcd.c | 3654 * 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 D | hypervisor.h | 1405 * to provide a performance boost to the minimal supervisor by
|
/linux-4.4.14/drivers/gpu/drm/amd/include/ |
H A D | atombios.h | 2362 // 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 D | rt2800lib.c | 1964 * 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 D | igb_main.c | 4467 /* Give a little boost to mid-size frames */ igb_update_ring_itr()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | mcdi_pcol.h | 4323 /* 0-8 0-8 low->high boost */
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | atombios.h | 2297 // for SI, this state map to 0xff02 voltage state in Power Play table, which is power boost state
|