Searched defs:fotg210 (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/usb/host/ |
| D | fotg210-hcd.c | 92 #define fotg210_dbg(fotg210, fmt, args...) \ argument 94 #define fotg210_err(fotg210, fmt, args...) \ argument 96 #define fotg210_info(fotg210, fmt, args...) \ argument 98 #define fotg210_warn(fotg210, fmt, args...) \ argument 104 static void dbg_hcs_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcs_params() 115 static void dbg_hcc_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcc_params() 126 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd) in dbg_qtd() 142 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh() 154 dbg_itd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_itd *itd) in dbg_itd() 273 #define dbg_status(fotg210, label, status) { \ argument [all …]
|
| D | fotg210.h | 193 static inline struct usb_hcd *fotg210_to_hcd(struct fotg210_hcd *fotg210) in fotg210_to_hcd() 211 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ argument 213 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ argument 306 #define QTD_NEXT(fotg210, dma) cpu_to_hc32(fotg210, (u32)dma) argument 335 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE) argument 336 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT) argument 337 #define STATUS_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_STS) argument 350 #define QTD_MASK(fotg210) cpu_to_hc32(fotg210, ~0x1f) argument 357 #define Q_NEXT_TYPE(fotg210, dma) ((dma) & cpu_to_hc32(fotg210, 3 << 1)) argument 373 #define QH_NEXT(fotg210, dma) \ argument [all …]
|
| /linux-4.4.14/drivers/usb/gadget/udc/ |
| D | fotg210-udc.c | 53 static void fotg210_set_cxdone(struct fotg210_udc *fotg210) in fotg210_set_cxdone() 87 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_fifo_ep_mapping() local 114 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_fifo_dir() local 124 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_tfrtype() local 135 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_mps() local 148 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_config_ep() local 176 static void fotg210_reset_tseq(struct fotg210_udc *fotg210, u8 epnum) in fotg210_reset_tseq() 260 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_enable_dma() local 452 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_epnstall() local 473 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_clear_epnstall() local [all …]
|
| D | fotg210.h | 221 struct fotg210_udc *fotg210; member
|