Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/rc/
H A Dserial_ir.c36 void (*send_pulse)(unsigned int length, ktime_t edge); member
74 .send_pulse = send_pulse_homebrew,
87 .send_pulse = send_pulse_irdeo,
98 .send_pulse = send_pulse_irdeo,
118 .send_pulse = send_pulse_homebrew,
492 if (hardware[type].send_pulse && hardware[type].send_space) in serial_ir_probe()
653 hardware[type].send_pulse(txbuf[i], edge); in serial_ir_tx()