Searched refs:hid_write (Results 1 – 10 of 10) 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 | 340 int hid_write(device_t, const void *, hid_size_t);
|
H A D | hidbus.c | 786 return (hid_write(dev, data, len)); in hidbus_write() 952 DEVMETHOD(hid_write, hidbus_write),
|
H A D | ps4dshock.c | 1036 return (hid_write(sc->hm.dev, buf, osize)); in ps4dshock_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 | 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/sys/dev/usb/input/ |
H A D | usbhid.c | 878 DEVMETHOD(hid_write, usbhid_write),
|
/freebsd/sys/dev/iicbus/ |
H A D | iichid.c | 1380 DEVMETHOD(hid_write, iichid_write),
|