Searched refs:LIRC_SET_REC_CARRIER_RANGE (Results 1 – 5 of 5) sorted by relevance
7 ioctl LIRC_SET_REC_CARRIER_RANGE13 LIRC_SET_REC_CARRIER_RANGE - Set lower bound of the carrier used to modulate19 .. c:macro:: LIRC_SET_REC_CARRIER_RANGE21 ``int ioctl(int fd, LIRC_SET_REC_CARRIER_RANGE, __u32 *frequency)``40 To set a range use :ref:`LIRC_SET_REC_CARRIER_RANGE41 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call
110 :ref:`ioctl LIRC_SET_REC_CARRIER_RANGE <LIRC_SET_REC_CARRIER_RANGE>`.
38 If called together with :ref:`LIRC_SET_REC_CARRIER_RANGE`, this ioctl
136 #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) macro
498 case LIRC_SET_REC_CARRIER_RANGE: in lirc_ioctl()