Searched refs:unit_exponent (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/lib/libusbhid/
H A Dusbhid.h49 int32_t unit_exponent; member in struct:hid_item
H A Dparse.c387 c->unit_exponent = dval;
/freebsd-11-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c190 ", unit=0x%02x exp=%d", h->unit, h->unit_exponent);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hid.c420 c->unit_exponent = dval;
908 (hi->unit_exponent < 0) || (hi->unit_exponent >= nitems(scale)))
916 resolution = logical_size * multiplier * scale[hi->unit_exponent][0] /
917 (physical_size * divisor * scale[hi->unit_exponent][1]);
H A Dusbhid.h223 int32_t unit_exponent; member in struct:hid_item
/freebsd-11-stable/usr.bin/usbhidctl/
H A Dusbhid.c217 printf(", unit=0x%02x exp=%d", h->unit, h->unit_exponent);

Completed in 83 milliseconds