Searched refs:chosen_desc (Results 1 – 1 of 1) sorted by relevance
156 struct usb_endpoint_descriptor *chosen_desc = NULL; in config_ep_by_speed_and_alt() local219 chosen_desc = (struct usb_endpoint_descriptor *)*d_spd; in config_ep_by_speed_and_alt()220 if (chosen_desc->bEndpointAddress == _ep->address) in config_ep_by_speed_and_alt()227 _ep->maxpacket = usb_endpoint_maxp(chosen_desc); in config_ep_by_speed_and_alt()228 _ep->desc = chosen_desc; in config_ep_by_speed_and_alt()