Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidraw.h53 struct hidraw_device_info { struct
84 #define HIDRAW_GET_DEVICEINFO _IOR ('U', 112, struct hidraw_device_info) argument
H A Dhidraw.c567 struct hidraw_device_info *hdi; in hidraw_ioctl()
799 hdi = (struct hidraw_device_info *)addr; in hidraw_ioctl()
800 bzero(hdi, sizeof(struct hidraw_device_info)); in hidraw_ioctl()