Searched refs:hid_write (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/libfido2/src/ |
| H A D | hid_hidapi.c | 224 return hid_write(ctx->handle, buf, len); in fido_hid_write()
|
| /freebsd-14.2/sys/dev/hid/ |
| H A D | hid.h | 340 int hid_write(device_t, const void *, hid_size_t);
|
| H A D | hidbus.c | 790 return (hid_write(dev, data, len)); in hidbus_write() 956 DEVMETHOD(hid_write, hidbus_write),
|
| H A D | hid.c | 1061 hid_write(device_t dev, const void *data, hid_size_t len) in hid_write() function
|
| H A D | ps4dshock.c | 1036 return (hid_write(sc->hm.dev, buf, osize)); in ps4dshock_write()
|
| H A D | hidraw.c | 530 error = hid_write(sc->sc_dev, buf, size); in hidraw_write()
|
| H A D | hkbd.c | 1821 error = hid_write(sc->sc_dev, buf, len); in hkbd_set_leds()
|
| /freebsd-14.2/sys/dev/usb/input/ |
| H A D | usbhid.c | 880 DEVMETHOD(hid_write, usbhid_write),
|
| /freebsd-14.2/sys/dev/iicbus/ |
| H A D | iichid.c | 1328 DEVMETHOD(hid_write, iichid_write),
|