Lines Matching refs:fotg210_to_hcd

83 	dev_dbg(fotg210_to_hcd(fotg210)->self.controller, fmt, ## args)
85 dev_err(fotg210_to_hcd(fotg210)->self.controller, fmt, ## args)
87 dev_info(fotg210_to_hcd(fotg210)->self.controller, fmt, ## args)
89 dev_warn(fotg210_to_hcd(fotg210)->self.controller, fmt, ## args)
849 struct usb_bus *bus = &fotg210_to_hcd(fotg210)->self; in create_debug_files()
920 synchronize_irq(fotg210_to_hcd(fotg210)->irq); in fotg210_halt()
937 if (fotg210->debug && !dbgp_reset_prep(fotg210_to_hcd(fotg210))) in fotg210_reset()
952 dbgp_external_startup(fotg210_to_hcd(fotg210)); in fotg210_reset()
1576 mod_timer(&fotg210_to_hcd(fotg210)->rh_timer, in fotg210_hub_control()
1907 dma_free_coherent(fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_cleanup()
1924 fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
1933 fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
1946 fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
1955 dma_alloc_coherent(fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
2128 fotg210_to_hcd(fotg210)->self.root_hub) { in fotg210_clear_tt_buffer()
2206 fotg210_to_hcd(fotg210)->self.bandwidth_int_reqs--; in fotg210_urb_done()
2230 usb_hcd_unlink_urb_from_ep(fotg210_to_hcd(fotg210), urb); in fotg210_urb_done()
2232 usb_hcd_giveback_urb(fotg210_to_hcd(fotg210), urb, status); in fotg210_urb_done()
2830 if (tt && tt->hub != fotg210_to_hcd(fotg210)->self.root_hub) in qh_make()
3042 if (unlikely(!HCD_HW_ACCESSIBLE(fotg210_to_hcd(fotg210)))) { in submit_async()
3046 rc = usb_hcd_link_urb_to_ep(fotg210_to_hcd(fotg210), urb); in submit_async()
3052 usb_hcd_unlink_urb_from_ep(fotg210_to_hcd(fotg210), urb); in submit_async()
3534 fotg210_to_hcd(fotg210)->self.bandwidth_allocated += qh->period in qh_link_periodic()
3575 fotg210_to_hcd(fotg210)->self.bandwidth_allocated -= qh->period in qh_unlink_periodic()
3834 if (unlikely(!HCD_HW_ACCESSIBLE(fotg210_to_hcd(fotg210)))) { in intr_submit()
3838 status = usb_hcd_link_urb_to_ep(fotg210_to_hcd(fotg210), urb); in intr_submit()
3860 fotg210_to_hcd(fotg210)->self.bandwidth_int_reqs++; in intr_submit()
3864 usb_hcd_unlink_urb_from_ep(fotg210_to_hcd(fotg210), urb); in intr_submit()
4362 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_link_urb()
4494 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_complete()
4559 if (unlikely(!HCD_HW_ACCESSIBLE(fotg210_to_hcd(fotg210)))) { in itd_submit()
4563 status = usb_hcd_link_urb_to_ep(fotg210_to_hcd(fotg210), urb); in itd_submit()
4570 usb_hcd_unlink_urb_from_ep(fotg210_to_hcd(fotg210), urb); in itd_submit()
4768 struct device *controller = fotg210_to_hcd(fotg210)->self.controller; in create_sysfs_files()
4775 struct device *controller = fotg210_to_hcd(fotg210)->self.controller; in remove_sysfs_files()