Home
last modified time | relevance | path

Searched refs:hidraw_report_descriptor (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/libfido2/src/
HDhid_linux.c31 get_report_descriptor(int fd, struct hidraw_report_descriptor *hrd) in get_report_descriptor()
60 struct hidraw_report_descriptor *hrd = NULL; in is_fido()
245 struct hidraw_report_descriptor *hrd; in fido_hid_open()
HDhid_hidapi.c101 get_report_descriptor(const char *path, struct hidraw_report_descriptor *hrd) in get_report_descriptor()
137 struct hidraw_report_descriptor *hrd; in is_fido()
/freebsd-13-stable/contrib/libfido2/fuzz/
HDudev.c234 struct hidraw_report_descriptor *hrd; in __wrap_ioctl()
250 hrd = va_arg(ap, struct hidraw_report_descriptor *); in __wrap_ioctl()
/freebsd-13-stable/sys/dev/hid/
HDhidraw.h66 struct hidraw_report_descriptor { struct
HDhidraw.c569 struct hidraw_report_descriptor *hrd; in hidraw_ioctl()
822 hrd = *(struct hidraw_report_descriptor **)addr; in hidraw_ioctl()