Searched full:revolution (Results 1 – 25 of 80) sorted by relevance
1234
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
| D | pwm-fan.txt | 14 defined number of interrupts per fan revolution, which 17 - pulses-per-revolution : define the tachometer pulses per fan revolution as 18 an integer (default is 2 interrupts per revolution). 56 pulses-per-revolution = <2>;
|
| D | adi,axi-fan-control.yaml | 33 pulses-per-revolution: 35 Value specifying the number of pulses per revolution of the controlled 45 - pulses-per-revolution 60 pulses-per-revolution = <2>;
|
| /kernel/linux/linux-6.6/sound/pci/ice1712/ |
| D | revo.h | 8 * Lowlevel functions for M-Audio Revolution 7.1 14 "{MidiMan M Audio,Revolution 7.1},"\ 15 "{MidiMan M Audio,Revolution 5.1},"\ 27 * MidiMan M-Audio Revolution GPIO definitions
|
| D | revo.c | 5 * Lowlevel functions for M-Audio Audiophile 192, Revolution 7.1 and 5.1 78 * I2C access to the PT2258 volume controller on GPIO 6/7 (Revolution 5.1) 179 * initialize the chips on M-Audio Revolution cards 611 .name = "M Audio Revolution-7.1", 618 .name = "M Audio Revolution-5.1",
|
| /kernel/linux/linux-5.10/sound/pci/ice1712/ |
| D | revo.h | 8 * Lowlevel functions for M-Audio Revolution 7.1 14 "{MidiMan M Audio,Revolution 7.1},"\ 15 "{MidiMan M Audio,Revolution 5.1},"\ 27 * MidiMan M-Audio Revolution GPIO definitions
|
| D | revo.c | 5 * Lowlevel functions for M-Audio Audiophile 192, Revolution 7.1 and 5.1 78 * I2C access to the PT2258 volume controller on GPIO 6/7 (Revolution 5.1) 179 * initialize the chips on M-Audio Revolution cards 611 .name = "M Audio Revolution-7.1", 618 .name = "M Audio Revolution-5.1",
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/ |
| D | adi,axi-fan-control.yaml | 33 pulses-per-revolution: 35 Value specifying the number of pulses per revolution of the controlled 45 - pulses-per-revolution 60 pulses-per-revolution = <2>;
|
| D | pwm-fan.yaml | 30 defined number of interrupts per fan revolution, which require that 34 pulses-per-revolution: 36 Define the number of pulses per fan revolution for each tachometer 96 pulses-per-revolution = <2>;
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | g762.rst | 19 fan revolution, ...); Those can be modified via devicetree bindings 36 number of pulses per fan revolution. Supported values 72 revolution, etc.
|
| D | sysfs-interface.rst | 268 Unit: revolution/min (RPM) 275 Unit: revolution/min (RPM) 283 Unit: revolution/min (RPM) 299 Number of tachometer pulses per fan revolution. 312 per fan revolution. 317 Unit: revolution/min (RPM)
|
| D | g760a.rst | 31 source and a 2 pulse-per-revolution fan.
|
| D | sl28cpld.rst | 35 fan1_input Fan RPM. Assuming 2 pulses per revolution.
|
| D | dme1737.rst | 163 to the number of pulses per fan revolution that the connected tachometer 165 that generate 2 pulses per revolution. Fan inputs 5-6 also provide a max 296 number of pulses per revolution that
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | g762.rst | 19 fan revolution, ...); Those can be modified via devicetree bindings 36 number of pulses per fan revolution. Supported values 72 revolution, etc.
|
| D | g760a.rst | 31 source and a 2 pulse-per-revolution fan.
|
| D | sl28cpld.rst | 35 fan1_input Fan RPM. Assuming 2 pulses per revolution.
|
| D | dme1737.rst | 163 to the number of pulses per fan revolution that the connected tachometer 165 that generate 2 pulses per revolution. Fan inputs 5-6 also provide a max 296 number of pulses per revolution that
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-class-hwmon | 195 Unit: revolution/min (RPM) 203 Unit: revolution/min (RPM) 212 Unit: revolution/min (RPM) 230 Number of tachometer pulses per fan revolution. 243 per fan revolution. 249 Unit: revolution/min (RPM)
|
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | axi-fan-control.c | 55 /* pulses per revolution */ 142 * and ppr is pulses per revolution. in axi_fan_control_get_fan_rpm() 374 /* get fan pulses per revolution */ in axi_fan_control_init() 375 ret = of_property_read_u32(np, "pulses-per-revolution", &ctl->ppr); in axi_fan_control_init()
|
| D | g762.c | 71 #define G762_REG_FAN_CMD1_PULSE_PER_REV 0x01 /* pulse per fan revolution */ 95 * Extract pulse count per fan revolution value (2 or 4) from given 139 u8 fan_cmd1; /* 0: FG_PLS_ID0 FG pulses count per revolution 140 * 0: 2 counts per revolution 141 * 1: 4 counts per revolution 376 /* Set number of fan pulses per revolution. Accepts either 2 or 4. */ 811 * of tachometer pulses per fan revolution.
|
| D | sl28cpld-hwmon.c | 57 * says we should asssume 2 pulses per revolution. in sl28cpld_hwmon_read()
|
| D | pwm-fan.c | 352 of_property_read_u32(dev->of_node, "pulses-per-revolution", &ppr); in pwm_fan_probe() 355 dev_err(dev, "pulses-per-revolution can't be zero.\n"); in pwm_fan_probe()
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| D | axi-fan-control.c | 55 /* pulses per revolution */ 142 * and ppr is pulses per revolution. in axi_fan_control_get_fan_rpm() 375 /* get fan pulses per revolution */ in axi_fan_control_init() 376 ret = of_property_read_u32(np, "pulses-per-revolution", &ctl->ppr); in axi_fan_control_init()
|
| D | g762.c | 70 #define G762_REG_FAN_CMD1_PULSE_PER_REV 0x01 /* pulse per fan revolution */ 94 * Extract pulse count per fan revolution value (2 or 4) from given 138 u8 fan_cmd1; /* 0: FG_PLS_ID0 FG pulses count per revolution 139 * 0: 2 counts per revolution 140 * 1: 4 counts per revolution 375 /* Set number of fan pulses per revolution. Accepts either 2 or 4. */ 815 * of tachometer pulses per fan revolution.
|
| D | sl28cpld-hwmon.c | 57 * says we should assume 2 pulses per revolution. in sl28cpld_hwmon_read()
|
1234