Home
last modified time | relevance | path

Searched defs:fusb300 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/
H A Dfusb300_udc.c200 struct fusb300 *fusb300 = ep->fusb300; in config_ep() local
291 struct fusb300 *fusb300 = ep->fusb300; in enable_fifo_int() local
306 struct fusb300 *fusb300 = ep->fusb300; in disable_fifo_int() local
336 struct fusb300 *fusb300 = ep->fusb300; in fusb300_wrcxf() local
473 struct fusb300 *fusb300; in fusb300_set_halt_and_wedge() local
607 struct fusb300 *fusb300 = ep->fusb300; in fusb300_rdfifo() local
971 struct fusb300 *fusb300 = ep->fusb300; in out_ep_fifo_handler() local
1061 struct fusb300 *fusb300 = _fusb300; in fusb300_irq() local
1311 struct fusb300 *fusb300 = to_fusb300(g); in fusb300_udc_start() local
1321 struct fusb300 *fusb300 = to_fusb300(g); in fusb300_udc_stop() local
[all …]
H A Dfusb300_udc.h641 struct fusb300 *fusb300; member
652 struct fusb300 { struct
661 struct fusb300_ep *ep[FUSB300_MAX_NUM_EP]; argument
673 #define to_fusb300(g) (container_of((g), struct fusb300, gadget)) argument