Searched refs:LIRC_SET_REC_CARRIER_RANGE (Results 1 – 6 of 6) sorted by relevance
6 ioctl LIRC_SET_REC_CARRIER_RANGE12 LIRC_SET_REC_CARRIER_RANGE - Set lower bound of the carrier used to modulate18 .. c:function:: int ioctl( int fd, LIRC_SET_REC_CARRIER_RANGE, __u32 *frequency )19 :name: LIRC_SET_REC_CARRIER_RANGE38 To set a range use :ref:`LIRC_SET_REC_CARRIER_RANGE39 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call
37 If called together with :ref:`LIRC_SET_REC_CARRIER_RANGE`, this ioctl
116 :ref:`ioctl LIRC_SET_REC_CARRIER_RANGE <LIRC_SET_REC_CARRIER_RANGE>`.
132 #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) macro
522 case LIRC_SET_REC_CARRIER_RANGE: in ir_lirc_ioctl()