Searched refs:chosen_desc (Results 1 – 1 of 1) sorted by relevance
153 struct usb_endpoint_descriptor *chosen_desc = NULL; in config_ep_by_speed_and_alt() local205 chosen_desc = (struct usb_endpoint_descriptor *)*d_spd; in config_ep_by_speed_and_alt()206 if (chosen_desc->bEndpointAddress == _ep->address) in config_ep_by_speed_and_alt()213 _ep->maxpacket = usb_endpoint_maxp(chosen_desc); in config_ep_by_speed_and_alt()214 _ep->desc = chosen_desc; in config_ep_by_speed_and_alt()