Lines Matching refs:lpos
580 uint32_t lpos; in hid_report_size() local
584 lpos = 0xFFFFFFFF; in hid_report_size()
589 if (lpos > h.loc.pos) in hid_report_size()
590 lpos = h.loc.pos; in hid_report_size()
603 if (lpos > hpos) in hid_report_size()
606 temp = hpos - lpos; in hid_report_size()
620 uint32_t lpos; in hid_report_size_max() local
625 lpos = 0xFFFFFFFF; in hid_report_size_max()
636 if (lpos > h.loc.pos) in hid_report_size_max()
637 lpos = h.loc.pos; in hid_report_size_max()
648 if (lpos > hpos) in hid_report_size_max()
651 temp = hpos - lpos; in hid_report_size_max()