Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dat91_udc.c71 static void done(struct at91_ep *ep, struct at91_request *req, int status) in done()
122 static int read_fifo (struct at91_ep *ep, struct at91_request *req) in read_fifo()
197 static int write_fifo(struct at91_ep *ep, struct at91_request *req) in write_fifo()
265 static void nuke(struct at91_ep *ep, int status) in nuke()
286 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_enable()
363 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_disable()
420 struct at91_ep *ep; in at91_ep_queue()
426 ep = container_of(_ep, struct at91_ep, ep); in at91_ep_queue()
518 struct at91_ep *ep; in at91_ep_dequeue()
522 ep = container_of(_ep, struct at91_ep, ep); in at91_ep_dequeue()
[all …]
H A Dat91_udc.h91 struct at91_ep { struct
118 struct at91_ep ep[NUM_ENDPOINTS]; argument