Lines Matching refs:fotg210_to_hcd
99 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()
2010 fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
2019 fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
2032 fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
2041 dma_alloc_coherent(fotg210_to_hcd(fotg210)->self.controller, in fotg210_mem_init()
2226 fotg210_to_hcd(fotg210)->self.root_hub) { in fotg210_clear_tt_buffer()
2308 fotg210_to_hcd(fotg210)->self.bandwidth_int_reqs--; in fotg210_urb_done()
2332 usb_hcd_unlink_urb_from_ep(fotg210_to_hcd(fotg210), urb); in fotg210_urb_done()
2334 usb_hcd_giveback_urb(fotg210_to_hcd(fotg210), urb, status); in fotg210_urb_done()
2958 if (tt && tt->hub != fotg210_to_hcd(fotg210)->self.root_hub) in qh_make()
3183 if (unlikely(!HCD_HW_ACCESSIBLE(fotg210_to_hcd(fotg210)))) { in submit_async()
3187 rc = usb_hcd_link_urb_to_ep(fotg210_to_hcd(fotg210), urb); in submit_async()
3193 usb_hcd_unlink_urb_from_ep(fotg210_to_hcd(fotg210), urb); in submit_async()
3698 fotg210_to_hcd(fotg210)->self.bandwidth_allocated += qh->period in qh_link_periodic()
3739 fotg210_to_hcd(fotg210)->self.bandwidth_allocated -= qh->period in qh_unlink_periodic()
4012 if (unlikely(!HCD_HW_ACCESSIBLE(fotg210_to_hcd(fotg210)))) { in intr_submit()
4016 status = usb_hcd_link_urb_to_ep(fotg210_to_hcd(fotg210), urb); in intr_submit()
4038 fotg210_to_hcd(fotg210)->self.bandwidth_int_reqs++; in intr_submit()
4042 usb_hcd_unlink_urb_from_ep(fotg210_to_hcd(fotg210), urb); in intr_submit()
4586 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_link_urb()
4719 fotg210_to_hcd(fotg210)->self.bandwidth_allocated in itd_complete()
4786 if (unlikely(!HCD_HW_ACCESSIBLE(fotg210_to_hcd(fotg210)))) { in itd_submit()
4790 status = usb_hcd_link_urb_to_ep(fotg210_to_hcd(fotg210), urb); in itd_submit()
4797 usb_hcd_unlink_urb_from_ep(fotg210_to_hcd(fotg210), urb); in itd_submit()
4990 struct device *controller = fotg210_to_hcd(fotg210)->self.controller; in create_sysfs_files()
5003 struct device *controller = fotg210_to_hcd(fotg210)->self.controller; in remove_sysfs_files()