Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/userspace-api/media/rc/
Dlirc-set-rec-carrier.rst7 ioctl LIRC_SET_REC_CARRIER
13 LIRC_SET_REC_CARRIER - Set carrier used to modulate IR receive.
18 .. c:macro:: LIRC_SET_REC_CARRIER
20 ``int ioctl(int fd, LIRC_SET_REC_CARRIER, __u32 *frequency)``
Dlirc-set-rec-carrier-range.rst42 :ref:`LIRC_SET_REC_CARRIER <LIRC_SET_REC_CARRIER>` with the upper bound.
Dlirc-get-features.rst103 :ref:`ioctl LIRC_SET_REC_CARRIER <LIRC_SET_REC_CARRIER>`.
/Linux-v5.15/tools/include/uapi/linux/
Dlirc.h108 #define LIRC_SET_REC_CARRIER _IOW('i', 0x00000014, __u32) macro
/Linux-v5.15/include/uapi/linux/
Dlirc.h107 #define LIRC_SET_REC_CARRIER _IOW('i', 0x00000014, __u32) macro
/Linux-v5.15/drivers/media/rc/
Dlirc_dev.c495 case LIRC_SET_REC_CARRIER: in lirc_ioctl()