Home
last modified time | relevance | path

Searched refs:fotg210_to_hcd (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dfotg210-hcd.c99 dev_dbg(fotg210_to_hcd(fotg210)->self.controller , fmt , ## args)
101 dev_err(fotg210_to_hcd(fotg210)->self.controller , fmt , ## args)
103 dev_info(fotg210_to_hcd(fotg210)->self.controller , fmt , ## args)
105 dev_warn(fotg210_to_hcd(fotg210)->self.controller , fmt , ## args)
872 struct usb_bus *bus = &fotg210_to_hcd(fotg210)->self; in create_debug_files()
962 synchronize_irq(fotg210_to_hcd(fotg210)->irq); in fotg210_halt()
979 if (fotg210->debug && !dbgp_reset_prep(fotg210_to_hcd(fotg210))) in fotg210_reset()
994 dbgp_external_startup(fotg210_to_hcd(fotg210)); in fotg210_reset()
1653 mod_timer(&fotg210_to_hcd(fotg210)->rh_timer, in fotg210_hub_control()
1993 dma_free_coherent(fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_cleanup()
[all …]
Dfotg210.h187 static inline struct usb_hcd *fotg210_to_hcd(struct fotg210_hcd *fotg210) in fotg210_to_hcd() function