Lines Matching defs:xhci
89 void xhci_quiesce(struct xhci_hcd *xhci) in xhci_quiesce()
113 int xhci_halt(struct xhci_hcd *xhci) in xhci_halt()
133 int xhci_start(struct xhci_hcd *xhci) in xhci_start()
168 int xhci_reset(struct xhci_hcd *xhci) in xhci_reset()
227 static void xhci_zero_64b_regs(struct xhci_hcd *xhci) in xhci_zero_64b_regs()
294 static int xhci_setup_msi(struct xhci_hcd *xhci) in xhci_setup_msi()
323 static int xhci_setup_msix(struct xhci_hcd *xhci) in xhci_setup_msix()
366 static void xhci_cleanup_msix(struct xhci_hcd *xhci) in xhci_cleanup_msix()
391 static void __maybe_unused xhci_msix_sync_irqs(struct xhci_hcd *xhci) in xhci_msix_sync_irqs()
406 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_try_enable_msi() local
466 static inline void xhci_cleanup_msix(struct xhci_hcd *xhci) in xhci_cleanup_msix()
470 static inline void xhci_msix_sync_irqs(struct xhci_hcd *xhci) in xhci_msix_sync_irqs()
478 struct xhci_hcd *xhci; in compliance_mode_recovery() local
523 static void compliance_mode_recovery_timer_init(struct xhci_hcd *xhci) in compliance_mode_recovery_timer_init()
563 static int xhci_all_ports_seen_u0(struct xhci_hcd *xhci) in xhci_all_ports_seen_u0()
578 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_init() local
606 static int xhci_run_finished(struct xhci_hcd *xhci) in xhci_run_finished()
640 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_run() local
716 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_stop() local
778 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_shutdown() local
802 static void xhci_save_registers(struct xhci_hcd *xhci) in xhci_save_registers()
815 static void xhci_restore_registers(struct xhci_hcd *xhci) in xhci_restore_registers()
828 static void xhci_set_cmd_ring_deq(struct xhci_hcd *xhci) in xhci_set_cmd_ring_deq()
854 static void xhci_clear_command_ring(struct xhci_hcd *xhci) in xhci_clear_command_ring()
892 static void xhci_disable_port_wake_on_bits(struct xhci_hcd *xhci) in xhci_disable_port_wake_on_bits()
926 static bool xhci_pending_portevent(struct xhci_hcd *xhci) in xhci_pending_portevent()
967 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup) in xhci_suspend()
1060 int xhci_resume(struct xhci_hcd *xhci, bool hibernated) in xhci_resume()
1290 struct xhci_hcd *xhci; in xhci_check_args() local
1334 static int xhci_check_maxpacket(struct xhci_hcd *xhci, unsigned int slot_id, in xhci_check_maxpacket()
1409 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_urb_enqueue() local
1551 struct xhci_hcd *xhci; in xhci_urb_dequeue() local
1681 struct xhci_hcd *xhci; in xhci_drop_endpoint() local
1766 struct xhci_hcd *xhci; in xhci_add_endpoint() local
1870 static void xhci_zero_in_ctx(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev) in xhci_zero_in_ctx()
1904 static int xhci_configure_endpoint_result(struct xhci_hcd *xhci, in xhci_configure_endpoint_result()
1954 static int xhci_evaluate_context_result(struct xhci_hcd *xhci, in xhci_evaluate_context_result()
2004 static u32 xhci_count_num_new_endpoints(struct xhci_hcd *xhci, in xhci_count_num_new_endpoints()
2025 static unsigned int xhci_count_num_dropped_endpoints(struct xhci_hcd *xhci, in xhci_count_num_dropped_endpoints()
2051 static int xhci_reserve_host_resources(struct xhci_hcd *xhci, in xhci_reserve_host_resources()
2078 static void xhci_free_host_resources(struct xhci_hcd *xhci, in xhci_free_host_resources()
2097 static void xhci_finish_resource_reservation(struct xhci_hcd *xhci, in xhci_finish_resource_reservation()
2144 static int xhci_check_tt_bw_table(struct xhci_hcd *xhci, in xhci_check_tt_bw_table()
2174 static int xhci_check_ss_bw(struct xhci_hcd *xhci, in xhci_check_ss_bw()
2231 static int xhci_check_bw_table(struct xhci_hcd *xhci, in xhci_check_bw_table()
2434 static void xhci_drop_ep_from_interval_table(struct xhci_hcd *xhci, in xhci_drop_ep_from_interval_table()
2498 static void xhci_add_ep_to_interval_table(struct xhci_hcd *xhci, in xhci_add_ep_to_interval_table()
2572 void xhci_update_tt_active_eps(struct xhci_hcd *xhci, in xhci_update_tt_active_eps()
2592 static int xhci_reserve_bandwidth(struct xhci_hcd *xhci, in xhci_reserve_bandwidth()
2685 static int xhci_configure_endpoint(struct xhci_hcd *xhci, in xhci_configure_endpoint()
2779 static void xhci_check_bw_drop_ep_streams(struct xhci_hcd *xhci, in xhci_check_bw_drop_ep_streams()
2807 struct xhci_hcd *xhci; in xhci_check_bandwidth() local
2902 struct xhci_hcd *xhci; in xhci_reset_bandwidth() local
2924 static void xhci_setup_input_ctx_for_config_ep(struct xhci_hcd *xhci, in xhci_setup_input_ctx_for_config_ep()
2936 static void xhci_setup_input_ctx_for_quirk(struct xhci_hcd *xhci, in xhci_setup_input_ctx_for_quirk()
2975 void xhci_cleanup_stalled_ring(struct xhci_hcd *xhci, unsigned int ep_index, in xhci_cleanup_stalled_ring()
3029 struct xhci_hcd *xhci; in xhci_endpoint_reset() local
3114 static int xhci_check_streams_endpoint(struct xhci_hcd *xhci, in xhci_check_streams_endpoint()
3154 static void xhci_calculate_streams_entries(struct xhci_hcd *xhci, in xhci_calculate_streams_entries()
3180 static int xhci_calculate_streams_and_bitmask(struct xhci_hcd *xhci, in xhci_calculate_streams_and_bitmask()
3212 static u32 xhci_calculate_no_streams_bitmask(struct xhci_hcd *xhci, in xhci_calculate_no_streams_bitmask()
3274 struct xhci_hcd *xhci; in xhci_alloc_streams() local
3437 struct xhci_hcd *xhci; in xhci_free_streams() local
3524 void xhci_free_device_endpoint_resources(struct xhci_hcd *xhci, in xhci_free_device_endpoint_resources()
3569 struct xhci_hcd *xhci; in xhci_discover_or_reset_device() local
3727 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_free_dev() local
3765 int xhci_disable_slot(struct xhci_hcd *xhci, u32 slot_id) in xhci_disable_slot()
3804 static int xhci_reserve_host_control_ep_resources(struct xhci_hcd *xhci) in xhci_reserve_host_control_ep_resources()
3827 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_alloc_dev() local
3923 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_setup_device() local
4124 static int __maybe_unused xhci_change_max_exit_latency(struct xhci_hcd *xhci, in xhci_change_max_exit_latency()
4190 static int xhci_calculate_hird_besl(struct xhci_hcd *xhci, in xhci_calculate_hird_besl()
4249 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_set_usb2_hardware_lpm() local
4351 static int xhci_check_usb2_port_capability(struct xhci_hcd *xhci, int port, in xhci_check_usb2_port_capability()
4372 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_update_device() local
4495 static u16 xhci_calculate_u1_timeout(struct xhci_hcd *xhci, in xhci_calculate_u1_timeout()
4551 static u16 xhci_calculate_u2_timeout(struct xhci_hcd *xhci, in xhci_calculate_u2_timeout()
4574 static u16 xhci_call_host_update_timeout_for_endpoint(struct xhci_hcd *xhci, in xhci_call_host_update_timeout_for_endpoint()
4588 static int xhci_update_timeout_for_endpoint(struct xhci_hcd *xhci, in xhci_update_timeout_for_endpoint()
4613 static int xhci_update_timeout_for_interface(struct xhci_hcd *xhci, in xhci_update_timeout_for_interface()
4654 static int xhci_check_tier_policy(struct xhci_hcd *xhci, in xhci_check_tier_policy()
4672 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_calculate_lpm_timeout() local
4783 struct xhci_hcd *xhci; in xhci_enable_usb3_lpm_timeout() local
4814 struct xhci_hcd *xhci; in xhci_disable_usb3_lpm_timeout() local
4859 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_update_hub_device() local
4959 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_get_frame() local
4966 struct xhci_hcd *xhci; in xhci_gen_setup() local