Home
last modified time | relevance | path

Searched refs:reportbuf (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/hid/
H A Dhpen.c230 static const uint8_t reportbuf[3] = {2, 2, 2}; in hpen_attach() local
231 error = hid_set_report(dev, reportbuf, sizeof(reportbuf), in hpen_attach()
232 HID_FEATURE_REPORT, reportbuf[0]); in hpen_attach()
H A Dxb360gp.c147 static const uint8_t reportbuf[3] = {1, 3, 0}; in xb360gp_attach() local
148 error = hid_set_report(dev, reportbuf, sizeof(reportbuf), in xb360gp_attach()
/freebsd-13.1/sys/dev/usb/input/
H A Duhid.c779 static uint8_t reportbuf[] = {2, 2, 2}; in uhid_attach() local
787 reportbuf, sizeof(reportbuf), in uhid_attach()
801 static const uint8_t reportbuf[3] = {1, 3, 0}; in uhid_attach() local
807 __DECONST(void *, reportbuf), sizeof(reportbuf), in uhid_attach()