Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dlirc.h62 #define LIRC_CAN_SET_SEND_DUTY_CYCLE 0x00000200 macro
74 #define LIRC_CAN_SET_REC_DUTY_CYCLE (LIRC_CAN_SET_SEND_DUTY_CYCLE << 16)
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dlirc.h62 #define LIRC_CAN_SET_SEND_DUTY_CYCLE 0x00000200 macro
74 #define LIRC_CAN_SET_REC_DUTY_CYCLE (LIRC_CAN_SET_SEND_DUTY_CYCLE << 16)
/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.h62 #define LIRC_CAN_SET_SEND_DUTY_CYCLE 0x00000200 macro
74 #define LIRC_CAN_SET_REC_DUTY_CYCLE (LIRC_CAN_SET_SEND_DUTY_CYCLE << 16)
/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.h62 #define LIRC_CAN_SET_SEND_DUTY_CYCLE 0x00000200 macro
74 #define LIRC_CAN_SET_REC_DUTY_CYCLE (LIRC_CAN_SET_SEND_DUTY_CYCLE << 16)
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/
H A Dlirc-get-features.rst86 ``LIRC_CAN_SET_SEND_DUTY_CYCLE``
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dlirc_dev.c407 val |= LIRC_CAN_SET_SEND_DUTY_CYCLE; in lirc_ioctl()