Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dfusb300_udc.c33 static void done(struct fusb300_ep *ep, struct fusb300_request *req,
55 static void fusb300_ep_setting(struct fusb300_ep *ep, in fusb300_ep_setting()
62 static int fusb300_ep_release(struct fusb300_ep *ep) in fusb300_ep_release()
197 static int config_ep(struct fusb300_ep *ep, in config_ep()
235 struct fusb300_ep *ep; in fusb300_enable()
237 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_enable()
250 struct fusb300_ep *ep; in fusb300_disable()
254 ep = container_of(_ep, struct fusb300_ep, ep); in fusb300_disable()
289 static int enable_fifo_int(struct fusb300_ep *ep) in enable_fifo_int()
304 static int disable_fifo_int(struct fusb300_ep *ep) in disable_fifo_int()
[all …]
H A Dfusb300_udc.h639 struct fusb300_ep { struct
661 struct fusb300_ep *ep[FUSB300_MAX_NUM_EP]; argument