Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/rc/
Dlirc-set-send-duty-cycle.rst6 ioctl LIRC_SET_SEND_DUTY_CYCLE
12 LIRC_SET_SEND_DUTY_CYCLE - Set the duty cycle of the carrier signal for
18 .. c:function:: int ioctl( int fd, LIRC_SET_SEND_DUTY_CYCLE, __u32 *duty_cycle)
19 :name: LIRC_SET_SEND_DUTY_CYCLE
Dlirc-get-features.rst89 :ref:`ioctl LIRC_SET_SEND_DUTY_CYCLE <LIRC_SET_SEND_DUTY_CYCLE>`.
/Linux-v4.19/tools/include/uapi/linux/
Dlirc.h109 #define LIRC_SET_SEND_DUTY_CYCLE _IOW('i', 0x00000015, __u32) macro
/Linux-v4.19/include/uapi/linux/
Dlirc.h109 #define LIRC_SET_SEND_DUTY_CYCLE _IOW('i', 0x00000015, __u32) macro
/Linux-v4.19/drivers/media/rc/
Dlirc_dev.c502 case LIRC_SET_SEND_DUTY_CYCLE: in ir_lirc_ioctl()