Home
last modified time | relevance | path

Searched refs:hid_get_report (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libusbhid/
H A Dusbhid.h111 int hid_get_report(int fd, enum hid_kind k,
H A Ddata.c121 hid_get_report(int fd, enum hid_kind k, unsigned char *data, unsigned int size) in hid_get_report() function
/freebsd/sys/dev/hid/
H A Dhidraw.c430 error = hid_get_report(sc->sc_dev, sc->sc_q, in hidraw_read()
709 error = hid_get_report(sc->sc_dev, buf, size, NULL, in hidraw_ioctl()
752 error = hid_get_report(sc->sc_dev, buf, size, &actsize, in hidraw_ioctl()
885 return (hid_get_report(sc->sc_dev, addr, len, NULL, in hidraw_ioctl()
H A Dhmt.c322 err = hid_get_report(dev, fbuf, sc->cont_max_rlen, &rsize, in hmt_attach()
343 err = hid_get_report(dev, fbuf, sc->btn_type_rlen, &rsize, in hmt_attach()
357 (void)hid_get_report(dev, fbuf, sc->thqa_cert_rlen, NULL, in hmt_attach()
H A Dhid.h341 int hid_get_report(device_t, void *, hid_size_t, hid_size_t *, uint8_t,
H A Dhidbus.c793 return (hid_get_report(dev, data, maxlen, actlen, type, id)); in hidbus_get_report()
953 DEVMETHOD(hid_get_report, hidbus_get_report),
H A Dbcm5974.c595 err = hid_get_report(sc->sc_dev, mode_bytes, BCM5974_HID_REPORT_LEN, in bcm5974_set_device_mode_hid()
H A Dps4dshock.c1206 error = hid_get_report(dev, buf, sizeof(buf), NULL, in ps4dsacc_attach()
H A Dhid.c1072 hid_get_report(device_t dev, void *data, hid_size_t maxlen, hid_size_t *actlen, in hid_get_report() function
/freebsd/usr.bin/usbhidctl/
H A Dusbhid.c334 r = hid_get_report(f, kind, dbuf, dlen); in dumpdata()
401 if (!zflag && hid_get_report(f, kind, dbuf, dlen) == 0) { in writedata()
/freebsd/sys/dev/usb/input/
H A Dusbhid.c879 DEVMETHOD(hid_get_report, usbhid_get_report),
/freebsd/sys/dev/iicbus/
H A Diichid.c1381 DEVMETHOD(hid_get_report, iichid_get_report),