Home
last modified time | relevance | path

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

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