/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | boost.c | 33 u16 boost = 0x0000; in nvbios_boostTe() local 37 boost = nvbios_rd16(bios, bit_P.offset + 0x30); in nvbios_boostTe() 39 if (boost) { in nvbios_boostTe() 40 *ver = nvbios_rd08(bios, boost + 0); in nvbios_boostTe() 43 *hdr = nvbios_rd08(bios, boost + 1); in nvbios_boostTe() 44 *cnt = nvbios_rd08(bios, boost + 5); in nvbios_boostTe() 45 *len = nvbios_rd08(bios, boost + 2); in nvbios_boostTe() 46 *snr = nvbios_rd08(bios, boost + 4); in nvbios_boostTe() 47 *ssz = nvbios_rd08(bios, boost + 3); in nvbios_boostTe() 48 return boost; in nvbios_boostTe()
|
D | Kbuild | 3 nvkm-y += nvkm/subdev/bios/boost.o
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | bq25890.txt | 16 - ti,boost-voltage: integer, VBUS voltage level in boost mode (in uV); 17 - ti,boost-max-current: integer, maximum allowed current draw in boost mode 21 - ti,boost-low-freq: boolean, if present boost mode frequency will be 500kHz, 41 ti,boost-voltage = <5000000>; 42 ti,boost-max-current = <1000000>;
|
D | rt9455_charger.txt | 18 - richtek,boost-output-voltage: integer, maximum voltage provided to consumer 19 devices, when the charger is in boost mode, in uV. 44 richtek,boost-output-voltage = <5050000>;
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | boost.txt | 7 /sys/devices/system/cpu/cpufreq/boost 8 controls the boost setting for the whole system. You can read and write 20 budget. The decision about boost disable/enable is made either at hardware 23 in technical documentation "Core performance boost". In Linux we use 24 the term "boost" for convenience. 36 single thread performance can vary. By explicitly disabling the boost 53 /sys/devices/system/cpu/cpufreq/boost 60 This will either disable the boost functionality on all cores in the 61 whole system (0) or will allow the software or hardware to boost at will 64 Writing a "1" does not explicitly boost the system, but just allows the [all …]
|
D | pcc-cpufreq.txt | 169 This is due to "turbo boost" available on recent Intel processors. If certain
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | max77693.txt | 90 - maxim,boost-mode : 91 In boost mode the device can produce up to 1.2A of total current 93 to 625mA then. If not enabled explicitly, boost setting defaults to 96 LEDS_BOOST_OFF (0) - no boost, 99 - maxim,boost-mvout : Output voltage of the boost module in millivolts. 118 (boost mode must be turned off): 176 maxim,boost-mode = <LEDS_BOOST_FIXED>; 177 maxim,boost-mvout = <5000>;
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/ |
D | pm8941-wled.txt | 16 - qcom,current-boost-limit: mA; boost current limit; one of: 38 qcom,current-boost-limit = <805>;
|
D | tps65217-backlight.txt | 3 The TPS65217 chip contains a boost converter and current sinks which can be
|
/linux-4.4.14/Documentation/usb/ |
D | iuu_phoenix.txt | 37 parm: boost:overclock boost percent 100 to 500 (int) 48 - boost provide a way to overclock the reader ( my favorite :-) ) 51 modprobe boost=195 74 use this settings to deduce de boost but is that feature
|
/linux-4.4.14/drivers/usb/serial/ |
D | iuu_phoenix.c | 43 static int boost = 100; variable 67 u32 boost; member 924 baud * priv->boost / 100, in iuu_set_termios() 1013 if (boost < 100) in iuu_open() 1014 boost = 100; in iuu_open() 1015 priv->boost = boost; in iuu_open() 1020 iuu_clk(port, IUU_CLK_3680000 * boost / 100); in iuu_open() 1022 iuu_uart_baud(port, baud * boost / 100, &actual, in iuu_open() 1026 iuu_clk(port, IUU_CLK_6000000 * boost / 100); in iuu_open() 1030 iuu_uart_baud(port, 16457 * boost / 100, &actual, in iuu_open() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | imx-sata.txt | 18 - fsl,transmit-boost-mdB : transmit boost level, in milli-decibels
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | cs35l32.txt | 18 - cirrus,boost-manager : Boost voltage control. 59 cirrus,boost-manager = <0x03>;
|
/linux-4.4.14/sound/pcmcia/vx/ |
D | vxpocket.h | 48 void vx_set_mic_boost(struct vx_core *chip, int boost);
|
D | vxp_ops.c | 468 void vx_set_mic_boost(struct vx_core *chip, int boost) in vx_set_mic_boost() argument 477 if (boost) { in vx_set_mic_boost()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio-proximity-as3935 | 14 Show or set the gain boost of the amp, from 0-31 range.
|
D | sysfs-devices-system-cpu | 182 What: /sys/devices/system/cpu/cpufreq/boost 187 This switch controls the boost setting for the whole system. 190 More details can be found in Documentation/cpu-freq/boost.txt
|
/linux-4.4.14/tools/power/cpupower/ |
D | ToDo | 5 - Try to read out boost states and frequencies on Intel
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-lp8860.txt | 4 driver with boost controller. It has 4 high-precision
|
/linux-4.4.14/drivers/power/ |
D | bq2415x_charger.c | 735 int boost = 0; in bq2415x_set_mode() local 738 boost = 1; in bq2415x_set_mode() 745 if (!boost) in bq2415x_set_mode() 779 else if (boost) in bq2415x_set_mode() 900 int boost; in bq2415x_timer_work() local 916 boost = bq2415x_exec_command(bq, BQ2415X_BOOST_MODE_STATUS); in bq2415x_timer_work() 917 if (boost < 0) { in bq2415x_timer_work() 928 if (boost) { in bq2415x_timer_work()
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 27 - apm,tx-boost-gain : Frequency boost AC (LSB 3-bit) and DC (2-bit)
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | qcom,spmi-regulator.txt | 95 between HPM and LPM); not available on boost type 101 available on boost type regulators. For voltage switch type
|
/linux-4.4.14/Documentation/hwmon/ |
D | lm93 | 244 For each temperature channel, there is a boost temperature: if the channel 247 There is also a hysteresis temperature for this function: after the boost 249 the boost function is disabled. This temperature is also expressed in degrees 304 temp<n>_auto_boost temperature channel boost (PWMs to 100%) limit 306 temp<n>_auto_boost_hyst temperature channel boost hysteresis
|
/linux-4.4.14/lib/ |
D | Kconfig.kasan | 39 it gives about x2 boost over outline instrumentation), but
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx6q-hummingboard.dts | 55 fsl,transmit-boost-mdB = <3330>;
|
D | imx6q-cubox-i.dts | 54 fsl,transmit-boost-mdB = <0>;
|
D | qcom-pm8941.dtsi | 169 qcom,current-boost-limit = <805>;
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | cthw20k1.c | 1553 adc_input_select_SB055x(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_SB055x() argument 1571 data |= boost ? (0x1<<2) : 0; in adc_input_select_SB055x() 1593 adc_input_select_SBx(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_SBx() argument 1629 if (boost) { in adc_input_select_SBx() 1643 adc_input_select_hendrix(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_hendrix() argument 1674 if (boost) { in adc_input_select_hendrix()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-log.txt | 33 will not survive a reboot or crash, but there may be a small boost in
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | de.po | 69 msgid "Average Frequency (including boost) in MHz" 246 #. on Intel and AMD, but we assume boost capable machines can do that 252 msgid " boost state support: \n" 285 msgid " Pstate-Pb%d: %luMHz (boost state)\n" 466 msgid " -b, --boost Checks for turbo or boost modes *\n"
|
D | it.po | 69 msgid "Average Frequency (including boost) in MHz" 245 #. on Intel and AMD, but we assume boost capable machines can do that 251 msgid " boost state support: \n" 284 msgid " Pstate-Pb%d: %luMHz (boost state)\n" 459 msgid " -b, --boost Checks for turbo or boost modes *\n"
|
D | cs.po | 72 msgid "Average Frequency (including boost) in MHz" 250 #. on Intel and AMD, but we assume boost capable machines can do that 256 msgid " boost state support: \n" 289 msgid " Pstate-Pb%d: %luMHz (boost state)\n" 461 msgid " -b, --boost Checks for turbo or boost modes *\n"
|
D | fr.po | 69 msgid "Average Frequency (including boost) in MHz" 245 #. on Intel and AMD, but we assume boost capable machines can do that 251 msgid " boost state support: \n" 284 msgid " Pstate-Pb%d: %luMHz (boost state)\n" 461 msgid " -b, --boost Checks for turbo or boost modes *\n"
|
D | pt.po | 67 msgid "Average Frequency (including boost) in MHz" 244 #. on Intel and AMD, but we assume boost capable machines can do that 250 msgid " boost state support: \n" 283 msgid " Pstate-Pb%d: %luMHz (boost state)\n" 463 msgid " -b, --boost Checks for turbo or boost modes *\n"
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | amd-xgbe.txt | 49 - amd,serdes-tx-amp: TX amplitude boost
|
/linux-4.4.14/drivers/regulator/ |
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),
|
D | Kconfig | 654 It is a single boost converter primarily for white LEDs and
|
/linux-4.4.14/drivers/cpufreq/ |
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.
|
D | cpufreq.c | 502 define_one_global_rw(boost); 2356 ret = sysfs_create_file(cpufreq_global_kobject, &boost.attr); in create_boost_sysfs_file() 2367 sysfs_remove_file(cpufreq_global_kobject, &boost.attr); in remove_boost_sysfs_file()
|
/linux-4.4.14/drivers/hwmon/ |
D | lm93.c | 287 u8 boost[4]; member 531 return LM93_TEMP_FROM_REG(data->boost[nr]) - in LM93_AUTO_BOOST_HYST_FROM_REGS() 539 (LM93_TEMP_FROM_REG(data->boost[nr]) - hyst), mode); in LM93_AUTO_BOOST_HYST_TO_REG() 985 data->boost[i] = lm93_read_byte(client, LM93_REG_BOOST(i)); in lm93_update_client_common() 1425 return sprintf(buf, "%d\n", LM93_TEMP_FROM_REG(data->boost[nr])); in show_temp_auto_boost() 1443 data->boost[nr] = LM93_TEMP_TO_REG(val); in store_temp_auto_boost() 1444 lm93_write_byte(client, LM93_REG_BOOST(nr), data->boost[nr]); in store_temp_auto_boost()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | Kconfig | 233 access SDRAM during CORE DVFS, select Y here. This should boost
|
/linux-4.4.14/kernel/rcu/ |
D | tree.h | 470 u8 boost ____cacheline_internodealigned_in_smp;
|
D | tree_plugin.h | 1172 rsp->boost = 1; in rcu_spawn_one_boost_kthread()
|
D | tree.c | 2960 if (likely(!rsp->boost)) { in invoke_rcu_callbacks()
|
/linux-4.4.14/Documentation/networking/ |
D | s2io.txt | 125 b. Use 2-buffer mode. This results in large performance boost on
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,pmic-gpio.txt | 122 4: 1.5uA + 30uA boost (PMIC_GPIO_PULL_UP_1P5_30)
|
/linux-4.4.14/arch/arm64/boot/dts/apm/ |
D | apm-storm.dtsi | 695 apm,tx-boost-gain = <30 30 30 30 30 30>; 705 apm,tx-boost-gain = <30 30 30 30 30 30>; 715 apm,tx-boost-gain = <31 31 31 31 31 31>;
|
/linux-4.4.14/Documentation/RCU/ |
D | trace.txt | 496 o "balk: nt" counts the number of times we didn't boost (in 497 other words, we balked) even though it was time to boost because 498 there were no blocked tasks to boost. This situation occurs 512 just won't help to boost its priority!
|
D | whatisRCU.txt | 1017 process we need to boost might well be a human being
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_pm.c | 7295 struct request_boost *boost = container_of(work, struct request_boost, work); in __intel_rps_boost_work() local 7296 struct drm_i915_gem_request *req = boost->req; in __intel_rps_boost_work() 7303 kfree(boost); in __intel_rps_boost_work() 7309 struct request_boost *boost; in intel_queue_rps_boost_for_request() local 7317 boost = kmalloc(sizeof(*boost), GFP_ATOMIC); in intel_queue_rps_boost_for_request() 7318 if (boost == NULL) in intel_queue_rps_boost_for_request() 7322 boost->req = req; in intel_queue_rps_boost_for_request() 7324 INIT_WORK(&boost->work, __intel_rps_boost_work); in intel_queue_rps_boost_for_request() 7325 queue_work(to_i915(dev)->wq, &boost->work); in intel_queue_rps_boost_for_request()
|
/linux-4.4.14/Documentation/ |
D | kasan.txt | 172 boost over outline instrumented kernel.
|
D | kernel-parameters.txt | 3143 the priority of the RCU boost threads (rcub/N) 3281 Duration (s) of each individual boost test. 3284 Interval (s) between each boost test.
|
/linux-4.4.14/Documentation/m68k/ |
D | README.buddha | 193 mentioning). You could think of a small performance boost
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib3000mc.c | 453 if (boost) in dib3000mc_set_channel_cfg()
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 393 would increase/boost the task's priority. But if a higher priority task 410 The rt_mutex_adjust_prio_chain can be used either to boost or lower process 537 and it would need to boost the lower priority process to run with full
|
/linux-4.4.14/drivers/leds/ |
D | Kconfig | 97 The LM3642 is a 4MHz fixed-frequency synchronous boost
|
/linux-4.4.14/drivers/mfd/ |
D | Kconfig | 1080 high-power "white LED driver". This boost converter is
|
/linux-4.4.14/drivers/watchdog/ |
D | Kconfig | 1468 As a side note, saying Y here will automatically boost HZ to 1000
|
/linux-4.4.14/init/ |
D | Kconfig | 1767 providing a huge performance boost. If this option is not enabled,
|