Lines Matching refs:fotg210_to_hcd

93 	dev_dbg(fotg210_to_hcd(fotg210)->self.controller, fmt, ## args)
95 dev_err(fotg210_to_hcd(fotg210)->self.controller, fmt, ## args)
97 dev_info(fotg210_to_hcd(fotg210)->self.controller, fmt, ## args)
99 dev_warn(fotg210_to_hcd(fotg210)->self.controller, fmt, ## args)
859 struct usb_bus *bus = &fotg210_to_hcd(fotg210)->self; in create_debug_files()
945 synchronize_irq(fotg210_to_hcd(fotg210)->irq); in fotg210_halt()
962 if (fotg210->debug && !dbgp_reset_prep(fotg210_to_hcd(fotg210))) in fotg210_reset()
977 dbgp_external_startup(fotg210_to_hcd(fotg210)); in fotg210_reset()
1602 mod_timer(&fotg210_to_hcd(fotg210)->rh_timer, in fotg210_hub_control()
1931 dma_free_coherent(fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_cleanup()
1948 fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
1957 fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
1970 fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
1979 dma_alloc_coherent(fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
2152 fotg210_to_hcd(fotg210)->self.root_hub) { in fotg210_clear_tt_buffer()
2230 fotg210_to_hcd(fotg210)->self.bandwidth_int_reqs--; in fotg210_urb_done()
2254 usb_hcd_unlink_urb_from_ep(fotg210_to_hcd(fotg210), urb); in fotg210_urb_done()
2256 usb_hcd_giveback_urb(fotg210_to_hcd(fotg210), urb, status); in fotg210_urb_done()
2862 if (tt && tt->hub != fotg210_to_hcd(fotg210)->self.root_hub) in qh_make()
3074 if (unlikely(!HCD_HW_ACCESSIBLE(fotg210_to_hcd(fotg210)))) { in submit_async()
3078 rc = usb_hcd_link_urb_to_ep(fotg210_to_hcd(fotg210), urb); in submit_async()
3084 usb_hcd_unlink_urb_from_ep(fotg210_to_hcd(fotg210), urb); in submit_async()
3566 fotg210_to_hcd(fotg210)->self.bandwidth_allocated += qh->period in qh_link_periodic()
3607 fotg210_to_hcd(fotg210)->self.bandwidth_allocated -= qh->period in qh_unlink_periodic()
3866 if (unlikely(!HCD_HW_ACCESSIBLE(fotg210_to_hcd(fotg210)))) { in intr_submit()
3870 status = usb_hcd_link_urb_to_ep(fotg210_to_hcd(fotg210), urb); in intr_submit()
3892 fotg210_to_hcd(fotg210)->self.bandwidth_int_reqs++; in intr_submit()
3896 usb_hcd_unlink_urb_from_ep(fotg210_to_hcd(fotg210), urb); in intr_submit()
4394 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_link_urb()
4527 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_complete()
4592 if (unlikely(!HCD_HW_ACCESSIBLE(fotg210_to_hcd(fotg210)))) { in itd_submit()
4596 status = usb_hcd_link_urb_to_ep(fotg210_to_hcd(fotg210), urb); in itd_submit()
4603 usb_hcd_unlink_urb_from_ep(fotg210_to_hcd(fotg210), urb); in itd_submit()
4802 struct device *controller = fotg210_to_hcd(fotg210)->self.controller; in create_sysfs_files()
4815 struct device *controller = fotg210_to_hcd(fotg210)->self.controller; in remove_sysfs_files()