Home
last modified time | relevance | path

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

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