Lines Matching full:usb_hcd

74  *		associated cleanup.  "usb_hcd" still != "usb_bus".
412 rh_string(int id, struct usb_hcd const *hcd, u8 *data, unsigned len) in rh_string()
451 static int rh_call_control (struct usb_hcd *hcd, struct urb *urb) in rh_call_control()
721 void usb_hcd_poll_rh_status(struct usb_hcd *hcd) in usb_hcd_poll_rh_status()
774 struct usb_hcd *_hcd = timer_container_of(_hcd, t, rh_timer); in rh_timer_func()
781 static int rh_queue_status (struct usb_hcd *hcd, struct urb *urb) in rh_queue_status()
812 static int rh_urb_enqueue (struct usb_hcd *hcd, struct urb *urb) in rh_urb_enqueue()
826 static int usb_rh_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in usb_rh_urb_dequeue()
951 static int register_root_hub(struct usb_hcd *hcd) in register_root_hub()
1126 int usb_hcd_link_urb_to_ep(struct usb_hcd *hcd, struct urb *urb) in usb_hcd_link_urb_to_ep()
1184 int usb_hcd_check_unlink_urb(struct usb_hcd *hcd, struct urb *urb, in usb_hcd_check_unlink_urb()
1217 void usb_hcd_unlink_urb_from_ep(struct usb_hcd *hcd, struct urb *urb) in usb_hcd_unlink_urb_from_ep()
1305 void usb_hcd_unmap_urb_setup_for_dma(struct usb_hcd *hcd, struct urb *urb) in usb_hcd_unmap_urb_setup_for_dma()
1325 static void unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) in unmap_urb_for_dma()
1333 void usb_hcd_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) in usb_hcd_unmap_urb_for_dma()
1377 static int map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, in map_urb_for_dma()
1386 int usb_hcd_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, in usb_hcd_map_urb_for_dma()
1518 struct usb_hcd *hcd = bus_to_hcd(urb->dev->bus); in usb_hcd_submit_urb()
1575 static int unlink1(struct usb_hcd *hcd, struct urb *urb, int status) in unlink1()
1599 struct usb_hcd *hcd; in usb_hcd_unlink_urb()
1632 struct usb_hcd *hcd = bus_to_hcd(urb->dev->bus); in __usb_hcd_giveback_urb()
1731 void usb_hcd_giveback_urb(struct usb_hcd *hcd, struct urb *urb, int status) in usb_hcd_giveback_urb()
1773 struct usb_hcd *hcd; in usb_hcd_flush_endpoint()
1857 struct usb_hcd *hcd; in usb_hcd_alloc_bandwidth()
1974 struct usb_hcd *hcd; in usb_hcd_disable_endpoint()
1993 struct usb_hcd *hcd = bus_to_hcd(udev->bus); in usb_hcd_reset_endpoint()
2027 struct usb_hcd *hcd; in usb_alloc_streams()
2077 struct usb_hcd *hcd; in usb_free_streams()
2118 struct usb_hcd *hcd = bus_to_hcd(udev->bus); in usb_hcd_get_frame_number()
2147 struct usb_hcd *hcd = bus_to_hcd(udev->bus); in request_single_step_set_feature_urb()
2177 int ehset_single_step_set_feature(struct usb_hcd *hcd, int port) in ehset_single_step_set_feature()
2260 struct usb_hcd *hcd = bus_to_hcd(rhdev->bus); in hcd_bus_suspend()
2313 struct usb_hcd *hcd = bus_to_hcd(rhdev->bus); in hcd_bus_resume()
2383 struct usb_hcd *hcd = container_of(work, struct usb_hcd, wakeup_work); in hcd_resume_work()
2398 void usb_hcd_resume_root_hub (struct usb_hcd *hcd) in usb_hcd_resume_root_hub()
2433 struct usb_hcd *hcd; in usb_bus_start_enum()
2469 struct usb_hcd *hcd = __hcd; in usb_hcd_irq()
2488 struct usb_hcd *hcd = container_of(work, struct usb_hcd, died_work); in hcd_died_work()
2508 void usb_hc_died (struct usb_hcd *hcd) in usb_hc_died()
2560 struct usb_hcd *__usb_create_hcd(const struct hc_driver *driver, in __usb_create_hcd()
2562 struct usb_hcd *primary_hcd) in __usb_create_hcd()
2564 struct usb_hcd *hcd; in __usb_create_hcd()
2624 * @primary_hcd: a pointer to the usb_hcd structure that is sharing the
2629 * Allocate a struct usb_hcd, with extra space at the end for the
2636 struct usb_hcd *usb_create_shared_hcd(const struct hc_driver *driver, in usb_create_shared_hcd()
2638 struct usb_hcd *primary_hcd) in usb_create_shared_hcd()
2652 * Allocate a struct usb_hcd, with extra space at the end for the
2659 struct usb_hcd *usb_create_hcd(const struct hc_driver *driver, in usb_create_hcd()
2668 * Don't deallocate the bandwidth_mutex until the last shared usb_hcd is
2677 struct usb_hcd *hcd = container_of (kref, struct usb_hcd, kref); in hcd_release()
2681 struct usb_hcd *peer = hcd->shared_hcd; in hcd_release()
2693 struct usb_hcd *usb_get_hcd(struct usb_hcd *hcd) in usb_get_hcd()
2701 void usb_put_hcd(struct usb_hcd *hcd) in usb_put_hcd()
2708 int usb_hcd_is_primary_hcd(struct usb_hcd *hcd) in usb_hcd_is_primary_hcd()
2716 int usb_hcd_find_raw_port_number(struct usb_hcd *hcd, int port1) in usb_hcd_find_raw_port_number()
2724 static int usb_hcd_request_irqs(struct usb_hcd *hcd, in usb_hcd_request_irqs()
2761 static void usb_put_invalidate_rhdev(struct usb_hcd *hcd) in usb_put_invalidate_rhdev()
2774 * @hcd: the usb_hcd that has to be halted
2778 static void usb_stop_hcd(struct usb_hcd *hcd) in usb_stop_hcd()
2794 * @hcd: the usb_hcd structure to initialize
2802 int usb_add_hcd(struct usb_hcd *hcd, in usb_add_hcd()
2807 struct usb_hcd *shared_hcd; in usb_add_hcd()
3021 * @hcd: the usb_hcd structure to remove
3028 void usb_remove_hcd(struct usb_hcd *hcd) in usb_remove_hcd()
3098 struct usb_hcd *hcd = platform_get_drvdata(dev); in usb_hcd_platform_shutdown()
3108 int usb_hcd_setup_local_mem(struct usb_hcd *hcd, phys_addr_t phys_addr, in usb_hcd_setup_local_mem()