Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/rc/
Dlirc-set-rec-carrier-range.rst13 ioctl LIRC_SET_REC_CARRIER_RANGE
19 LIRC_SET_REC_CARRIER_RANGE - Set lower bound of the carrier used to modulate
25 .. c:function:: int ioctl( int fd, LIRC_SET_REC_CARRIER_RANGE, __u32 *frequency )
26 :name: LIRC_SET_REC_CARRIER_RANGE
45 To set a range use :ref:`LIRC_SET_REC_CARRIER_RANGE
46 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call
Dlirc-get-features.rst123 :ref:`ioctl LIRC_SET_REC_CARRIER_RANGE <LIRC_SET_REC_CARRIER_RANGE>`.
Dlirc-set-rec-carrier.rst44 If called together with :ref:`LIRC_SET_REC_CARRIER_RANGE`, this ioctl
/Linux-v5.4/tools/include/uapi/linux/
Dlirc.h132 #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) macro
/Linux-v5.4/include/uapi/linux/
Dlirc.h132 #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) macro
/Linux-v5.4/drivers/media/rc/
Dlirc_dev.c512 case LIRC_SET_REC_CARRIER_RANGE: in ir_lirc_ioctl()