Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/
Datmel_usba_udc.h320 const bool ep_prealloc; member
347 bool ep_prealloc; member
Datmel_usba_udc.c1065 if (ep->udc->ep_prealloc) in atmel_usba_match_ep()
1071 if (ep->udc->ep_prealloc) in atmel_usba_match_ep()
1082 if (ep->udc->ep_prealloc) in atmel_usba_match_ep()
2094 .ep_prealloc = true,
2101 .ep_prealloc = true,
2107 .ep_prealloc = true,
2113 .ep_prealloc = false,
2148 udc->ep_prealloc = udc_config->ep_prealloc; in atmel_udc_of_init()