Searched refs:chosen_desc (Results 1 – 1 of 1) sorted by relevance
154 struct usb_endpoint_descriptor *chosen_desc = NULL; in config_ep_by_speed_and_alt() local223 chosen_desc = (struct usb_endpoint_descriptor *)*d_spd; in config_ep_by_speed_and_alt()224 if (chosen_desc->bEndpointAddress == _ep->address) in config_ep_by_speed_and_alt()231 _ep->maxpacket = usb_endpoint_maxp(chosen_desc); in config_ep_by_speed_and_alt()232 _ep->desc = chosen_desc; in config_ep_by_speed_and_alt()