Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/rc/
Dserial_ir.c37 void (*send_pulse)(unsigned int length, ktime_t edge); member
75 .send_pulse = send_pulse_homebrew,
88 .send_pulse = send_pulse_irdeo,
99 .send_pulse = send_pulse_irdeo,
119 .send_pulse = send_pulse_homebrew,
493 if (hardware[type].send_pulse && hardware[type].send_space) in serial_ir_probe()
654 hardware[type].send_pulse(txbuf[i], edge); in serial_ir_tx()