Searched refs:unit_exponent (Results 1 – 6 of 6) sorted by relevance
430 c->unit_exponent = uval; in hid_get_item()877 (hi->unit_exponent < 0) || (hi->unit_exponent >= nitems(scale))) in hid_item_resolution()885 resolution = logical_size * multiplier * scale[hi->unit_exponent][0] / in hid_item_resolution()886 (physical_size * divisor * scale[hi->unit_exponent][1]); in hid_item_resolution()
241 uint32_t unit_exponent; member
52 int32_t unit_exponent; member
387 c->unit_exponent = dval; in hid_get_item_raw()
189 ", unit=0x%02x exp=%d", h->unit, h->unit_exponent); in hid_dump_item()
216 printf(", unit=0x%02x exp=%d", h->unit, h->unit_exponent); in dumpitem()