Home
last modified time | relevance | path

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

/linux/Documentation/hid/
H A Dhidraw.rst152 HIDIOCSOUTPUT(len):
168 via a HIDIOCSOUTPUT request, or the regular device write() interface. The format
/linux/drivers/hid/
H A Dhidraw.c485 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCSOUTPUT(0))) { in hidraw_ioctl()