Lines Matching defs:hcd
281 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_setup_msix() local
338 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cleanup_msix() local
368 static int xhci_try_enable_msi(struct usb_hcd *hcd) in xhci_try_enable_msi()
424 static inline int xhci_try_enable_msi(struct usb_hcd *hcd) in xhci_try_enable_msi()
442 struct usb_hcd *hcd; in compliance_mode_recovery() local
539 int xhci_init(struct usb_hcd *hcd) in xhci_init()
598 int xhci_run(struct usb_hcd *hcd) in xhci_run()
669 static void xhci_only_stop_hcd(struct usb_hcd *hcd) in xhci_only_stop_hcd()
693 void xhci_stop(struct usb_hcd *hcd) in xhci_stop()
753 void xhci_shutdown(struct usb_hcd *hcd) in xhci_shutdown()
913 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_suspend() local
997 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_resume() local
1208 static int xhci_check_args(struct usb_hcd *hcd, struct usb_device *udev, in xhci_check_args()
1333 int xhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) in xhci_urb_enqueue()
1539 int xhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in xhci_urb_dequeue()
1654 int xhci_drop_endpoint(struct usb_hcd *hcd, struct usb_device *udev, in xhci_drop_endpoint()
1735 int xhci_add_endpoint(struct usb_hcd *hcd, struct usb_device *udev, in xhci_add_endpoint()
2753 int xhci_check_bandwidth(struct usb_hcd *hcd, struct usb_device *udev) in xhci_check_bandwidth()
2857 void xhci_reset_bandwidth(struct usb_hcd *hcd, struct usb_device *udev) in xhci_reset_bandwidth()
2983 void xhci_endpoint_reset(struct usb_hcd *hcd, in xhci_endpoint_reset()
3159 int xhci_alloc_streams(struct usb_hcd *hcd, struct usb_device *udev, in xhci_alloc_streams()
3320 int xhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev, in xhci_free_streams()
3452 int xhci_discover_or_reset_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_discover_or_reset_device()
3615 void xhci_free_dev(struct usb_hcd *hcd, struct usb_device *udev) in xhci_free_dev()
3708 int xhci_alloc_dev(struct usb_hcd *hcd, struct usb_device *udev) in xhci_alloc_dev()
3802 static int xhci_setup_device(struct usb_hcd *hcd, struct usb_device *udev, in xhci_setup_device()
3979 int xhci_address_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_address_device()
3984 int xhci_enable_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_enable_device()
3995 int xhci_find_raw_port_number(struct usb_hcd *hcd, int port1) in xhci_find_raw_port_number()
4141 int xhci_set_usb2_hardware_lpm(struct usb_hcd *hcd, in xhci_set_usb2_hardware_lpm()
4265 int xhci_update_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_update_device()
4563 static u16 xhci_calculate_lpm_timeout(struct usb_hcd *hcd, in xhci_calculate_lpm_timeout()
4674 int xhci_enable_usb3_lpm_timeout(struct usb_hcd *hcd, in xhci_enable_usb3_lpm_timeout()
4705 int xhci_disable_usb3_lpm_timeout(struct usb_hcd *hcd, in xhci_disable_usb3_lpm_timeout()
4725 int xhci_set_usb2_hardware_lpm(struct usb_hcd *hcd, in xhci_set_usb2_hardware_lpm()
4731 int xhci_update_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_update_device()
4736 int xhci_enable_usb3_lpm_timeout(struct usb_hcd *hcd, in xhci_enable_usb3_lpm_timeout()
4742 int xhci_disable_usb3_lpm_timeout(struct usb_hcd *hcd, in xhci_disable_usb3_lpm_timeout()
4754 int xhci_update_hub_device(struct usb_hcd *hcd, struct usb_device *hdev, in xhci_update_hub_device()
4860 int xhci_get_frame(struct usb_hcd *hcd) in xhci_get_frame()
4867 int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks) in xhci_gen_setup()