Lines Matching defs:xhci
84 void xhci_quiesce(struct xhci_hcd *xhci) in xhci_quiesce()
108 int xhci_halt(struct xhci_hcd *xhci) in xhci_halt()
128 static int xhci_start(struct xhci_hcd *xhci) in xhci_start()
163 int xhci_reset(struct xhci_hcd *xhci) in xhci_reset()
217 static int xhci_free_msi(struct xhci_hcd *xhci) in xhci_free_msi()
234 static int xhci_setup_msi(struct xhci_hcd *xhci) in xhci_setup_msi()
261 static void xhci_free_irq(struct xhci_hcd *xhci) in xhci_free_irq()
282 static int xhci_setup_msix(struct xhci_hcd *xhci) in xhci_setup_msix()
338 static void xhci_cleanup_msix(struct xhci_hcd *xhci) in xhci_cleanup_msix()
360 static void __maybe_unused xhci_msix_sync_irqs(struct xhci_hcd *xhci) in xhci_msix_sync_irqs()
372 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_try_enable_msi() local
431 static inline void xhci_cleanup_msix(struct xhci_hcd *xhci) in xhci_cleanup_msix()
435 static inline void xhci_msix_sync_irqs(struct xhci_hcd *xhci) in xhci_msix_sync_irqs()
443 struct xhci_hcd *xhci; in compliance_mode_recovery() local
486 static void compliance_mode_recovery_timer_init(struct xhci_hcd *xhci) in compliance_mode_recovery_timer_init()
526 static int xhci_all_ports_seen_u0(struct xhci_hcd *xhci) in xhci_all_ports_seen_u0()
541 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_init() local
569 static int xhci_run_finished(struct xhci_hcd *xhci) in xhci_run_finished()
603 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_run() local
685 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_stop() local
746 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_shutdown() local
770 static void xhci_save_registers(struct xhci_hcd *xhci) in xhci_save_registers()
783 static void xhci_restore_registers(struct xhci_hcd *xhci) in xhci_restore_registers()
796 static void xhci_set_cmd_ring_deq(struct xhci_hcd *xhci) in xhci_set_cmd_ring_deq()
822 static void xhci_clear_command_ring(struct xhci_hcd *xhci) in xhci_clear_command_ring()
860 static void xhci_disable_port_wake_on_bits(struct xhci_hcd *xhci) in xhci_disable_port_wake_on_bits()
900 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup) in xhci_suspend()
988 int xhci_resume(struct xhci_hcd *xhci, bool hibernated) in xhci_resume()
1211 struct xhci_hcd *xhci; in xhci_check_args() local
1255 static int xhci_check_maxpacket(struct xhci_hcd *xhci, unsigned int slot_id, in xhci_check_maxpacket()
1335 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_urb_enqueue() local
1503 struct xhci_hcd *xhci; in xhci_urb_dequeue() local
1603 struct xhci_hcd *xhci; in xhci_drop_endpoint() local
1687 struct xhci_hcd *xhci; in xhci_add_endpoint() local
1789 static void xhci_zero_in_ctx(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev) in xhci_zero_in_ctx()
1823 static int xhci_configure_endpoint_result(struct xhci_hcd *xhci, in xhci_configure_endpoint_result()
1873 static int xhci_evaluate_context_result(struct xhci_hcd *xhci, in xhci_evaluate_context_result()
1925 static u32 xhci_count_num_new_endpoints(struct xhci_hcd *xhci, in xhci_count_num_new_endpoints()
1946 static unsigned int xhci_count_num_dropped_endpoints(struct xhci_hcd *xhci, in xhci_count_num_dropped_endpoints()
1972 static int xhci_reserve_host_resources(struct xhci_hcd *xhci, in xhci_reserve_host_resources()
1999 static void xhci_free_host_resources(struct xhci_hcd *xhci, in xhci_free_host_resources()
2018 static void xhci_finish_resource_reservation(struct xhci_hcd *xhci, in xhci_finish_resource_reservation()
2065 static int xhci_check_tt_bw_table(struct xhci_hcd *xhci, in xhci_check_tt_bw_table()
2095 static int xhci_check_ss_bw(struct xhci_hcd *xhci, in xhci_check_ss_bw()
2152 static int xhci_check_bw_table(struct xhci_hcd *xhci, in xhci_check_bw_table()
2355 void xhci_drop_ep_from_interval_table(struct xhci_hcd *xhci, in xhci_drop_ep_from_interval_table()
2419 static void xhci_add_ep_to_interval_table(struct xhci_hcd *xhci, in xhci_add_ep_to_interval_table()
2493 void xhci_update_tt_active_eps(struct xhci_hcd *xhci, in xhci_update_tt_active_eps()
2513 static int xhci_reserve_bandwidth(struct xhci_hcd *xhci, in xhci_reserve_bandwidth()
2606 static int xhci_configure_endpoint(struct xhci_hcd *xhci, in xhci_configure_endpoint()
2690 static void xhci_check_bw_drop_ep_streams(struct xhci_hcd *xhci, in xhci_check_bw_drop_ep_streams()
2718 struct xhci_hcd *xhci; in xhci_check_bandwidth() local
2820 struct xhci_hcd *xhci; in xhci_reset_bandwidth() local
2841 static void xhci_setup_input_ctx_for_config_ep(struct xhci_hcd *xhci, in xhci_setup_input_ctx_for_config_ep()
2856 static void xhci_setup_input_ctx_for_quirk(struct xhci_hcd *xhci, in xhci_setup_input_ctx_for_quirk()
2895 void xhci_cleanup_stalled_ring(struct xhci_hcd *xhci, in xhci_cleanup_stalled_ring()
2947 struct xhci_hcd *xhci; in xhci_endpoint_reset() local
2965 static int xhci_check_streams_endpoint(struct xhci_hcd *xhci, in xhci_check_streams_endpoint()
3005 static void xhci_calculate_streams_entries(struct xhci_hcd *xhci, in xhci_calculate_streams_entries()
3031 static int xhci_calculate_streams_and_bitmask(struct xhci_hcd *xhci, in xhci_calculate_streams_and_bitmask()
3063 static u32 xhci_calculate_no_streams_bitmask(struct xhci_hcd *xhci, in xhci_calculate_no_streams_bitmask()
3125 struct xhci_hcd *xhci; in xhci_alloc_streams() local
3289 struct xhci_hcd *xhci; in xhci_free_streams() local
3376 void xhci_free_device_endpoint_resources(struct xhci_hcd *xhci, in xhci_free_device_endpoint_resources()
3420 struct xhci_hcd *xhci; in xhci_discover_or_reset_device() local
3581 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_free_dev() local
3651 static int xhci_reserve_host_control_ep_resources(struct xhci_hcd *xhci) in xhci_reserve_host_control_ep_resources()
3674 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_alloc_dev() local
3771 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_setup_device() local
3961 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_find_raw_port_number() local
3979 static int __maybe_unused xhci_change_max_exit_latency(struct xhci_hcd *xhci, in xhci_change_max_exit_latency()
4049 static int xhci_calculate_hird_besl(struct xhci_hcd *xhci, in xhci_calculate_hird_besl()
4108 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_set_usb2_hardware_lpm() local
4210 static int xhci_check_usb2_port_capability(struct xhci_hcd *xhci, int port, in xhci_check_usb2_port_capability()
4231 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_update_device() local
4353 static u16 xhci_calculate_u1_timeout(struct xhci_hcd *xhci, in xhci_calculate_u1_timeout()
4409 static u16 xhci_calculate_u2_timeout(struct xhci_hcd *xhci, in xhci_calculate_u2_timeout()
4432 static u16 xhci_call_host_update_timeout_for_endpoint(struct xhci_hcd *xhci, in xhci_call_host_update_timeout_for_endpoint()
4446 static int xhci_update_timeout_for_endpoint(struct xhci_hcd *xhci, in xhci_update_timeout_for_endpoint()
4471 static int xhci_update_timeout_for_interface(struct xhci_hcd *xhci, in xhci_update_timeout_for_interface()
4512 static int xhci_check_tier_policy(struct xhci_hcd *xhci, in xhci_check_tier_policy()
4530 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_calculate_lpm_timeout() local
4641 struct xhci_hcd *xhci; in xhci_enable_usb3_lpm_timeout() local
4672 struct xhci_hcd *xhci; in xhci_disable_usb3_lpm_timeout() local
4717 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_update_hub_device() local
4822 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_get_frame() local
4829 struct xhci_hcd *xhci; in xhci_gen_setup() local