Lines Matching refs:hcd
81 dev_dbg ((ehci)->hcd.controller , fmt , __VA_ARGS__ )
83 dev_err ((ehci)->hcd.controller , fmt , __VA_ARGS__ )
85 dev_info ((ehci)->hcd.controller , fmt , __VA_ARGS__ )
87 dev_warn ((ehci)->hcd.controller , fmt , __VA_ARGS__ )
103 dev_dbg ((ehci)->hcd.controller, in dbg_hcs_params()
143 dev_dbg ((ehci)->hcd.controller, in dbg_hcc_params()
151 dev_dbg ((ehci)->hcd.controller, in dbg_hcc_params()
180 dev_dbg ((ehci)->hcd.controller, "%s qtd %p next%08x %08x token%08x buf=%08x\n", label, qtd, in dbg_qtd()
186 dev_dbg ((ehci)->hcd.controller, " buf1=%08x buf2=%08x buf3=%08x bufp4=%08x\n", in dbg_qtd()
195 dev_dbg ((ehci)->hcd.controller, "%s qh %p next%08x info %x %x qtd %x\n", label, in dbg_qh()
650 struct usb_hcd *hcd; in show_async() local
657 hcd = bus->hcpriv; in show_async()
658 ehci = hcd_to_ehci (hcd); in show_async()
700 struct usb_hcd *hcd; in show_periodic() local
713 hcd = bus->hcpriv; in show_periodic()
714 ehci = hcd_to_ehci (hcd); in show_periodic()
936 struct usb_hcd *hcd; in show_registers() local
944 hcd = bus->hcpriv; in show_registers()
945 ehci = hcd_to_ehci (hcd); in show_registers()
954 i >> 8, i & 0x0ff, ehci->hcd.state); in show_registers()