Searched refs:fotg210_hcd (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/usb/fotg210/ |
D | fotg210-hcd.c | 93 static void dbg_hcs_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcs_params() 104 static void dbg_hcc_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcc_params() 115 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd) in dbg_qtd() 131 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh() 143 dbg_itd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_itd *itd) in dbg_itd() 339 static inline char token_mark(struct fotg210_hcd *fotg210, __hc32 token) in token_mark() 353 static void qh_lines(struct fotg210_hcd *fotg210, struct fotg210_qh *qh, in qh_lines() 450 struct fotg210_hcd *fotg210; in fill_async_buffer() 486 static unsigned output_buf_tds_dir(char *buf, struct fotg210_hcd *fotg210, in output_buf_tds_dir() 517 struct fotg210_hcd *fotg210; in fill_periodic_buffer() [all …]
|
D | fotg210-hcd.h | 76 struct fotg210_hcd { /* one per controller */ struct 191 static inline struct fotg210_hcd *hcd_to_fotg210(struct usb_hcd *hcd) in hcd_to_fotg210() argument 193 return (struct fotg210_hcd *)(hcd->hcd_priv); in hcd_to_fotg210() 195 static inline struct usb_hcd *fotg210_to_hcd(struct fotg210_hcd *fotg210) in fotg210_to_hcd() 611 fotg210_get_speed(struct fotg210_hcd *fotg210, unsigned int portsc) in fotg210_get_speed() 619 fotg210_port_speed(struct fotg210_hcd *fotg210, unsigned int portsc) in fotg210_port_speed() 650 static inline unsigned int fotg210_readl(const struct fotg210_hcd *fotg210, in fotg210_readl() 656 static inline void fotg210_writel(const struct fotg210_hcd *fotg210, in fotg210_writel() 663 static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x) in cpu_to_hc32() 669 static inline u32 hc32_to_cpu(const struct fotg210_hcd *fotg210, const __hc32 x) in hc32_to_cpu() [all …]
|