Home
last modified time | relevance | path

Searched refs:fotg210_ep (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.c172 struct fotg210_ep *ep; in fotg210_ep_enable()
187 struct fotg210_ep *ep = fotg210->ep[epnum]; in fotg210_reset_tseq()
223 struct fotg210_ep *ep; in fotg210_ep_disable()
407 struct fotg210_ep *ep; in fotg210_ep_queue()
440 struct fotg210_ep *ep; in fotg210_ep_dequeue()
492 struct fotg210_ep *ep; in fotg210_set_halt_and_wedge()
680 struct fotg210_ep *ep = in fotg210_clear_feature()
723 struct fotg210_ep *ep; in fotg210_ep0_complete()
817 struct fotg210_ep *ep = fotg210->ep[0]; in fotg210_ep0out()
837 struct fotg210_ep *ep = fotg210->ep[0]; in fotg210_ep0in()
[all …]
H A Dfotg210-udc.h217 struct fotg210_ep { struct
245 struct fotg210_ep *ep[FOTG210_MAX_NUM_EP]; argument
/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c30 struct fotg210_ep { struct
45 struct fotg210_ep *ep; argument
56 struct fotg210_ep ep[1 + CFG_NUM_ENDPOINTS];
208 static int fotg210_dma(struct fotg210_ep *ep, struct fotg210_request *req) in fotg210_dma()
469 struct fotg210_ep *ep = chip->ep + ep_id; in fotg210_recv()
503 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_enable()
547 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_disable()
585 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_queue()
644 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_dequeue()
670 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_halt()
[all …]