Lines Matching refs:ep_wMaxPacketSize
325 u16 ep_wMaxPacketSize; in usb_set_maxpacket_ep() local
330 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() local
471 ep_wMaxPacketSize = get_unaligned(&dev->config.\ in usb_parse_config()
475 put_unaligned(le16_to_cpu(ep_wMaxPacketSize), in usb_parse_config()