Home
last modified time | relevance | path

Searched refs:pulses (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v6.1/drivers/leds/
Dleds-lt3593.c26 int pulses; in lt3593_led_set() local
42 pulses = 32 - (value * 32) / 255; in lt3593_led_set()
44 if (pulses == 0) { in lt3593_led_set()
53 while (pulses--) { in lt3593_led_set()
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Dpwm-fan.txt17 - pulses-per-revolution : define the number of pulses per fan revolution for
57 pulses-per-revolution = <2>;
66 pulses-per-revolution = <2>, <1>;
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-iio-timer-stm3237 OC4REF rising or falling edges generate pulses.
39 OC6REF rising or falling edges generate pulses.
41 OC4REF or OC6REF rising edges generate pulses.
44 pulses.
46 OC5REF or OC6REF rising edges generate pulses.
49 pulses.
Dsysfs-class-hwmon230 Number of tachometer pulses per fan revolution.
241 the number of pulses. In the absence of such a register (and
242 thus attribute) the value assumed by all devices is 2 pulses
/Linux-v6.1/Documentation/input/devices/
Dwalkera0701.rst20 pulses from processor to HF part can be found at pin 2 of this connector,
22 modulation pulses to PC, signal pulses must be amplified.
62 Signal pulses
98 (Warning, pulses on ACK are inverted by transistor, irq is raised up on sync
105 values can be sampled between sync pulses.
/Linux-v6.1/drivers/hwmon/
Dpwm-fan.c26 atomic_t pulses; member
69 atomic_inc(&tach->pulses); in pulse_handler()
83 int pulses; in sample_timer() local
85 pulses = atomic_read(&tach->pulses); in sample_timer()
86 atomic_sub(pulses, &tach->pulses); in sample_timer()
87 tach->rpm = (unsigned int)(pulses * 1000 * 60) / in sample_timer()
/Linux-v6.1/drivers/net/wireless/ath/
Ddfs_pri_detector.c162 struct list_head *l = &pde->pulses; in pulse_queue_get_tail()
215 list_add(&p->head, &pde->pulses); in pulse_queue_enqueue()
228 list_for_each_entry(p, &pde->pulses, head) { in pseq_handler_create_sequences()
257 list_for_each_entry_continue(p2, &pde->pulses, head) { in pseq_handler_create_sequences()
366 list_for_each_entry_safe(p, p0, &pde->pulses, head) { in pri_detector_reset()
429 INIT_LIST_HEAD(&de->pulses); in pri_detector_init()
Ddfs_pri_detector.h70 struct list_head pulses; member
/Linux-v6.1/Documentation/hwmon/
Dg762.rst18 hardware characteristics of the system (reference clock, pulses per
36 number of pulses per fan revolution. Supported values
71 system: a reference clock source frequency, a number of pulses per fan
Dsl28cpld.rst35 fan1_input Fan RPM. Assuming 2 pulses per revolution.
Dg760a.rst23 consecutive speed pulses. The period is defined in terms of clock
Dnsa320.rst55 is reduced from 100 us to less than 15 us then data pulses are likely to be
Ddme1737.rst163 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
Dsmsc47b397.rst90 The SIO counts the number of 90kHz (11.111us) pulses per revolution.
/Linux-v6.1/arch/arm/boot/dts/
Daspeed-bmc-opp-swift.dts349 tach-pulses = <2>;
361 tach-pulses = <2>;
373 tach-pulses = <2>;
385 tach-pulses = <2>;
397 tach-pulses = <2>;
Daspeed-bmc-opp-tacoma.dts486 tach-pulses = <2>;
499 tach-pulses = <2>;
512 tach-pulses = <2>;
525 tach-pulses = <2>;
Daspeed-bmc-ibm-rainier.dts1739 tach-pulses = <2>;
1745 tach-pulses = <2>;
1751 tach-pulses = <2>;
1757 tach-pulses = <2>;
1763 tach-pulses = <2>;
1769 tach-pulses = <2>;
Daspeed-bmc-ibm-everest.dts2021 tach-pulses = <2>;
2027 tach-pulses = <2>;
2033 tach-pulses = <2>;
2039 tach-pulses = <2>;
/Linux-v6.1/Documentation/userspace-api/media/rc/
Dlirc-set-send-carrier.rst34 Set send carrier used to modulate IR PWM pulses and spaces.
Dlirc-set-rec-carrier.rst34 Set receive carrier used to modulate IR PWM pulses and spaces.
/Linux-v6.1/Documentation/i2c/
Dgpio-fault-injection.rst81 register 0x00 (if it has registers) when further clock pulses happen on SCL.
82 This is why bus recovery (up to 9 clock pulses) must either check SDA or send
/Linux-v6.1/Documentation/driver-api/
Dreset.rst42 carefully timed sequence of pulses on multiple reset lines.
61 trigger reset pulses, or to query reset line status.
/Linux-v6.1/drivers/leds/trigger/
DKconfig25 This allows LEDs to blink in one-shot pulses with parameters
/Linux-v6.1/drivers/gpu/drm/i915/
DKconfig.profile42 int "Interval between heartbeat pulses (ms)"
/Linux-v6.1/drivers/media/rc/
DKconfig209 Note that this device can only record bursts of 36 IR pulses and
344 wave and pulses.

12