Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c845 struct usb_bus *bus = &fotg210_to_hcd(fotg210)->self; in create_debug_files()
859 struct usb_bus *bus = &fotg210_to_hcd(fotg210)->self; in remove_debug_files()
917 synchronize_irq(fotg210_to_hcd(fotg210)->irq); in fotg210_halt()
949 dbgp_external_startup(fotg210_to_hcd(fotg210)); in fotg210_reset()
1573 mod_timer(&fotg210_to_hcd(fotg210)->rh_timer, in fotg210_hub_control()
1922 fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
1931 fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
1944 fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
2126 fotg210_to_hcd(fotg210)->self.root_hub) { in fotg210_clear_tt_buffer()
4359 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_link_urb()
[all …]
H A Dfotg210-hcd.h195 static inline struct usb_hcd *fotg210_to_hcd(struct fotg210_hcd *fotg210) in fotg210_to_hcd() function