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()
678 void xhci_stop(struct usb_hcd *hcd) in xhci_stop()
737 void xhci_shutdown(struct usb_hcd *hcd) in xhci_shutdown()
897 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_suspend() local
984 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_resume() local
1198 static int xhci_check_args(struct usb_hcd *hcd, struct usb_device *udev, in xhci_check_args()
1323 int xhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) in xhci_urb_enqueue()
1529 int xhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in xhci_urb_dequeue()
1644 int xhci_drop_endpoint(struct usb_hcd *hcd, struct usb_device *udev, in xhci_drop_endpoint()
1725 int xhci_add_endpoint(struct usb_hcd *hcd, struct usb_device *udev, in xhci_add_endpoint()
2743 int xhci_check_bandwidth(struct usb_hcd *hcd, struct usb_device *udev) in xhci_check_bandwidth()
2847 void xhci_reset_bandwidth(struct usb_hcd *hcd, struct usb_device *udev) in xhci_reset_bandwidth()
2973 void xhci_endpoint_reset(struct usb_hcd *hcd, in xhci_endpoint_reset()
3149 int xhci_alloc_streams(struct usb_hcd *hcd, struct usb_device *udev, in xhci_alloc_streams()
3310 int xhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev, in xhci_free_streams()
3442 int xhci_discover_or_reset_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_discover_or_reset_device()
3605 void xhci_free_dev(struct usb_hcd *hcd, struct usb_device *udev) in xhci_free_dev()
3698 int xhci_alloc_dev(struct usb_hcd *hcd, struct usb_device *udev) in xhci_alloc_dev()
3790 static int xhci_setup_device(struct usb_hcd *hcd, struct usb_device *udev, in xhci_setup_device()
3967 int xhci_address_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_address_device()
3972 int xhci_enable_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_enable_device()
3983 int xhci_find_raw_port_number(struct usb_hcd *hcd, int port1) in xhci_find_raw_port_number()
4129 int xhci_set_usb2_hardware_lpm(struct usb_hcd *hcd, in xhci_set_usb2_hardware_lpm()
4253 int xhci_update_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_update_device()
4551 static u16 xhci_calculate_lpm_timeout(struct usb_hcd *hcd, in xhci_calculate_lpm_timeout()
4662 int xhci_enable_usb3_lpm_timeout(struct usb_hcd *hcd, in xhci_enable_usb3_lpm_timeout()
4693 int xhci_disable_usb3_lpm_timeout(struct usb_hcd *hcd, in xhci_disable_usb3_lpm_timeout()
4709 int xhci_set_usb2_hardware_lpm(struct usb_hcd *hcd, in xhci_set_usb2_hardware_lpm()
4715 int xhci_update_device(struct usb_hcd *hcd, struct usb_device *udev) in xhci_update_device()
4720 int xhci_enable_usb3_lpm_timeout(struct usb_hcd *hcd, in xhci_enable_usb3_lpm_timeout()
4726 int xhci_disable_usb3_lpm_timeout(struct usb_hcd *hcd, in xhci_disable_usb3_lpm_timeout()
4738 int xhci_update_hub_device(struct usb_hcd *hcd, struct usb_device *hdev, in xhci_update_hub_device()
4844 int xhci_get_frame(struct usb_hcd *hcd) in xhci_get_frame()
4851 int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks) in xhci_gen_setup()