Home
last modified time | relevance | path

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

/drivers/leds/
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()
/drivers/hwmon/
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()
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()
/drivers/net/wireless/ath/
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()
A Ddfs_pri_detector.h70 struct list_head pulses; member
/drivers/pps/generators/
A DKconfig43 the Linux system to observe these pulses.
/drivers/leds/trigger/
A DKconfig25 This allows LEDs to blink in one-shot pulses with parameters
/drivers/gpu/drm/i915/
A DKconfig.profile42 int "Interval between heartbeat pulses (ms)"
/drivers/media/rc/
A DKconfig212 Note that this device can only record bursts of 36 IR pulses and
/drivers/pwm/
A DKconfig7 In Pulse-Width Modulation, a variation of the width of pulses

Completed in 22 milliseconds