Home
last modified time | relevance | path

Searched +full:current +full:- +full:speed (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/Linux-v5.15/Documentation/hwmon/
Dg762.rst4 The GMT G762 Fan Speed PWM Controller is connected directly to a fan
5 and performs closed-loop or open-loop control of the fan speed. Two
6 modes - PWM or DC - are supported by the device.
9 http://natisbad.org/NAS/ref/GMT_EDS-762_763-080710-0.2.pdf. sysfs
10 bindings are described in Documentation/hwmon/sysfs-interface.rst.
25 set desired fan speed. This only makes sense in closed-loop
26 fan speed control (i.e. when pwm1_enable is set to 2).
29 provide current fan rotation value in RPM as reported by
44 in closed-loop control mode, if fan RPM value is 25% out
49 set current fan speed control mode i.e. 1 for manual fan
[all …]
Dadm1026.rst16 - Philip Pokorny <ppokorny@penguincomputing.com> for Penguin Computing
17 - Justin Thiessen <jthiessen@penguincomputing.com>
20 -----------------
23 List of GPIO pins (0-16) to program as inputs
26 List of GPIO pins (0-16) to program as outputs
29 List of GPIO pins (0-16) to program as inverted
32 List of GPIO pins (0-16) to program as normal/non-inverted
35 List of GPIO pins (0-7) to program as fan tachs
39 -----------
45 16 general purpose digital I/O lines, eight (8) fan speed sensors (8-bit),
[all …]
Dlineage-pem.rst1 Kernel driver lineage-pem
8 Prefix: 'lineage-pem'
10 Addresses scanned: -
16 Author: Guenter Roeck <linux@roeck-us.net>
20 -----------
27 and status reporting commands are non-standard. For this reason, a standard
32 -----------
41 $ modprobe lineage-pem
42 $ echo lineage-pem 0x40 > /sys/bus/i2c/devices/i2c-1/new_device
44 All Lineage CPL power entry modules have a built-in I2C bus master selector
[all …]
Dw83792d.rst10 Addresses scanned: I2C 0x2c - 0x2f
19 -----------------
35 -----------
42 parameter; this will put it into a more well-behaved state first.
44 The driver implements three temperature sensors, seven fan rotation speed
48 The driver also implements up to seven fan control outputs: pwm1-7. Pwm1-7
53 Automatic fan control mode is possible only for fan1-fan3.
55 For all pwmX outputs, a value of 0 means minimum fan speed and a value of
56 255 means maximum fan speed.
64 triggered if the rotation speed has dropped below a programmable limit. Fan
[all …]
Dnct6775.rst19 * Nuvoton NCT5572D/NCT6771F/NCT6772F/NCT6775F/W83677HG-I
87 Guenter Roeck <linux@roeck-us.net>
90 -----------
100 There are 4 to 5 fan rotation speed sensors, 8 to 15 analog voltage sensors,
114 triggered if the rotation speed has dropped below a programmable limit. On
117 do not have a fan speed divider. The driver sets the most suitable fan divisor
118 itself; specifically, it increases the divider value each time a fan speed
119 reading returns an invalid value, and it reduces it if the fan speed reading
132 The mode works for fan1-fan5.
135 ----------------
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/usb/
Dusb251xb.txt1 Microchip USB 2.0 Hi-Speed Hub Controller
4 Hi-Speed Controller.
7 - compatible : Should be "microchip,usb251xb" or one of the specific types:
11 - reg : I2C address on the selected bus (default is <0x2C>)
14 - reset-gpios : Should specify the gpio for hub reset
15 - vdd-supply : Should specify the phandle to the regulator supplying vdd
16 - skip-config : Skip Hub configuration, but only send the USB-Attach command
17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424)
18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type)
19 - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3)
[all …]
Dci-hdrc-usb2.txt4 - compatible: should be one of:
5 "fsl,imx23-usb"
6 "fsl,imx27-usb"
7 "fsl,imx28-usb"
8 "fsl,imx6q-usb"
9 "fsl,imx6sl-usb"
10 "fsl,imx6sx-usb"
11 "fsl,imx6ul-usb"
12 "fsl,imx7d-usb"
13 "fsl,imx7ulp-usb"
[all …]
/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dethtool.sh2 # SPDX-License-Identifier: GPL-2.0
57 local -a speeds_arr=($(common_speeds_get $h1 $h2 0 0))
59 for speed in "${speeds_arr[@]}"; do
61 ethtool_set $h1 speed $speed autoneg off
62 ethtool_set $h2 speed $speed autoneg off
67 check_err $? "speed $speed autoneg off"
68 log_test "force of same speed autoneg off"
69 log_info "speed = $speed"
72 ethtool -s $h2 autoneg on
73 ethtool -s $h1 autoneg on
[all …]
/Linux-v5.15/include/linux/
Dphylink.h21 MLO_AN_FIXED, /* Fixed-link mode */
22 MLO_AN_INBAND, /* In-band protocol */
31 * struct phylink_link_state - link state structure
36 * @speed: link speed, one of the SPEED_* constants.
47 int speed; member
61 * struct phylink_config - PHYLINK configuration structure
82 * struct phylink_mac_ops - MAC operations structure.
84 * @mac_pcs_get_state: Read the current link state from the hardware.
111 phy_interface_t interface, int speed, int duplex,
115 #if 0 /* For kernel-doc purposes only. */
[all …]
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
Dpcie.c33 nvkm_pcie_speed(enum pci_bus_speed speed) in nvkm_pcie_speed() argument
35 switch (speed) { in nvkm_pcie_speed()
44 if (speed == 0x17) in nvkm_pcie_speed()
46 return -1; in nvkm_pcie_speed()
53 if (!pci->func->pcie.version) in nvkm_pcie_get_version()
54 return -ENOSYS; in nvkm_pcie_get_version()
56 return pci->func->pcie.version(pci); in nvkm_pcie_get_version()
62 if (!pci->func->pcie.version_supported) in nvkm_pcie_get_max_version()
63 return -ENOSYS; in nvkm_pcie_get_max_version()
65 return pci->func->pcie.version_supported(pci); in nvkm_pcie_get_max_version()
[all …]
/Linux-v5.15/Documentation/driver-api/thermal/
Dnouveau_thermal.rst12 -----------
17 Currently, due to the absence of in-kernel API to access HWMON drivers, Nouveau
24 ----------------------
26 Temperature is exposed under as a read-only HWMON attribute temp1_input.
32 Fan speed is set to 100% when reaching this temperature;
56 --------------
62 Current fan management mode (NONE, MANUAL or AUTO);
64 Current PWM value (power percentage);
66 The minimum PWM speed allowed;
68 The maximum PWM speed allowed (bypassed when hitting Fan_boost);
[all …]
/Linux-v5.15/arch/arm/boot/dts/
Domap-zoom-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
6 #include "omap-gpmc-smsc911x.dtsi"
20 bank-width = <2>;
21 reg-shift = <1>;
22 reg-io-width = <1>;
23 interrupt-parent = <&gpio4>;
25 clock-frequency = <1843200>;
26 current-speed = <115200>;
27 gpmc,mux-add-data = <0>;
28 gpmc,device-width = <1>;
[all …]
/Linux-v5.15/Documentation/admin-guide/pm/
Dintel-speed-select.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Intel(R) Speed Select Technology User Guide
7 The Intel(R) Speed Select Technology (Intel(R) SST) provides a powerful new
14 - https://www.intel.com/content/www/us/en/architecture-and-technology/speed-select-technology-artic…
15 - https://builders.intel.com/docs/networkbuilders/intel-speed-select-technology-base-frequency-enha…
19 dynamically without pre-configuring via BIOS setup options. This dynamic
21 and configure these features is by using the Intel Speed Select utility.
23 This document explains how to use the Intel Speed Select tool to enumerate and
29 intel-speed-select configuration tool
32 Most Linux distribution packages may include the "intel-speed-select" tool. If not,
[all …]
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-driver-w1_ds28e171 What: /sys/bus/w1/devices/19-<id>/speed
5 Description: When written, this file sets the I2C speed on the connected
6 DS28E17 chip. When read, it reads the current setting from
11 Default 100, can be set by w1_ds28e17.speed= module parameter.
14 What: /sys/bus/w1/devices/19-<id>/stretch
20 chip. When read, returns the current setting.
/Linux-v5.15/drivers/usb/dwc2/
Dhcd.h1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
3 * hcd.h - DesignWare HS OTG Controller host-mode declarations
5 * Copyright (C) 2004-2013 Synopsys, Inc.
16 * 3. The names of the above-listed copyright holders may not be used
53 * struct dwc2_host_chan - Software host channel descriptor
59 * @speed: Device speed. One of the following values:
60 * - USB_SPEED_LOW
61 * - USB_SPEED_FULL
62 * - USB_SPEED_HIGH
64 * - USB_ENDPOINT_XFER_CONTROL: 0
[all …]
/Linux-v5.15/drivers/staging/media/av7110/
Dvideo_types.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
10 .. _video-format-t:
18 .. code-block:: c
30 about the display format of the current video stream.
33 .. _video-displayformat-t:
44 .. code-block:: c
55 .. _video-stream-source-t:
65 .. code-block:: c
80 .. _video-play-state-t:
89 .. code-block:: c
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/serial/
Dcavium-uart.txt3 - compatible: "cavium,octeon-3860-uart"
7 - reg: The base address of the UART register bank.
9 - interrupts: A single interrupt specifier.
11 - current-speed: Optional, the current bit rate in bits per second.
15 compatible = "cavium,octeon-3860-uart","ns16550";
17 current-speed = <115200>;
/Linux-v5.15/drivers/i2c/busses/
Di2c-designware-core.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
185 * struct dw_i2c_dev - private i2c-designware data
198 * @msg_write_idx: the element index of the current tx message in the msgs
200 * @tx_buf_len: the length of the current tx buffer
201 * @tx_buf: the current tx buffer
202 * @msg_read_idx: the element index of the current rx message in the msgs
204 * @rx_buf_len: the length of the current rx buffer
205 * @rx_buf: the current rx buffer
206 * @msg_err: error status of the current transfer
214 * @rx_outstanding: current master-rx elements in tx fifo
[all …]
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_sriov.c1 // SPDX-License-Identifier: GPL-2.0
11 * @v_opcode: opcodes for VF-PF communication
31 cmd->id = cpu_to_le32(vfid); in ice_aq_send_msg_to_vf()
39 return ice_sq_send_cmd(hw, &hw->mailboxq, &desc, msg, msglen, cd); in ice_aq_send_msg_to_vf()
44 * @adv_link_support: determines the format of the returned link speed
47 * Convert link speed supported by HW to link speed supported by virtchnl.
48 * If adv_link_support is true, then return link speed in Mbps. Else return
49 * link speed as a VIRTCHNL_LINK_SPEED_* casted to a u32. Note that the caller
52 * expect the speed in Mbps.
56 u32 speed; in ice_conv_link_speed_to_virtchnl() local
[all …]
/Linux-v5.15/drivers/macintosh/
Dwindfarm_rm31.c1 // SPDX-License-Identifier: GPL-2.0-only
93 #define LOW_OVER_CLEAR ((-10) << 16)
161 cpu_thist_total -= t_old; in cpu_check_overtemp()
187 /* High overtemp -> immediate shutdown */ in cpu_check_overtemp()
211 return -EIO; in read_one_cpu_vals()
220 return -EIO; in read_one_cpu_vals()
224 /* Get current */ in read_one_cpu_vals()
227 DBG(" CPU%d, current reading error !\n", cpu); in read_one_cpu_vals()
228 return -EIO; in read_one_cpu_vals()
234 /* Scale voltage and current raw sensor values according to fixed scales in read_one_cpu_vals()
[all …]
Dwindfarm_pm72.c1 // SPDX-License-Identifier: GPL-2.0-only
65 /* Fixed speed for slot fan */
99 #define LOW_OVER_CLEAR ((-10) << 16)
167 cpu_thist_total -= t_old; in cpu_check_overtemp()
193 /* High overtemp -> immediate shutdown */ in cpu_check_overtemp()
217 return -EIO; in read_one_cpu_vals()
226 return -EIO; in read_one_cpu_vals()
230 /* Get current */ in read_one_cpu_vals()
233 DBG(" CPU%d, current reading error !\n", cpu); in read_one_cpu_vals()
234 return -EIO; in read_one_cpu_vals()
[all …]
/Linux-v5.15/drivers/staging/sm750fb/
Dddk750_chip.h1 /* SPDX-License-Identifier: GPL-2.0 */
59 * Speed of main chip clock in MHz unit
60 * 0 = keep the current clock setting
66 * Speed of memory clock in MHz unit
67 * 0 = keep the current clock setting
73 * Speed of master clock in MHz unit
74 * 0 = keep the current clock setting
/Linux-v5.15/usr/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
11 space-separated list of directories and files for building the
21 See <file:Documentation/driver-api/early-userspace/early_userspace_support.rst> for more details.
41 (-1 = current user) will be owned by root in the resulting image.
51 (-1 = current group) will be owned by root in the resulting image.
112 prompt "Built-in initramfs compression mode"
118 decompression speed. Compression speed is only relevant
119 when building a kernel. Decompression speed is relevant at
140 a good balance between compression ratio and decompression speed and
141 has a reasonable compression speed. It is also more likely to be
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h50 // Current Throttlers
216 SMU_PPT_LIMIT_MIN = -1,
567 * struct pptable_funcs - Callbacks used to interact with the SMU.
585 * @get_current_power_state: Get the current power state.
587 * Return: Current power state on success, negative errno on failure.
607 * to buffer. Star current level.
638 * @get_clock_by_type_with_latency: Get the speed and latency of a clock
647 * @get_clock_by_type_with_voltage: Get the speed and voltage of a clock
658 * buffer. Star current mode.
695 * Disable display tracking and pin memory clock speed to maximum. Used
[all …]
/Linux-v5.15/drivers/net/bonding/
Dbond_3ad.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright(c) 1999 - 2004 Intel Corporation. All rights reserved.
50 * key is determined according to the link speed, duplex and
52 * --------------------------------------------------------------
53 * Port key | User key (10 bits) | Speed (5 bits) | Duplex|
54 * --------------------------------------------------------------
120 * __get_bond_by_port - get the port's bonding struct
127 if (port->slave == NULL) in __get_bond_by_port()
130 return bond_get_bond_by_slave(port->slave); in __get_bond_by_port()
134 * __get_first_agg - get the first aggregator in the bond
[all …]

12345678910>>...42