Home
last modified time | relevance | path

Searched refs:hid_set_report (Results 1 – 14 of 14) sorted by relevance

/freebsd/lib/libusbhid/
H A Dusbhid.h113 int hid_set_report(int fd, enum hid_kind k,
H A Ddata.c133 hid_set_report(int fd, enum hid_kind k, unsigned char *data, unsigned int size) in hid_set_report() function
/freebsd/sys/dev/hid/
H A Dxb360gp.c146 error = hid_set_report(dev, reportbuf, sizeof(reportbuf), in xb360gp_attach()
H A Dhidbus.c786 return (hid_set_report(dev, data, len, HID_OUTPUT_REPORT, id)); in hidbus_write()
803 return (hid_set_report(dev, data, len, type, id)); in hidbus_set_report()
957 DEVMETHOD(hid_set_report, hidbus_set_report),
H A Dhpen.c227 error = hid_set_report(dev, reportbuf, sizeof(reportbuf), in hpen_attach()
H A Dhconf.c171 error = hid_set_report(sc->dev, fbuf, fc->rlen, in hconf_set_feature_control()
H A Dhid.h343 int hid_set_report(device_t, const void *, hid_size_t, uint8_t, uint8_t);
H A Dhidraw.c789 error = hid_set_report(sc->sc_dev, buf, size, in hidraw_ioctl()
872 return (hid_set_report(sc->sc_dev, addr, len, in hidraw_ioctl()
H A Dbcm5974.c610 return (hid_set_report(sc->sc_dev, mode_bytes, BCM5974_HID_REPORT_LEN, in bcm5974_set_device_mode_hid()
H A Dhid.c1075 hid_set_report(device_t dev, const void *data, hid_size_t len, uint8_t type, in hid_set_report() function
/freebsd/sys/dev/atopcase/
H A Datopcase_acpi.c435 DEVMETHOD(hid_set_report, atopcase_set_report),
/freebsd/usr.bin/usbhidctl/
H A Dusbhid.c435 r = hid_set_report(f, kind, dbuf, dlen); in writedata()
/freebsd/sys/dev/usb/input/
H A Dusbhid.c882 DEVMETHOD(hid_set_report, usbhid_set_report),
/freebsd/sys/dev/iicbus/
H A Diichid.c1330 DEVMETHOD(hid_set_report, iichid_set_report),