Home
last modified time | relevance | path

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

/src/sys/dev/hid/
H A Dhpen.c226 static const uint8_t reportbuf[3] = {2, 2, 2}; in hpen_attach() local
227 error = hid_set_report(dev, reportbuf, sizeof(reportbuf), in hpen_attach()
228 HID_FEATURE_REPORT, reportbuf[0]); in hpen_attach()
H A Dxb360gp.c145 static const uint8_t reportbuf[3] = {1, 3, 0}; in xb360gp_attach() local
146 error = hid_set_report(dev, reportbuf, sizeof(reportbuf), in xb360gp_attach()
/src/sys/dev/usb/input/
H A Duhid.c803 static uint8_t reportbuf[] = {2, 2, 2}; in uhid_attach() local
811 reportbuf, sizeof(reportbuf), in uhid_attach()
825 static const uint8_t reportbuf[3] = {1, 3, 0}; in uhid_attach() local
831 __DECONST(void *, reportbuf), sizeof(reportbuf), in uhid_attach()