Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.rst116 :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
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dlirc.h132 #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dlirc.h132 #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dlirc.h132 #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dlirc.h132 #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) macro
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dlirc_dev.c504 case LIRC_SET_REC_CARRIER_RANGE: in lirc_ioctl()