Lines Matching refs:itr
570 char *itr; in wa_fill_descr() local
578 itr = usb_dev->rawdescriptors[actconfig_idx]; in wa_fill_descr()
581 hdr = (struct usb_descriptor_header *) itr; in wa_fill_descr()
585 (itr - usb_dev->rawdescriptors[actconfig_idx]), in wa_fill_descr()
589 itr += hdr->bLength; in wa_fill_descr()
644 void *itr, *top; in hwahc_security_create() local
652 itr = usb_dev->rawdescriptors[index]; in hwahc_security_create()
654 top = itr + itr_size; in hwahc_security_create()
677 itr = (void *) secd + sizeof(*secd); in hwahc_security_create()
681 while (itr < top) { in hwahc_security_create()
682 etd = itr; in hwahc_security_create()
683 if (top - itr < sizeof(*etd)) { in hwahc_security_create()
686 top - itr, sizeof(*etd)); in hwahc_security_create()
696 itr += etd->bLength; in hwahc_security_create()