Searched refs:LIRC_SET_REC_CARRIER (Results 1 – 5 of 5) sorted by relevance
7 ioctl LIRC_SET_REC_CARRIER13 LIRC_SET_REC_CARRIER - Set carrier used to modulate IR receive.18 .. c:macro:: LIRC_SET_REC_CARRIER20 ``int ioctl(int fd, LIRC_SET_REC_CARRIER, __u32 *frequency)``
42 :ref:`LIRC_SET_REC_CARRIER <LIRC_SET_REC_CARRIER>` with the upper bound.
103 :ref:`ioctl LIRC_SET_REC_CARRIER <LIRC_SET_REC_CARRIER>`.
112 #define LIRC_SET_REC_CARRIER _IOW('i', 0x00000014, __u32) macro
484 case LIRC_SET_REC_CARRIER: in lirc_ioctl()