Home
last modified time | relevance | path

Searched refs:HIDIOCSOUTPUT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dhidraw.h47 #define HIDIOCSOUTPUT(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x0B, len) macro
/openbmc/linux/Documentation/hid/
H A Dhidraw.rst152 HIDIOCSOUTPUT(len):
168 via a HIDIOCSOUTPUT request, or the regular device write() interface. The format
/openbmc/linux/drivers/hid/
H A Dhidraw.c454 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCSOUTPUT(0))) { in hidraw_ioctl()