Home
last modified time | relevance | path

Searched refs:LIRC_SET_REC_CARRIER_RANGE (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/rc/
Dlirc-set-rec-carrier-range.rst6 ioctl LIRC_SET_REC_CARRIER_RANGE
12 LIRC_SET_REC_CARRIER_RANGE - Set lower bound of the carrier used to modulate
18 .. c:function:: int ioctl( int fd, LIRC_SET_REC_CARRIER_RANGE, __u32 *frequency )
19 :name: LIRC_SET_REC_CARRIER_RANGE
38 To set a range use :ref:`LIRC_SET_REC_CARRIER_RANGE
39 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call
Dlirc-set-rec-carrier.rst37 If called together with :ref:`LIRC_SET_REC_CARRIER_RANGE`, this ioctl
Dlirc-get-features.rst116 :ref:`ioctl LIRC_SET_REC_CARRIER_RANGE <LIRC_SET_REC_CARRIER_RANGE>`.
/Linux-v4.19/tools/include/uapi/linux/
Dlirc.h132 #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) macro
/Linux-v4.19/include/uapi/linux/
Dlirc.h132 #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) macro
/Linux-v4.19/drivers/media/rc/
Dlirc_dev.c522 case LIRC_SET_REC_CARRIER_RANGE: in ir_lirc_ioctl()