Lines Matching refs:ep_wMaxPacketSize
329 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()
480 put_unaligned(le16_to_cpu(ep_wMaxPacketSize), in usb_parse_config()