Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-rec-resolution.rst7 ioctl LIRC_GET_REC_RESOLUTION
13 LIRC_GET_REC_RESOLUTION - Obtain the value of receive resolution, in microseconds.
18 .. c:macro:: LIRC_GET_REC_RESOLUTION
20 ``int ioctl(int fd, LIRC_GET_REC_RESOLUTION, __u32 *microseconds)``
H A Dlirc-get-features.rst117 :ref:`ioctl LIRC_GET_REC_RESOLUTION <LIRC_GET_REC_RESOLUTION>`.
/openbmc/linux/include/uapi/linux/
H A Dlirc.h100 #define LIRC_GET_REC_RESOLUTION _IOR('i', 0x00000007, __u32) macro
/openbmc/linux/drivers/media/rc/
H A Dlirc_dev.c507 case LIRC_GET_REC_RESOLUTION: in lirc_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch779 +pub const LIRC_GET_REC_RESOLUTION: u32 = 2147772679;