Home
last modified time | relevance | path

Searched refs:fotg210_hcd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dfotg210.h33 /* fotg210_hcd->lock guards shared data against other CPUs:
34 * fotg210_hcd: async, unlink, periodic (and shadow), ...
76 struct fotg210_hcd { /* one per controller */ struct
193 static inline struct fotg210_hcd *hcd_to_fotg210(struct usb_hcd *hcd) in hcd_to_fotg210()
195 return (struct fotg210_hcd *)(hcd->hcd_priv); in hcd_to_fotg210()
197 static inline struct usb_hcd *fotg210_to_hcd(struct fotg210_hcd *fotg210) in fotg210_to_hcd()
613 fotg210_get_speed(struct fotg210_hcd *fotg210, unsigned int portsc) in fotg210_get_speed()
621 fotg210_port_speed(struct fotg210_hcd *fotg210, unsigned int portsc) in fotg210_port_speed()
652 static inline unsigned int fotg210_readl(const struct fotg210_hcd *fotg210, in fotg210_readl()
658 static inline void fotg210_writel(const struct fotg210_hcd *fotg21
[all...]
H A Dfotg210-hcd.c44 static const char hcd_name[] = "fotg210_hcd";
94 static void dbg_hcs_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcs_params()
105 static void dbg_hcc_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcc_params()
116 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd) in dbg_qtd()
132 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh()
144 dbg_itd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_itd *itd) in dbg_itd()
340 static inline char token_mark(struct fotg210_hcd *fotg210, __hc32 token) in token_mark()
354 static void qh_lines(struct fotg210_hcd *fotg210, struct fotg210_qh *qh, in qh_lines()
448 struct fotg210_hcd *fotg210; in fill_async_buffer()
484 static unsigned output_buf_tds_dir(char *buf, struct fotg210_hcd *fotg21
[all...]
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h33 /* fotg210_hcd->lock guards shared data against other CPUs:
34 * fotg210_hcd: async, unlink, periodic (and shadow), ...
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()
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 *fotg21
[all...]
H A Dfotg210-hcd.c43 static const char hcd_name[] = "fotg210_hcd";
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()
447 struct fotg210_hcd *fotg210; in fill_async_buffer()
483 static unsigned output_buf_tds_dir(char *buf, struct fotg210_hcd *fotg21
[all...]

Completed in 10 milliseconds