Home
last modified time | relevance | path

Searched refs:hidraw_devinfo (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dhidraw.h26 struct hidraw_devinfo { struct
35 #define HIDIOCGRAWINFO _IOR('H', 0x03, struct hidraw_devinfo) argument
/linux-4.4.14/samples/hidraw/
Dhid-example.c48 struct hidraw_devinfo info; in main()
/linux-4.4.14/Documentation/hid/
Dhidraw.txt77 This ioctl will return a hidraw_devinfo struct containing the bus type, the
/linux-4.4.14/drivers/hid/
Dhidraw.c410 struct hidraw_devinfo dinfo; in hidraw_ioctl()