Searched refs:hid_write (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/libfido2/fuzz/ |
| H A D | mutator_aux.c | 224 hid_write(void *handle, const unsigned char *ptr, size_t len) in hid_write() function 303 io.write = hid_write; in open_dev()
|
| /freebsd/contrib/libfido2/src/ |
| H A D | hid_hidapi.c | 224 return hid_write(ctx->handle, buf, len); in fido_hid_write()
|
| /freebsd/sys/dev/hid/ |
| H A D | hid.h | 344 int hid_write(device_t, const void *, hid_size_t);
|
| H A D | hidbus.c | 775 return (hid_write(dev, data, len)); in hidbus_write() 941 DEVMETHOD(hid_write, hidbus_write),
|
| H A D | u2f.c | 385 error = hid_write(sc->sc_dev, buf, sc->sc_osize); in u2f_write()
|
| H A D | hid.c | 1066 hid_write(device_t dev, const void *data, hid_size_t len) in hid_write() function
|
| H A D | ps4dshock.c | 1059 return (hid_write(sc->hm.dev, buf, osize)); in ps4dshock_write()
|
| H A D | hidraw.c | 537 error = hid_write(sc->sc_dev, buf, size); in hidraw_write()
|
| H A D | hkbd.c | 1829 error = hid_write(sc->sc_dev, buf, len); in hkbd_set_leds()
|
| /freebsd/sys/dev/usb/input/ |
| H A D | usbhid.c | 884 DEVMETHOD(hid_write, usbhid_write),
|
| /freebsd/sys/dev/iicbus/ |
| H A D | iichid.c | 1368 DEVMETHOD(hid_write, iichid_write),
|