Searched refs:hid_get_item (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/lib/libusbhid/
H A DMakefile12 usbhid.3 hid_get_item.3 usbhid.3 hid_report_size.3 \
H A Dusbhid.h93 int hid_get_item(hid_data_t s, hid_item_t *h);
H A Ddescr.c71 for (d = hid_start_parse(rep, kindset, -1); hid_get_item(d, &h); ) {
H A Dparse.c210 * hid_get_item
514 hid_get_item(hid_data_t s, hid_item_t *h) function
540 for (d = hid_start_parse(r, 1 << k, id); hid_get_item(d, &h); ) {
572 for (d = hid_start_parse(desc, 1 << k, id); hid_get_item(d, h); ) {
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_hid.c239 * hid_get_item
242 hid_get_item(struct hid_data *s, struct hid_item *h) function
576 for (d = hid_start_parse(buf, len, 1 << k); hid_get_item(d, &h);) {
622 for (d = hid_start_parse(desc, size, 1 << k); hid_get_item(d, &h);) {
756 while ((err = hid_get_item(hd, &hi))) {
874 while (hid_get_item(hd, &hi)) {
H A Dusbhid.h228 int hid_get_item(struct hid_data *s, struct hid_item *h);
/freebsd-10.0-release/usr.bin/usbhidctl/
H A Dusbhid.c83 hid_get_item(d, &h); ) {
137 hid_get_item(d, &h); ) {
244 for (d = hid_start_parse(r, ~0, -1); hid_get_item(d, &h); ) {
/freebsd-10.0-release/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c126 for (d = hid_start_parse(r, ~0, -1); hid_get_item(d, &h); ) {
/freebsd-10.0-release/usr.sbin/bluetooth/bthidd/
H A Dhid.c162 hid_get_item(d, &h) > 0; ) {
H A Dparser.y364 for (hd = hid_start_parse(d->desc, ~0, -1); hid_get_item(hd, &hi) > 0; ) {
H A Dkbd.c532 hid_get_item(d, &h) > 0; ) {
/freebsd-10.0-release/usr.bin/usbhidaction/
H A Dusbhidaction.c371 hid_get_item(d, &h); ) {

Completed in 85 milliseconds