Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dfotg210-udc.c31 static void fotg210_disable_fifo_int(struct fotg210_ep *ep) in fotg210_disable_fifo_int()
42 static void fotg210_enable_fifo_int(struct fotg210_ep *ep) in fotg210_enable_fifo_int()
61 static void fotg210_done(struct fotg210_ep *ep, struct fotg210_request *req, in fotg210_done()
84 static void fotg210_fifo_ep_mapping(struct fotg210_ep *ep, u32 epnum, in fotg210_fifo_ep_mapping()
112 static void fotg210_set_fifo_dir(struct fotg210_ep *ep, u32 epnum, u32 dir_in) in fotg210_set_fifo_dir()
122 static void fotg210_set_tfrtype(struct fotg210_ep *ep, u32 epnum, u32 type) in fotg210_set_tfrtype()
132 static void fotg210_set_mps(struct fotg210_ep *ep, u32 epnum, u32 mps, in fotg210_set_mps()
145 static int fotg210_config_ep(struct fotg210_ep *ep, in fotg210_config_ep()
163 struct fotg210_ep *ep; in fotg210_ep_enable()
165 ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_enable()
[all …]
Dfotg210.h219 struct fotg210_ep { struct
244 struct fotg210_ep *ep[FOTG210_MAX_NUM_EP]; argument