Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dfusb300_udc.c36 static void done(struct fusb300_ep *ep, struct fusb300_request *req,
58 static void fusb300_ep_setting(struct fusb300_ep *ep, in fusb300_ep_setting()
65 static int fusb300_ep_release(struct fusb300_ep *ep) in fusb300_ep_release()
200 static int config_ep(struct fusb300_ep *ep, in config_ep()
238 struct fusb300_ep *ep; in fusb300_enable()
240 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_enable()
253 struct fusb300_ep *ep; in fusb300_disable()
257 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_disable()
292 static int enable_fifo_int(struct fusb300_ep *ep) in enable_fifo_int()
307 static int disable_fifo_int(struct fusb300_ep *ep) in disable_fifo_int()
[all …]
Dfusb300_udc.h642 struct fusb300_ep { struct
664 struct fusb300_ep *ep[FUSB300_MAX_NUM_EP]; argument