Lines Matching defs:here
195 /* IN packets can be used with any type of endpoint. here we just
197 * urb->iso_frame_desc is currently ignored here...
233 * urb->iso_frame_desc is currently ignored here...
501 /* urb->iso_frame_desc is currently ignored here... */
902 /* NOTE: the phase is correct here, but the value
928 struct sl811h_ep *here = *prev;
930 while (here && ep != here) {
931 if (ep->period > here->period)
933 prev = &here->next;
934 here = *prev;
936 if (ep != here) {
937 ep->next = here;