Searched refs:hid_write (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/libfido2/fuzz/ |
| H A D | mutator_aux.c | 219 hid_write(void *handle, const unsigned char *ptr, size_t len) in hid_write() function 298 io.write = hid_write; in open_dev()
|
| /freebsd-13.1/contrib/libfido2/src/ |
| H A D | hid_hidapi.c | 223 return hid_write(ctx->handle, buf, len); in fido_hid_write()
|
| /freebsd-13.1/sys/dev/hid/ |
| H A D | hid.h | 341 int hid_write(device_t, const void *, hid_size_t);
|
| H A D | hidbus.c | 781 return (hid_write(dev, data, len)); in hidbus_write() 910 DEVMETHOD(hid_write, hidbus_write),
|
| H A D | ps4dshock.c | 1038 return (hid_write(sc->hm.dev, buf, osize)); in ps4dshock_write()
|
| H A D | hidraw.c | 504 error = hid_write(sc->sc_dev, buf, size); in hidraw_write()
|
| H A D | hid.c | 1048 hid_write(device_t dev, const void *data, hid_size_t len) in hid_write() function
|
| H A D | hkbd.c | 1815 error = hid_write(sc->sc_dev, buf, len); in hkbd_set_leds()
|
| /freebsd-13.1/sys/dev/usb/input/ |
| H A D | usbhid.c | 846 DEVMETHOD(hid_write, usbhid_write),
|
| /freebsd-13.1/sys/dev/iicbus/ |
| H A D | iichid.c | 1277 DEVMETHOD(hid_write, iichid_write),
|