Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dhiddev.h42 struct hiddev_devinfo { struct
157 #define HIDIOCGDEVINFO _IOR('H', 0x03, struct hiddev_devinfo)
/openbmc/linux/Documentation/hid/
H A Dhiddev.rst122 hiddev_devinfo structure.
136 - struct hiddev_devinfo (read)
138 Gets a hiddev_devinfo structure which describes the device.
/openbmc/linux/drivers/hid/usbhid/
H A Dhiddev.c602 struct hiddev_devinfo dinfo; in hiddev_ioctl()