Searched refs:EP0_MAX_PKT_SIZE (Results 1 – 3 of 3) sorted by relevance
56 .wMaxPacketSize = cpu_to_le16(EP0_MAX_PKT_SIZE),85 cpu_to_le16(EP0_MAX_PKT_SIZE); in bdc_uspc_connected()86 bdc->gadget.ep0->maxpacket = EP0_MAX_PKT_SIZE; in bdc_uspc_connected()
41 #define EP0_MAX_PKT_SIZE 512 macro
1965 usb_ep_set_maxpacket_limit(&ep->usb_ep, EP0_MAX_PKT_SIZE); in init_ep()