Searched +full:maximum +full:- +full:speed (Results 1 – 25 of 1071) sorted by relevance
12345678910>>...43
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
| D | cdns,sdhci.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Masahiro Yamada <yamada.masahiro@socionext.com> 11 - Piotr Sroka <piotrs@cadence.com> 14 - $ref: mmc-controller.yaml 19 - enum: 20 - socionext,uniphier-sd4hc 21 - const: cdns,sd4hc 37 cdns,phy-input-delay-sd-highspeed: [all …]
|
| D | sdhci-am654.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ 4 --- 5 $id: "http://devicetree.org/schemas/mmc/sdhci-am654.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 11 - Ulf Hansson <ulf.hansson@linaro.org> 14 - $ref: mmc-controller.yaml# 19 - ti,am654-sdhci-5.1 20 - ti,j721e-sdhci-8bit 21 - ti,j721e-sdhci-4bit [all …]
|
| D | mmc-controller.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mmc/mmc-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ulf Hansson <ulf.hansson@linaro.org> 25 "#address-cells": 30 "#size-cells": 37 broken-cd: 42 cd-gpios: 46 non-removable: [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/usb/ |
| D | generic.txt | 4 - maximum-speed: tells USB controllers we want to work up to a certain 5 speed. Valid arguments are "super-speed", "high-speed", 6 "full-speed" and "low-speed". In case this isn't passed 7 via DT, USB controllers should default to their maximum 9 - dr_mode: tells Dual-Role USB controllers that we want to work on a 14 - phy_type: tells USB controllers that we want to configure the core to support 15 a UTMI+ PHY with an 8- or 16-bit interface if UTMI+ is 19 - otg-rev: tells usb driver the release number of the OTG and EH supplement 21 in binary-coded decimal (i.e. 2.0 is 0200H). This 23 is enabled, if ADP is required, otg-rev should be [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | generic.txt | 4 - maximum-speed: tells USB controllers we want to work up to a certain 5 speed. Valid arguments are "super-speed-plus", 6 "super-speed", "high-speed", "full-speed" and 7 "low-speed". In case this isn't passed via DT, USB 8 controllers should default to their maximum HW 10 - dr_mode: tells Dual-Role USB controllers that we want to work on a 15 - phy_type: tells USB controllers that we want to configure the core to support 16 a UTMI+ PHY with an 8- or 16-bit interface if UTMI+ is 20 - otg-rev: tells usb driver the release number of the OTG and EH supplement 22 in binary-coded decimal (i.e. 2.0 is 0200H). This [all …]
|
| D | cdns,usb3.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence USBSS-DRD controller bindings 10 - Pawel Laszczak <pawell@cadence.com> 18 - description: OTG controller registers 19 - description: XHCI Host controller registers 20 - description: DEVICE controller registers 22 reg-names: 24 - const: otg [all …]
|
| /kernel/linux/linux-4.19/include/linux/usb/ |
| D | ch9.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 9 * - the master/host side Linux-USB kernel driver API; 10 * - the "usbfs" user space API; and 11 * - the Linux "gadget" slave/device/peripheral side driver API. 25 * [b] so that accessing bigger-than-a-bytes fields will never 30 * someone that the two other points are non-issues for that 40 * usb_speed_string() - Returns human readable-name of the speed. 41 * @speed: The speed to return human-readable name for. If it's not 45 extern const char *usb_speed_string(enum usb_device_speed speed); 48 * usb_get_maximum_speed - Get maximum requested speed for a given USB [all …]
|
| /kernel/linux/linux-5.10/include/linux/usb/ |
| D | ch9.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 9 * - the host side Linux-USB kernel driver API; 10 * - the "usbfs" user space API; and 11 * - the Linux "gadget" device/peripheral side driver API. 25 * [b] so that accessing bigger-than-a-bytes fields will never 30 * someone that the two other points are non-issues for that 40 * usb_ep_type_string() - Returns human readable-name of the endpoint type. 41 * @ep_type: The endpoint type to return human-readable name for. If it's not 48 * usb_speed_string() - Returns human readable-name of the speed. 49 * @speed: The speed to return human-readable name for. If it's not [all …]
|
| /kernel/linux/linux-4.19/drivers/usb/dwc2/ |
| D | core.h | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * core.h - DesignWare HS OTG Controller common declarations 5 * Copyright (C) 2004-2013 Synopsys, Inc. 16 * 3. The names of the above-listed copyright holders may not be used 50 * - no_printk: Disable tracing 51 * - pr_info: Print this info to the console 52 * - trace_printk: Print this info to trace buffer (good for verbose logging) 61 dev_name(hsotg->dev), ##__VA_ARGS__) 66 dev_name(hsotg->dev), ##__VA_ARGS__) 68 /* Maximum number of Endpoints/HostChannels */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | ethernet-controller.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/net/ethernet-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - David S. Miller <davem@davemloft.net> 16 local-mac-address: 19 $ref: /schemas/types.yaml#definitions/uint8-array 21 - minItems: 6 24 mac-address: 29 local-mac-address property. [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/dwc2/ |
| D | core.h | 1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 3 * core.h - DesignWare HS OTG Controller common declarations 5 * Copyright (C) 2004-2013 Synopsys, Inc. 16 * 3. The names of the above-listed copyright holders may not be used 50 * - no_printk: Disable tracing 51 * - pr_info: Print this info to the console 52 * - trace_printk: Print this info to trace buffer (good for verbose logging) 61 dev_name(hsotg->dev), ##__VA_ARGS__) 66 dev_name(hsotg->dev), ##__VA_ARGS__) 68 /* Maximum number of Endpoints/HostChannels */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | nct6775.rst | 19 * Nuvoton NCT5572D/NCT6771F/NCT6772F/NCT6775F/W83677HG-I 87 Guenter Roeck <linux@roeck-us.net> 90 ----------- 98 can be monitored and compared against minimum, maximum, and critical 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 125 or maximum limit. [all …]
|
| D | adt7475.rst | 39 - Jordan Crouse 40 - Hans de Goede 41 - Darrick J. Wong (documentation) 42 - Jean Delvare 46 ----------- 56 The ADT747x uses the 2-wire interface compatible with the SMBus 2.0 58 temperatures and two (2) or more voltages. It has four (4) 16-bit counters 59 for measuring fan speed. There are three (3) PWM outputs that can be used 60 to control fan speed. 63 ADT747x that allows fan speed to be adjusted automatically based on any of the [all …]
|
| D | g760a.rst | 6 * Global Mixed-mode Technology Inc. G760A 12 http://www.gmt.com.tw/product/datasheet/EDS-760A.pdf 17 ----------- 19 The GMT G760A Fan Speed PWM Controller is connected directly to a fan 20 and performs closed-loop control of the fan speed. 22 The fan speed is programmed by setting the period via 'pwm1' of two 23 consecutive speed pulses. The period is defined in terms of clock 27 fan to maximum speed. 29 The measured fan rotation speed returned via 'fan1_input' is derived 30 from the measured speed pulse period by assuming again a 32kHz clock [all …]
|
| D | w83792d.rst | 10 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 …]
|
| D | sysfs-interface.rst | 5 through the sysfs interface. Since lm-sensors 3.0.0, libsensors is 6 completely chip-independent. It assumes that all the kernel drivers 10 This is a major improvement compared to lm-sensors 2. 22 For this reason, even if we aim at a chip-independent libsensors, it will 37 Up to lm-sensors 3.0.0, libsensors looks for hardware monitoring attributes 38 in the "physical" device directory. Since lm-sensors 3.0.1, attributes found 61 to cause an alarm) is chip-dependent. 68 ------------------------------------------------------------------------- 71 `[0-*]` denotes any positive number starting from 0 72 `[1-*]` denotes any positive number starting from 1 [all …]
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | nct6775 | 15 * Nuvoton NCT5572D/NCT6771F/NCT6772F/NCT6775F/W83677HG-I 49 Guenter Roeck <linux@roeck-us.net> 52 ----------- 60 can be monitored and compared against minimum, maximum, and critical 62 There are 4 to 5 fan rotation speed sensors, 8 to 15 analog voltage sensors, 76 triggered if the rotation speed has dropped below a programmable limit. On 79 do not have a fan speed divider. The driver sets the most suitable fan divisor 80 itself; specifically, it increases the divider value each time a fan speed 81 reading returns an invalid value, and it reduces it if the fan speed reading 87 or maximum limit. [all …]
|
| D | adt7475 | 30 ----------- 40 The ADT747x uses the 2-wire interface compatible with the SMBus 2.0 42 temperatures and two (2) or more voltages. It has four (4) 16-bit counters 43 for measuring fan speed. There are three (3) PWM outputs that can be used 44 to control fan speed. 47 ADT747x that allows fan speed to be adjusted automatically based on any of the 53 Each of the measured inputs (voltage, temperature, fan speed) has 62 ------------------------ 83 ---------------- 85 The ADT747x has a 10-bit ADC and can therefore measure temperatures [all …]
|
| D | adm9240 | 7 Addresses scanned: I2C 0x2c - 0x2f 13 Addresses scanned: I2C 0x2c - 0x2f 15 http://pdfserv.maxim-ic.com/en/ds/DS1780.pdf 19 Addresses scanned: I2C 0x2c - 0x2f 31 --------- 33 chip MSB 5-bit address. Each chip reports a unique manufacturer 37 ----------- 39 microprocessor-based systems, providing measurement and limit comparison 42 be read out via an I2C-compatible serial System Management Bus, and values 44 high speed successive approximation ADC allows frequent sampling of all [all …]
|
| D | g760a | 5 * Global Mixed-mode Technology Inc. G760A 8 http://www.gmt.com.tw/product/datasheet/EDS-760A.pdf 13 ----------- 15 The GMT G760A Fan Speed PWM Controller is connected directly to a fan 16 and performs closed-loop control of the fan speed. 18 The fan speed is programmed by setting the period via 'pwm1' of two 19 consecutive speed pulses. The period is defined in terms of clock 23 fan to maximum speed. 25 The measured fan rotation speed returned via 'fan1_input' is derived 26 from the measured speed pulse period by assuming again a 32kHz clock [all …]
|
| D | w83792d | 7 Addresses scanned: I2C 0x2c - 0x2f 15 ----------------- 30 ----------- 37 parameter; this will put it into a more well-behaved state first. 39 The driver implements three temperature sensors, seven fan rotation speed 43 The driver also implements up to seven fan control outputs: pwm1-7. Pwm1-7 48 Automatic fan control mode is possible only for fan1-fan3. 50 For all pwmX outputs, a value of 0 means minimum fan speed and a value of 51 255 means maximum fan speed. 59 triggered if the rotation speed has dropped below a programmable limit. Fan [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/intel/ |
| D | e1000.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 8 Copyright(c) 1999 - 2013 Intel Corporation. 13 - Identifying Your Adapter 14 - Command Line Parameters 15 - Speed and Duplex Configuration 16 - Additional Configurations 17 - Support 40 For more information about the AutoNeg, Duplex, and Speed 41 parameters, see the "Speed and Duplex Configuration" section in 50 ------- [all …]
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | e1000.rst | 6 Copyright(c) 1999 - 2013 Intel Corporation. 11 - Identifying Your Adapter 12 - Command Line Parameters 13 - Speed and Duplex Configuration 14 - Additional Configurations 15 - Support 38 For more information about the AutoNeg, Duplex, and Speed 39 parameters, see the "Speed and Duplex Configuration" section in 48 ------- 52 :Valid Range: 0x01-0x0F, 0x20-0x2F [all …]
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | configfs-usb-gadget-uvc | 1 What: /config/usb-gadget/gadget/functions/uvc.name 6 streaming_maxburst - 0..15 (ss only) 7 streaming_maxpacket - 1..1023 (fs), 1..3072 (hs/ss) 8 streaming_interval - 1..16 10 What: /config/usb-gadget/gadget/functions/uvc.name/control 15 What: /config/usb-gadget/gadget/functions/uvc.name/control/class 20 What: /config/usb-gadget/gadget/functions/uvc.name/control/class/ss 23 Description: Super speed control class descriptors 25 What: /config/usb-gadget/gadget/functions/uvc.name/control/class/fs 28 Description: Full speed control class descriptors [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | configfs-usb-gadget | 1 What: /config/usb-gadget 5 This group contains sub-groups corresponding to created 8 What: /config/usb-gadget/gadget 20 max_speed maximum speed the driver supports. Valid 21 names are super-speed-plus, super-speed, 22 high-speed, full-speed, and low-speed. 27 bMaxPacketSize0 maximum endpoint 0 packet size 34 What: /config/usb-gadget/gadget/configs 40 What: /config/usb-gadget/gadget/configs/config 48 MaxPower maximum power consumption from the bus [all …]
|
12345678910>>...43