Home
last modified time | relevance | path

Searched refs:serial_ir (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/rc/
H A Dserial_ir.c3 * serial_ir.c
5 * serial_ir - Device driver that records pulse- and pause-lengths
128 struct serial_ir { struct
138 static struct serial_ir serial_ir; variable
185 if (serial_ir.duty_cycle > 50) in send_pulse_irdeo()
225 pulse = DIV_ROUND_CLOSEST(serial_ir.duty_cycle * (NSEC_PER_SEC / 100), in send_pulse_homebrew_softcarrier()
226 serial_ir.carrier); in send_pulse_homebrew_softcarrier()
227 space = DIV_ROUND_CLOSEST((100 - serial_ir.duty_cycle) * in send_pulse_homebrew_softcarrier()
228 (NSEC_PER_SEC / 100), serial_ir in send_pulse_homebrew_softcarrier()
[all...]
H A DMakefile48 obj-$(CONFIG_IR_SERIAL) += serial_ir.o
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dserial_ir.c3 * serial_ir.c
5 * serial_ir - Device driver that records pulse- and pause-lengths
128 struct serial_ir { struct
138 static struct serial_ir serial_ir; variable
185 if (serial_ir.duty_cycle > 50) in send_pulse_irdeo()
225 pulse = DIV_ROUND_CLOSEST(serial_ir.duty_cycle * (NSEC_PER_SEC / 100), in send_pulse_homebrew_softcarrier()
226 serial_ir.carrier); in send_pulse_homebrew_softcarrier()
227 space = DIV_ROUND_CLOSEST((100 - serial_ir.duty_cycle) * in send_pulse_homebrew_softcarrier()
228 (NSEC_PER_SEC / 100), serial_ir in send_pulse_homebrew_softcarrier()
[all...]
H A DMakefile47 obj-$(CONFIG_IR_SERIAL) += serial_ir.o

Completed in 3 milliseconds