Lines Matching defs:xhci
87 void xhci_quiesce(struct xhci_hcd *xhci) in xhci_quiesce()
111 int xhci_halt(struct xhci_hcd *xhci) in xhci_halt()
131 int xhci_start(struct xhci_hcd *xhci) in xhci_start()
166 int xhci_reset(struct xhci_hcd *xhci) in xhci_reset()
226 static void xhci_zero_64b_regs(struct xhci_hcd *xhci) in xhci_zero_64b_regs()
293 static int xhci_setup_msi(struct xhci_hcd *xhci) in xhci_setup_msi()
322 static int xhci_setup_msix(struct xhci_hcd *xhci) in xhci_setup_msix()
365 static void xhci_cleanup_msix(struct xhci_hcd *xhci) in xhci_cleanup_msix()
390 static void __maybe_unused xhci_msix_sync_irqs(struct xhci_hcd *xhci) in xhci_msix_sync_irqs()
405 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_try_enable_msi() local
465 static inline void xhci_cleanup_msix(struct xhci_hcd *xhci) in xhci_cleanup_msix()
469 static inline void xhci_msix_sync_irqs(struct xhci_hcd *xhci) in xhci_msix_sync_irqs()
477 struct xhci_hcd *xhci; in compliance_mode_recovery() local
522 static void compliance_mode_recovery_timer_init(struct xhci_hcd *xhci) in compliance_mode_recovery_timer_init()
562 static int xhci_all_ports_seen_u0(struct xhci_hcd *xhci) in xhci_all_ports_seen_u0()
577 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_init() local
605 static int xhci_run_finished(struct xhci_hcd *xhci) in xhci_run_finished()
639 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_run() local
715 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_stop() local
775 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_shutdown() local
799 static void xhci_save_registers(struct xhci_hcd *xhci) in xhci_save_registers()
812 static void xhci_restore_registers(struct xhci_hcd *xhci) in xhci_restore_registers()
825 static void xhci_set_cmd_ring_deq(struct xhci_hcd *xhci) in xhci_set_cmd_ring_deq()
851 static void xhci_clear_command_ring(struct xhci_hcd *xhci) in xhci_clear_command_ring()
889 static void xhci_disable_port_wake_on_bits(struct xhci_hcd *xhci) in xhci_disable_port_wake_on_bits()
932 static bool xhci_pending_portevent(struct xhci_hcd *xhci) in xhci_pending_portevent()
973 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup) in xhci_suspend()
1084 int xhci_resume(struct xhci_hcd *xhci, bool hibernated) in xhci_resume()
1341 struct xhci_hcd *xhci; in xhci_check_args() local
1385 static int xhci_check_maxpacket(struct xhci_hcd *xhci, unsigned int slot_id, in xhci_check_maxpacket()
1460 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_urb_enqueue() local
1605 struct xhci_hcd *xhci; in xhci_urb_dequeue() local
1735 struct xhci_hcd *xhci; in xhci_drop_endpoint() local
1820 struct xhci_hcd *xhci; in xhci_add_endpoint() local
1928 static void xhci_zero_in_ctx(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev) in xhci_zero_in_ctx()
1962 static int xhci_configure_endpoint_result(struct xhci_hcd *xhci, in xhci_configure_endpoint_result()
2012 static int xhci_evaluate_context_result(struct xhci_hcd *xhci, in xhci_evaluate_context_result()
2062 static u32 xhci_count_num_new_endpoints(struct xhci_hcd *xhci, in xhci_count_num_new_endpoints()
2083 static unsigned int xhci_count_num_dropped_endpoints(struct xhci_hcd *xhci, in xhci_count_num_dropped_endpoints()
2109 static int xhci_reserve_host_resources(struct xhci_hcd *xhci, in xhci_reserve_host_resources()
2136 static void xhci_free_host_resources(struct xhci_hcd *xhci, in xhci_free_host_resources()
2155 static void xhci_finish_resource_reservation(struct xhci_hcd *xhci, in xhci_finish_resource_reservation()
2202 static int xhci_check_tt_bw_table(struct xhci_hcd *xhci, in xhci_check_tt_bw_table()
2232 static int xhci_check_ss_bw(struct xhci_hcd *xhci, in xhci_check_ss_bw()
2289 static int xhci_check_bw_table(struct xhci_hcd *xhci, in xhci_check_bw_table()
2492 static void xhci_drop_ep_from_interval_table(struct xhci_hcd *xhci, in xhci_drop_ep_from_interval_table()
2556 static void xhci_add_ep_to_interval_table(struct xhci_hcd *xhci, in xhci_add_ep_to_interval_table()
2630 void xhci_update_tt_active_eps(struct xhci_hcd *xhci, in xhci_update_tt_active_eps()
2650 static int xhci_reserve_bandwidth(struct xhci_hcd *xhci, in xhci_reserve_bandwidth()
2743 static int xhci_configure_endpoint(struct xhci_hcd *xhci, in xhci_configure_endpoint()
2839 static void xhci_check_bw_drop_ep_streams(struct xhci_hcd *xhci, in xhci_check_bw_drop_ep_streams()
2867 struct xhci_hcd *xhci; in xhci_check_bandwidth() local
2962 struct xhci_hcd *xhci; in xhci_reset_bandwidth() local
2984 static void xhci_setup_input_ctx_for_config_ep(struct xhci_hcd *xhci, in xhci_setup_input_ctx_for_config_ep()
2996 static void xhci_setup_input_ctx_for_quirk(struct xhci_hcd *xhci, in xhci_setup_input_ctx_for_quirk()
3035 void xhci_cleanup_stalled_ring(struct xhci_hcd *xhci, unsigned int ep_index, in xhci_cleanup_stalled_ring()
3077 struct xhci_hcd *xhci; in xhci_endpoint_disable() local
3131 struct xhci_hcd *xhci; in xhci_endpoint_reset() local
3245 static int xhci_check_streams_endpoint(struct xhci_hcd *xhci, in xhci_check_streams_endpoint()
3285 static void xhci_calculate_streams_entries(struct xhci_hcd *xhci, in xhci_calculate_streams_entries()
3311 static int xhci_calculate_streams_and_bitmask(struct xhci_hcd *xhci, in xhci_calculate_streams_and_bitmask()
3343 static u32 xhci_calculate_no_streams_bitmask(struct xhci_hcd *xhci, in xhci_calculate_no_streams_bitmask()
3405 struct xhci_hcd *xhci; in xhci_alloc_streams() local
3568 struct xhci_hcd *xhci; in xhci_free_streams() local
3655 void xhci_free_device_endpoint_resources(struct xhci_hcd *xhci, in xhci_free_device_endpoint_resources()
3700 struct xhci_hcd *xhci; in xhci_discover_or_reset_device() local
3859 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_free_dev() local
3896 int xhci_disable_slot(struct xhci_hcd *xhci, u32 slot_id) in xhci_disable_slot()
3937 static int xhci_reserve_host_control_ep_resources(struct xhci_hcd *xhci) in xhci_reserve_host_control_ep_resources()
3960 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_alloc_dev() local
4056 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_setup_device() local
4260 static int __maybe_unused xhci_change_max_exit_latency(struct xhci_hcd *xhci, in xhci_change_max_exit_latency()
4326 static int xhci_calculate_hird_besl(struct xhci_hcd *xhci, in xhci_calculate_hird_besl()
4385 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_set_usb2_hardware_lpm() local
4487 static int xhci_check_usb2_port_capability(struct xhci_hcd *xhci, int port, in xhci_check_usb2_port_capability()
4508 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_update_device() local
4630 static u16 xhci_calculate_u1_timeout(struct xhci_hcd *xhci, in xhci_calculate_u1_timeout()
4694 static u16 xhci_calculate_u2_timeout(struct xhci_hcd *xhci, in xhci_calculate_u2_timeout()
4725 static u16 xhci_call_host_update_timeout_for_endpoint(struct xhci_hcd *xhci, in xhci_call_host_update_timeout_for_endpoint()
4739 static int xhci_update_timeout_for_endpoint(struct xhci_hcd *xhci, in xhci_update_timeout_for_endpoint()
4764 static int xhci_update_timeout_for_interface(struct xhci_hcd *xhci, in xhci_update_timeout_for_interface()
4805 static int xhci_check_tier_policy(struct xhci_hcd *xhci, in xhci_check_tier_policy()
4823 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_calculate_lpm_timeout() local
4936 struct xhci_hcd *xhci; in xhci_enable_usb3_lpm_timeout() local
4967 struct xhci_hcd *xhci; in xhci_disable_usb3_lpm_timeout() local
5012 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_update_hub_device() local
5112 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_get_frame() local
5119 struct xhci_hcd *xhci; in xhci_gen_setup() local
5277 struct xhci_hcd *xhci; in xhci_clear_tt_buffer_complete() local