Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hid/
HDhidraw.h71 struct hidraw_devinfo { struct
89 #define HIDIOCGRAWINFO _IOR('U', 32, struct hidraw_devinfo) argument
HDhidraw.c570 struct hidraw_devinfo *hd; in hidraw_ioctl()
842 hd = (struct hidraw_devinfo *)addr; in hidraw_ioctl()
/freebsd-13-stable/contrib/libfido2/src/
HDhid_freebsd.c72 struct hidraw_devinfo devinfo; in copy_info_hidraw()