Home
last modified time | relevance | path

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

123

/linux-6.15/drivers/leds/
H A 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-6.15/Documentation/devicetree/bindings/hwmon/
H A Dadi,axi-fan-control.yaml33 pulses-per-revolution:
35 Value specifying the number of pulses per revolution of the controlled
45 - pulses-per-revolution
60 pulses-per-revolution = <2>;
H A Dpwm-fan.yaml44 pulses-per-revolution:
46 Define the number of pulses per fan revolution for each tachometer
106 pulses-per-revolution = <2>;
H A Dmaxim,max6639.yaml77 pulses-per-revolution = <2>;
85 pulses-per-revolution = <2>;
H A Dfan-common.yaml26 pulses-per-revolution:
/linux-6.15/Documentation/ABI/testing/
H A 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.
/linux-6.15/Documentation/input/devices/
H A 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-6.15/drivers/net/wireless/ath/
H A 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()
H A Ddfs_pri_detector.h70 struct list_head pulses; member
/linux-6.15/drivers/hwmon/
H A Dpwm-fan.c28 atomic_t pulses; member
74 atomic_inc(&tach->pulses); in pulse_handler()
88 int pulses; in sample_timer() local
90 pulses = atomic_read(&tach->pulses); in sample_timer()
91 atomic_sub(pulses, &tach->pulses); in sample_timer()
92 tach->rpm = (unsigned int)(pulses * 1000 * 60) / in sample_timer()
H A Dsch5627.c240 long pulses; in sch5627_rpm_to_reg() local
245 pulses = 5400540 / value; in sch5627_rpm_to_reg()
247 return clamp_val(pulses, 1, U16_MAX - 1); in sch5627_rpm_to_reg()
/linux-6.15/Documentation/hwmon/
H A Daquacomputer_d5next.rst50 and current. Flow sensor pulses are also available.
54 voltage and current. Flow sensor pulses are also available.
102 fan5_pulses Quadro flow sensor pulses
103 fan9_pulses Octo flow sensor pulses
H A 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
H A Dsl28cpld.rst35 fan1_input Fan RPM. Assuming 2 pulses per revolution.
H A Dg760a.rst23 consecutive speed pulses. The period is defined in terms of clock
/linux-6.15/Documentation/admin-guide/media/
H A Dmgb4.rst100 The type of VSYNC pulses as detected by the video format detector.
110 The type of HSYNC pulses as detected by the video format detector.
121 HSYNC pulses, these must be generated internally in the FPGA to achieve
128 HSYNC pulses, these must be generated internally in the FPGA to achieve
156 Number of PCLK pulses between deassertion of the HSYNC signal and the first
163 Number of PCLK pulses between the end of the last valid pixel in the video
275 Number of PCLK pulses between deassertion of the HSYNC signal and the first
279 Number of PCLK pulses between the end of the last valid pixel in the video
/linux-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-opp-swift.dts349 tach-pulses = <2>;
361 tach-pulses = <2>;
373 tach-pulses = <2>;
385 tach-pulses = <2>;
397 tach-pulses = <2>;
H A Daspeed-bmc-opp-tacoma.dts486 tach-pulses = <2>;
499 tach-pulses = <2>;
512 tach-pulses = <2>;
525 tach-pulses = <2>;
H A Daspeed-bmc-ibm-rainier.dts1085 tach-pulses = <2>;
1091 tach-pulses = <2>;
1097 tach-pulses = <2>;
1103 tach-pulses = <2>;
1109 tach-pulses = <2>;
1115 tach-pulses = <2>;
/linux-6.15/Documentation/userspace-api/media/rc/
H A Dlirc-set-send-carrier.rst34 Set send carrier used to modulate IR PWM pulses and spaces.
H A Dlirc-set-rec-carrier.rst34 Set receive carrier used to modulate IR PWM pulses and spaces.
/linux-6.15/Documentation/devicetree/bindings/leds/backlight/
H A Dkinetic,ktd253.yaml16 using pulses on the enable wire. This is sometimes referred to as
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dawinic,aw8738.yaml32 description: Operation mode (number of pulses for one-wire pulse control)
/linux-6.15/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dfsl,qe-tsa.yaml106 Frame sync pulses are sampled with the rising edge of the channel
107 clock. If not present, pulses are sampled with the falling edge.
H A Dfsl,cpm1-tsa.yaml106 Frame sync pulses are sampled with the rising edge of the channel
107 clock. If 'fsync-rising-edge' is not present, pulses are sampled with

123