Searched refs:ep_wMaxPacketSize (Results 1 – 1 of 1) sorted by relevance
325 u16 ep_wMaxPacketSize; in usb_set_maxpacket_ep() local330 ep_wMaxPacketSize = get_unaligned(&ep->wMaxPacketSize); in usb_set_maxpacket_ep()335 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()336 dev->epmaxpacketin[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()342 if (ep_wMaxPacketSize > dev->epmaxpacketout[b]) { in usb_set_maxpacket_ep()343 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()349 if (ep_wMaxPacketSize > dev->epmaxpacketin[b]) { in usb_set_maxpacket_ep()350 dev->epmaxpacketin[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()382 u16 ep_wMaxPacketSize; in usb_parse_config() local471 ep_wMaxPacketSize = get_unaligned(&dev->config.\ in usb_parse_config()[all …]