Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/udc/
H A Dat91_udc.c186 struct at91_ep *ep; in proc_udc_show()
475 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_enable()
552 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_disable()
609 struct at91_ep *ep; in at91_ep_queue()
707 struct at91_ep *ep; in at91_ep_dequeue()
739 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_set_halt()
1599 struct at91_ep *ep; in at91rm9200_udc_init()
1642 struct at91_ep *ep; in at91sam9260_udc_init()
1680 struct at91_ep *ep; in at91sam9261_udc_init()
1722 struct at91_ep *ep; in at91sam9263_udc_init()
[all …]
H A Dat91_udc.h90 struct at91_ep { struct
123 struct at91_ep ep[NUM_ENDPOINTS]; argument