Home
last modified time | relevance | path

Searched refs:ep_wMaxPacketSize (Results 1 – 1 of 1) sorted by relevance

/common/
A Dusb.c329 u16 ep_wMaxPacketSize; in usb_set_maxpacket_ep() local
334 ep_wMaxPacketSize = get_unaligned(&ep->wMaxPacketSize); in usb_set_maxpacket_ep()
339 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
340 dev->epmaxpacketin[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
346 if (ep_wMaxPacketSize > dev->epmaxpacketout[b]) { in usb_set_maxpacket_ep()
347 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
353 if (ep_wMaxPacketSize > dev->epmaxpacketin[b]) { in usb_set_maxpacket_ep()
354 dev->epmaxpacketin[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
386 u16 ep_wMaxPacketSize; in usb_parse_config() local
476 ep_wMaxPacketSize = get_unaligned(&dev->config.\ in usb_parse_config()
[all …]

Completed in 7 milliseconds