Home
last modified time | relevance | path

Searched refs:LIRC_SET_WIDEBAND_RECEIVER (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/
H A Dlirc-set-wideband-receiver.rst7 ioctl LIRC_SET_WIDEBAND_RECEIVER
13 LIRC_SET_WIDEBAND_RECEIVER - enable wide band receiver.
18 .. c:macro:: LIRC_SET_WIDEBAND_RECEIVER
20 ``int ioctl(int fd, LIRC_SET_WIDEBAND_RECEIVER, __u32 *enable)``
H A Dlirc-get-features.rst150 :ref:`ioctl LIRC_SET_WIDEBAND_RECEIVER <LIRC_SET_WIDEBAND_RECEIVER>`.
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dlirc.h134 #define LIRC_SET_WIDEBAND_RECEIVER _IOW('i', 0x00000023, __u32) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dlirc.h134 #define LIRC_SET_WIDEBAND_RECEIVER _IOW('i', 0x00000023, __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.h134 #define LIRC_SET_WIDEBAND_RECEIVER _IOW('i', 0x00000023, __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.h134 #define LIRC_SET_WIDEBAND_RECEIVER _IOW('i', 0x00000023, __u32) macro
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dlirc_dev.c520 case LIRC_SET_WIDEBAND_RECEIVER: in lirc_ioctl()