Searched refs:hid_read (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libfido2/fuzz/ |
H A D | mutator_aux.c | 215 hid_read(void *handle, unsigned char *ptr, size_t len, int ms) in hid_read() function 302 io.read = hid_read; in open_dev()
|
/freebsd/sys/dev/hid/ |
H A D | hid.h | 339 int hid_read(device_t, void *, hid_size_t, hid_size_t *);
|
H A D | hidbus.c | 765 return (hid_read(dev, data, maxlen, actlen)); in hidbus_read() 951 DEVMETHOD(hid_read, hidbus_read),
|
H A D | hid.c | 1060 hid_read(device_t dev, void *data, hid_size_t maxlen, hid_size_t *actlen) in hid_read() function
|
/freebsd/sys/dev/usb/input/ |
H A D | usbhid.c | 877 DEVMETHOD(hid_read, usbhid_read),
|
/freebsd/sys/dev/iicbus/ |
H A D | iichid.c | 1379 DEVMETHOD(hid_read, iichid_read),
|