Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/fotg210/
H A Dfotg210-udc.c96 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_fifo_ep_mapping()
123 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_fifo_dir()
133 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_tfrtype()
144 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_mps()
157 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_config_ep()
269 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_enable_dma()
457 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_epnstall()
493 struct fotg210_udc *fotg210; in fotg210_set_halt_and_wedge()
724 struct fotg210_udc *fotg210; in fotg210_ep0_complete()
884 struct fotg210_udc *fotg210 = _fotg210; in fotg210_irq()
[all …]
H A Dfotg210-udc.h219 struct fotg210_udc *fotg210;
233 struct fotg210_udc { struct
254 #define gadget_to_fotg210(g) container_of((g), struct fotg210_udc, gadget) argument