Lines Matching defs:hcd

326 	struct usb_hcd *hcd = xhci_to_hcd(xhci);  in xhci_setup_msix()  local
368 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cleanup_msix() local
393 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_msix_sync_irqs() local
404 static int xhci_try_enable_msi(struct usb_hcd *hcd) in xhci_try_enable_msi()
461 static inline int xhci_try_enable_msi(struct usb_hcd *hcd) in xhci_try_enable_msi()
479 struct usb_hcd *hcd; in compliance_mode_recovery() local
576 static int xhci_init(struct usb_hcd *hcd) in xhci_init()
635 int xhci_run(struct usb_hcd *hcd) in xhci_run()
713 static void xhci_stop(struct usb_hcd *hcd) in xhci_stop()
776 static void xhci_shutdown(struct usb_hcd *hcd) in xhci_shutdown()
971 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_suspend() local
1063 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_resume() local
1287 static int xhci_check_args(struct usb_hcd *hcd, struct usb_device *udev, in xhci_check_args()
1407 static int xhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) in xhci_urb_enqueue()
1546 static int xhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in xhci_urb_dequeue()
1678 static int xhci_drop_endpoint(struct usb_hcd *hcd, struct usb_device *udev, in xhci_drop_endpoint()
1763 static int xhci_add_endpoint(struct usb_hcd *hcd, struct usb_device *udev, in xhci_add_endpoint()
2803 static int xhci_check_bandwidth(struct usb_hcd *hcd, struct usb_device *udev) in xhci_check_bandwidth()
2900 static void xhci_reset_bandwidth(struct usb_hcd *hcd, struct usb_device *udev) in xhci_reset_bandwidth()
3026 static void xhci_endpoint_reset(struct usb_hcd *hcd, in xhci_endpoint_reset()
3269 static int xhci_alloc_streams(struct usb_hcd *hcd, struct usb_device *udev, in xhci_alloc_streams()
3432 static int xhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev, in xhci_free_streams()
3564 static int xhci_discover_or_reset_device(struct usb_hcd *hcd, in xhci_discover_or_reset_device()
3725 static void xhci_free_dev(struct usb_hcd *hcd, struct usb_device *udev) in xhci_free_dev()
3825 int xhci_alloc_dev(struct usb_hcd *hcd, struct usb_device *udev) in xhci_alloc_dev()
3916 static int xhci_setup_device(struct usb_hcd *hcd, struct usb_device *udev, in xhci_setup_device()
4096 static int xhci_address_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_address_device()
4101 static int xhci_enable_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_enable_device()
4112 int xhci_find_raw_port_number(struct usb_hcd *hcd, int port1) in xhci_find_raw_port_number()
4246 static int xhci_set_usb2_hardware_lpm(struct usb_hcd *hcd, in xhci_set_usb2_hardware_lpm()
4370 static int xhci_update_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_update_device()
4669 static u16 xhci_calculate_lpm_timeout(struct usb_hcd *hcd, in xhci_calculate_lpm_timeout()
4780 static int xhci_enable_usb3_lpm_timeout(struct usb_hcd *hcd, in xhci_enable_usb3_lpm_timeout()
4811 static int xhci_disable_usb3_lpm_timeout(struct usb_hcd *hcd, in xhci_disable_usb3_lpm_timeout()
4827 static int xhci_set_usb2_hardware_lpm(struct usb_hcd *hcd, in xhci_set_usb2_hardware_lpm()
4833 static int xhci_update_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_update_device()
4838 static int xhci_enable_usb3_lpm_timeout(struct usb_hcd *hcd, in xhci_enable_usb3_lpm_timeout()
4844 static int xhci_disable_usb3_lpm_timeout(struct usb_hcd *hcd, in xhci_disable_usb3_lpm_timeout()
4856 static int xhci_update_hub_device(struct usb_hcd *hcd, struct usb_device *hdev, in xhci_update_hub_device()
4957 static int xhci_get_frame(struct usb_hcd *hcd) in xhci_get_frame()
4964 int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks) in xhci_gen_setup()