/linux-6.12.1/drivers/leds/ |
D | leds-lt3593.c | 26 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.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-timer-stm32 | 37 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.
|
D | sysfs-bus-counter | 119 by two on succeeding clock pulses. When the count 126 two on succeeding clock pulses. One clock pulse after 129 Succeeding clock pulses decrement the count by two. When 334 attribute indicates the value in nanoseconds where noise pulses
|
D | sysfs-class-hwmon | 239 Number of tachometer pulses per fan revolution. 250 the number of pulses. In the absence of such a register (and 251 thus attribute) the value assumed by all devices is 2 pulses
|
/linux-6.12.1/Documentation/input/devices/ |
D | walkera0701.rst | 20 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.12.1/drivers/hwmon/ |
D | pwm-fan.c | 27 atomic_t pulses; member 70 atomic_inc(&tach->pulses); in pulse_handler() 84 int pulses; in sample_timer() local 86 pulses = atomic_read(&tach->pulses); in sample_timer() 87 atomic_sub(pulses, &tach->pulses); in sample_timer() 88 tach->rpm = (unsigned int)(pulses * 1000 * 60) / in sample_timer()
|
D | sch5627.c | 240 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.12.1/drivers/net/wireless/ath/ |
D | dfs_pri_detector.c | 162 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()
|
D | dfs_pri_detector.h | 70 struct list_head pulses; member
|
/linux-6.12.1/Documentation/hwmon/ |
D | aquacomputer_d5next.rst | 50 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
|
D | g762.rst | 18 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
|
D | sl28cpld.rst | 35 fan1_input Fan RPM. Assuming 2 pulses per revolution.
|
D | g760a.rst | 23 consecutive speed pulses. The period is defined in terms of clock
|
D | nsa320.rst | 55 is reduced from 100 us to less than 15 us then data pulses are likely to be
|
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
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | mgb4.rst | 98 The type of VSYNC pulses as detected by the video format detector. 108 The type of HSYNC pulses as detected by the video format detector. 119 HSYNC pulses, these must be generated internally in the FPGA to achieve 126 HSYNC pulses, these must be generated internally in the FPGA to achieve 154 Number of PCLK pulses between deassertion of the HSYNC signal and the first 161 Number of PCLK pulses between the end of the last valid pixel in the video 273 Number of PCLK pulses between deassertion of the HSYNC signal and the first 277 Number of PCLK pulses between the end of the last valid pixel in the video
|
/linux-6.12.1/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-opp-swift.dts | 349 tach-pulses = <2>; 361 tach-pulses = <2>; 373 tach-pulses = <2>; 385 tach-pulses = <2>; 397 tach-pulses = <2>;
|
D | aspeed-bmc-opp-tacoma.dts | 486 tach-pulses = <2>; 499 tach-pulses = <2>; 512 tach-pulses = <2>; 525 tach-pulses = <2>;
|
D | aspeed-bmc-ibm-rainier.dts | 1085 tach-pulses = <2>; 1091 tach-pulses = <2>; 1097 tach-pulses = <2>; 1103 tach-pulses = <2>; 1109 tach-pulses = <2>; 1115 tach-pulses = <2>;
|
D | aspeed-bmc-ibm-bonnell.dts | 282 tach-pulses = <2>; 288 tach-pulses = <2>;
|
/linux-6.12.1/Documentation/userspace-api/media/rc/ |
D | lirc-set-send-carrier.rst | 34 Set send carrier used to modulate IR PWM pulses and spaces.
|
D | lirc-set-rec-carrier.rst | 34 Set receive carrier used to modulate IR PWM pulses and spaces.
|
/linux-6.12.1/Documentation/i2c/ |
D | gpio-fault-injection.rst | 81 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-6.12.1/Documentation/driver-api/ |
D | reset.rst | 42 carefully timed sequence of pulses on multiple reset lines. 61 trigger reset pulses, or to query reset line status.
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | Kconfig.profile | 42 int "Interval between heartbeat pulses (ms)"
|