Lines Matching refs:dwc3

52 static int dwc3_get_dr_mode(struct dwc3 *dwc)  in dwc3_get_dr_mode()
110 void dwc3_enable_susphy(struct dwc3 *dwc, bool enable) in dwc3_enable_susphy()
136 void dwc3_set_prtcap(struct dwc3 *dwc, u32 mode, bool ignore_susphy) in dwc3_set_prtcap()
163 struct dwc3 *dwc = work_to_dwc(work); in __dwc3_set_mode()
287 void dwc3_set_mode(struct dwc3 *dwc, u32 mode) in dwc3_set_mode()
303 struct dwc3 *dwc = dep->dwc; in dwc3_core_fifo_space()
319 int dwc3_core_soft_reset(struct dwc3 *dwc) in dwc3_core_soft_reset()
376 static void dwc3_frame_length_adjustment(struct dwc3 *dwc) in dwc3_frame_length_adjustment()
404 static void dwc3_ref_clk_period(struct dwc3 *dwc) in dwc3_ref_clk_period()
474 static void dwc3_free_one_event_buffer(struct dwc3 *dwc, in dwc3_free_one_event_buffer()
488 static struct dwc3_event_buffer *dwc3_alloc_one_event_buffer(struct dwc3 *dwc, in dwc3_alloc_one_event_buffer()
515 static void dwc3_free_event_buffers(struct dwc3 *dwc) in dwc3_free_event_buffers()
532 static int dwc3_alloc_event_buffers(struct dwc3 *dwc, unsigned int length) in dwc3_alloc_event_buffers()
559 int dwc3_event_buffers_setup(struct dwc3 *dwc) in dwc3_event_buffers_setup()
582 void dwc3_event_buffers_cleanup(struct dwc3 *dwc) in dwc3_event_buffers_cleanup()
611 static void dwc3_core_num_eps(struct dwc3 *dwc) in dwc3_core_num_eps()
618 static void dwc3_cache_hwparams(struct dwc3 *dwc) in dwc3_cache_hwparams()
636 static void dwc3_config_soc_bus(struct dwc3 *dwc) in dwc3_config_soc_bus()
648 static int dwc3_core_ulpi_init(struct dwc3 *dwc) in dwc3_core_ulpi_init()
664 static int dwc3_ss_phy_setup(struct dwc3 *dwc, int index) in dwc3_ss_phy_setup()
711 static int dwc3_hs_phy_setup(struct dwc3 *dwc, int index) in dwc3_hs_phy_setup()
790 static int dwc3_phy_setup(struct dwc3 *dwc) in dwc3_phy_setup()
810 static int dwc3_phy_init(struct dwc3 *dwc) in dwc3_phy_init()
866 static void dwc3_phy_exit(struct dwc3 *dwc) in dwc3_phy_exit()
880 static int dwc3_phy_power_on(struct dwc3 *dwc) in dwc3_phy_power_on()
917 static void dwc3_phy_power_off(struct dwc3 *dwc) in dwc3_phy_power_off()
931 static int dwc3_clk_enable(struct dwc3 *dwc) in dwc3_clk_enable()
968 static void dwc3_clk_disable(struct dwc3 *dwc) in dwc3_clk_disable()
977 static void dwc3_core_exit(struct dwc3 *dwc) in dwc3_core_exit()
986 static bool dwc3_core_is_valid(struct dwc3 *dwc) in dwc3_core_is_valid()
1006 static void dwc3_core_setup_global_control(struct dwc3 *dwc) in dwc3_core_setup_global_control()
1093 static int dwc3_core_get_phy(struct dwc3 *dwc);
1094 static int dwc3_core_ulpi_init(struct dwc3 *dwc);
1097 static void dwc3_set_incr_burst_type(struct dwc3 *dwc) in dwc3_set_incr_burst_type()
1188 static void dwc3_set_power_down_clk_scale(struct dwc3 *dwc) in dwc3_set_power_down_clk_scale()
1219 static void dwc3_config_threshold(struct dwc3 *dwc) in dwc3_config_threshold()
1330 static int dwc3_core_init(struct dwc3 *dwc) in dwc3_core_init()
1531 static int dwc3_core_get_phy(struct dwc3 *dwc) in dwc3_core_get_phy()
1600 static int dwc3_core_init_mode(struct dwc3 *dwc) in dwc3_core_init_mode()
1647 static void dwc3_core_exit_mode(struct dwc3 *dwc) in dwc3_core_exit_mode()
1668 static void dwc3_get_software_properties(struct dwc3 *dwc) in dwc3_get_software_properties()
1689 static void dwc3_get_properties(struct dwc3 *dwc) in dwc3_get_properties()
1871 bool dwc3_has_imod(struct dwc3 *dwc) in dwc3_has_imod()
1878 static void dwc3_check_params(struct dwc3 *dwc) in dwc3_check_params()
1977 static struct extcon_dev *dwc3_get_extcon(struct dwc3 *dwc) in dwc3_get_extcon()
2027 static int dwc3_get_clocks(struct dwc3 *dwc) in dwc3_get_clocks()
2099 static int dwc3_get_num_ports(struct dwc3 *dwc) in dwc3_get_num_ports()
2148 static struct power_supply *dwc3_get_usb_power_supply(struct dwc3 *dwc) in dwc3_get_usb_power_supply()
2167 struct dwc3 *dwc = data->dwc; in dwc3_core_probe()
2341 struct dwc3 *dwc; in dwc3_probe()
2361 void dwc3_core_remove(struct dwc3 *dwc) in dwc3_core_remove()
2395 static int dwc3_core_init_for_resume(struct dwc3 *dwc) in dwc3_core_init_for_resume()
2421 static int dwc3_suspend_common(struct dwc3 *dwc, pm_message_t msg) in dwc3_suspend_common()
2498 static int dwc3_resume_common(struct dwc3 *dwc, pm_message_t msg) in dwc3_resume_common()
2570 static int dwc3_runtime_checks(struct dwc3 *dwc) in dwc3_runtime_checks()
2586 int dwc3_runtime_suspend(struct dwc3 *dwc) in dwc3_runtime_suspend()
2601 int dwc3_runtime_resume(struct dwc3 *dwc) in dwc3_runtime_resume()
2630 int dwc3_runtime_idle(struct dwc3 *dwc) in dwc3_runtime_idle()
2669 int dwc3_pm_suspend(struct dwc3 *dwc) in dwc3_pm_suspend()
2684 int dwc3_pm_resume(struct dwc3 *dwc) in dwc3_pm_resume()
2707 void dwc3_pm_complete(struct dwc3 *dwc) in dwc3_pm_complete()
2720 int dwc3_pm_prepare(struct dwc3 *dwc) in dwc3_pm_prepare()