Home
last modified time | relevance | path

Searched defs:fotg210 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dfotg210-hcd.c79 #define fotg210_dbg(fotg210, fmt, args...) \ argument
81 #define fotg210_err(fotg210, fmt, args...) \ argument
83 #define fotg210_info(fotg210, fmt, args...) \ argument
85 #define fotg210_warn(fotg210, fmt, args...) \ argument
91 static void dbg_hcs_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcs_params()
102 static void dbg_hcc_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcc_params()
113 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd) in dbg_qtd()
129 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh()
141 dbg_itd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_itd *itd) in dbg_itd()
260 #define dbg_status(fotg210, label, status) { \ argument
[all …]
Dfotg210.h194 static inline struct usb_hcd *fotg210_to_hcd(struct fotg210_hcd *fotg210) in fotg210_to_hcd()
212 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ argument
214 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ argument
307 #define QTD_NEXT(fotg210, dma) cpu_to_hc32(fotg210, (u32)dma) argument
336 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE) argument
337 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT) argument
338 #define STATUS_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_STS) argument
351 #define QTD_MASK(fotg210) cpu_to_hc32(fotg210, ~0x1f) argument
358 #define Q_NEXT_TYPE(fotg210, dma) ((dma) & cpu_to_hc32(fotg210, 3 << 1)) argument
374 #define QH_NEXT(fotg210, dma) \ argument
[all …]
/Linux-v4.19/drivers/usb/gadget/udc/
Dfotg210-udc.c50 static void fotg210_set_cxdone(struct fotg210_udc *fotg210) in fotg210_set_cxdone()
84 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_fifo_ep_mapping() local
111 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_fifo_dir() local
121 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_tfrtype() local
132 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_mps() local
145 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_config_ep() local
173 static void fotg210_reset_tseq(struct fotg210_udc *fotg210, u8 epnum) in fotg210_reset_tseq()
257 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_enable_dma() local
449 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_epnstall() local
470 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_clear_epnstall() local
[all …]
Dfotg210.h217 struct fotg210_udc *fotg210; member