Searched refs:hid_set_report (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/lib/libusbhid/
H A Dusbhid.h112 int hid_set_report(int fd, enum hid_kind k,
H A Ddata.c136 hid_set_report(int fd, enum hid_kind k, unsigned char *data, unsigned int size) function
/freebsd-13-stable/sys/dev/hid/
H A Dxb360gp.c148 error = hid_set_report(dev, reportbuf, sizeof(reportbuf),
H A Dhconf.c175 error = hid_set_report(sc->dev, fbuf, fc->rlen,
H A Dhpen.c225 error = hid_set_report(dev, reportbuf, sizeof(reportbuf),
H A Dhid.h343 int hid_set_report(device_t, const void *, hid_size_t, uint8_t, uint8_t);
H A Dhidbus.c759 return (hid_set_report(dev, data, len, HID_OUTPUT_REPORT, id));
893 DEVMETHOD(hid_set_report, hid_set_report),
H A Dhidraw.c696 error = hid_set_report(sc->sc_dev, buf, size,
758 return (hid_set_report(sc->sc_dev, addr, len,
H A Dhid.c1061 hid_set_report(device_t dev, const void *data, hid_size_t len, uint8_t type, function
/freebsd-13-stable/usr.bin/usbhidctl/
H A Dusbhid.c436 r = hid_set_report(f, kind, dbuf, dlen);
438 warn("hid_set_report(rid %d)", rid);
/freebsd-13-stable/sys/dev/iicbus/
H A Diichid.c1236 DEVMETHOD(hid_set_report, iichid_set_report),
/freebsd-13-stable/sys/dev/usb/input/
H A Dusbhid.c848 DEVMETHOD(hid_set_report, usbhid_set_report),

Completed in 125 milliseconds