Lines Matching refs:LIRC
9 LIRC stands for Linux Infrared Remote Control. The LIRC device interface is
16 It is also possible to attach a BPF program to a LIRC device for decoding
19 Example dmesg output upon a driver registering w/LIRC:
34 contains tools for working with LIRC devices:
36 - ir-ctl: can receive raw IR and transmit IR, as well as query LIRC
46 LIRC modes
49 LIRC supports some modes of receiving and sending IR codes, as shown
65 For receiving, you read struct lirc_scancode from the LIRC device.
159 LIRC devices which support reading raw IR.
163 to the LIRC device, this program will be called for each pulse, space or
164 timeout event on the LIRC device. The context for the BPF program is a
171 program, it can be attached to the LIRC device using the `bpf(2)`_ syscall.
172 The target must be the file descriptor for the LIRC device, and the
174 attached to a single LIRC device at a time.