Searched refs:hid_set_report (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/libusbhid/ |
H A D | usbhid.h | 113 int hid_set_report(int fd, enum hid_kind k,
|
H A D | data.c | 133 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 D | xb360gp.c | 146 error = hid_set_report(dev, reportbuf, sizeof(reportbuf), in xb360gp_attach()
|
H A D | hidbus.c | 786 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 D | hpen.c | 227 error = hid_set_report(dev, reportbuf, sizeof(reportbuf), in hpen_attach()
|
H A D | hconf.c | 171 error = hid_set_report(sc->dev, fbuf, fc->rlen, in hconf_set_feature_control()
|
H A D | hid.h | 343 int hid_set_report(device_t, const void *, hid_size_t, uint8_t, uint8_t);
|
H A D | hidraw.c | 789 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 D | bcm5974.c | 610 return (hid_set_report(sc->sc_dev, mode_bytes, BCM5974_HID_REPORT_LEN, in bcm5974_set_device_mode_hid()
|
H A D | hid.c | 1075 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 D | atopcase_acpi.c | 435 DEVMETHOD(hid_set_report, atopcase_set_report),
|
/freebsd/usr.bin/usbhidctl/ |
H A D | usbhid.c | 435 r = hid_set_report(f, kind, dbuf, dlen); in writedata()
|
/freebsd/sys/dev/usb/input/ |
H A D | usbhid.c | 882 DEVMETHOD(hid_set_report, usbhid_set_report),
|
/freebsd/sys/dev/iicbus/ |
H A D | iichid.c | 1330 DEVMETHOD(hid_set_report, iichid_set_report),
|