Lines Matching refs:ehci_hcd

15 static void dbg_hcs_params(struct ehci_hcd *ehci, char *label)  in dbg_hcs_params()
51 static void dbg_hcc_params(struct ehci_hcd *ehci, char *label) in dbg_hcc_params()
80 dbg_qtd(const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd()
96 dbg_qh(const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh()
106 dbg_itd(const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) in dbg_itd()
137 dbg_sitd(const char *label, struct ehci_hcd *ehci, struct ehci_sitd *sitd) in dbg_sitd()
261 dbg_status(struct ehci_hcd *ehci, const char *label, u32 status) in dbg_status()
270 dbg_cmd(struct ehci_hcd *ehci, const char *label, u32 command) in dbg_cmd()
279 dbg_port(struct ehci_hcd *ehci, const char *label, int port, u32 status) in dbg_port()
356 static inline char token_mark(struct ehci_hcd *ehci, __hc32 token) in token_mark()
370 static void qh_lines(struct ehci_hcd *ehci, struct ehci_qh *qh, in qh_lines()
473 struct ehci_hcd *ehci; in fill_async_buffer()
512 struct ehci_hcd *ehci; in fill_bandwidth_buffer()
593 static unsigned output_buf_tds_dir(char *buf, struct ehci_hcd *ehci, in output_buf_tds_dir()
624 struct ehci_hcd *ehci; in fill_periodic_buffer()
740 static const char *rh_state_string(struct ehci_hcd *ehci) in rh_state_string()
758 struct ehci_hcd *ehci; in fill_registers_buffer()
1026 static inline void create_debug_files(struct ehci_hcd *ehci) in create_debug_files()
1042 static inline void remove_debug_files(struct ehci_hcd *ehci) in remove_debug_files()
1049 static inline void dbg_hcs_params(struct ehci_hcd *ehci, char *label) { } in dbg_hcs_params()
1050 static inline void dbg_hcc_params(struct ehci_hcd *ehci, char *label) { } in dbg_hcc_params()
1053 struct ehci_hcd *ehci, struct ehci_qh *qh) { } in dbg_qh()
1071 static inline void dbg_status(struct ehci_hcd *ehci, const char *label, in dbg_status()
1073 static inline void dbg_cmd(struct ehci_hcd *ehci, const char *label, in dbg_cmd()
1075 static inline void dbg_port(struct ehci_hcd *ehci, const char *label, in dbg_port()
1078 static inline void create_debug_files(struct ehci_hcd *bus) { } in create_debug_files()
1079 static inline void remove_debug_files(struct ehci_hcd *bus) { } in remove_debug_files()