Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-rec-carrier-range.rst7 ioctl LIRC_SET_REC_CARRIER_RANGE
13 LIRC_SET_REC_CARRIER_RANGE - Set lower bound of the carrier used to modulate
19 .. c:macro:: LIRC_SET_REC_CARRIER_RANGE
21 ``int ioctl(int fd, LIRC_SET_REC_CARRIER_RANGE, __u32 *frequency)``
40 To set a range use :ref:`LIRC_SET_REC_CARRIER_RANGE
41 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call
H A Dlirc-get-features.rst110 :ref:`ioctl LIRC_SET_REC_CARRIER_RANGE <LIRC_SET_REC_CARRIER_RANGE>`.
H A Dlirc-set-rec-carrier.rst38 If called together with :ref:`LIRC_SET_REC_CARRIER_RANGE`, this ioctl
/linux/include/uapi/linux/
H A Dlirc.h136 #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) macro
/linux/drivers/media/rc/
H A Dlirc_dev.c500 case LIRC_SET_REC_CARRIER_RANGE: in lirc_ioctl()