Home
last modified time | relevance | path

Searched refs:EP0_MAX_PKT_SIZE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c56 .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()
H A Dbdc.h41 #define EP0_MAX_PKT_SIZE 512 macro
H A Dbdc_ep.c1961 usb_ep_set_maxpacket_limit(&ep->usb_ep, EP0_MAX_PKT_SIZE); in init_ep()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c56 .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()
H A Dbdc.h41 #define EP0_MAX_PKT_SIZE 512 macro
H A Dbdc_ep.c1966 usb_ep_set_maxpacket_limit(&ep->usb_ep, EP0_MAX_PKT_SIZE); in init_ep()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dmv_udc.h20 #define EP0_MAX_PKT_SIZE 64 macro
H A Dmv_udc_core.c66 .wMaxPacketSize = EP0_MAX_PKT_SIZE,
85 (EP0_MAX_PKT_SIZE << EP_QUEUE_HEAD_MAX_PKT_LEN_POS) in ep0_reset()
1249 usb_ep_set_maxpacket_limit(&ep->ep, EP0_MAX_PKT_SIZE); in eps_init()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dmv_udc.h20 #define EP0_MAX_PKT_SIZE 64 macro
H A Dmv_udc_core.c66 .wMaxPacketSize = EP0_MAX_PKT_SIZE,
85 (EP0_MAX_PKT_SIZE << EP_QUEUE_HEAD_MAX_PKT_LEN_POS) in ep0_reset()
1251 usb_ep_set_maxpacket_limit(&ep->ep, EP0_MAX_PKT_SIZE); in eps_init()

Completed in 18 milliseconds