Lines Matching refs:dwc3
49 static int dwc3_get_dr_mode(struct dwc3 *dwc) in dwc3_get_dr_mode()
107 void dwc3_set_prtcap(struct dwc3 *dwc, u32 mode) in dwc3_set_prtcap()
121 struct dwc3 *dwc = work_to_dwc(work); in __dwc3_set_mode()
240 void dwc3_set_mode(struct dwc3 *dwc, u32 mode) in dwc3_set_mode()
256 struct dwc3 *dwc = dep->dwc; in dwc3_core_fifo_space()
272 int dwc3_core_soft_reset(struct dwc3 *dwc) in dwc3_core_soft_reset()
329 static void dwc3_frame_length_adjustment(struct dwc3 *dwc) in dwc3_frame_length_adjustment()
357 static void dwc3_ref_clk_period(struct dwc3 *dwc) in dwc3_ref_clk_period()
427 static void dwc3_free_one_event_buffer(struct dwc3 *dwc, in dwc3_free_one_event_buffer()
441 static struct dwc3_event_buffer *dwc3_alloc_one_event_buffer(struct dwc3 *dwc, in dwc3_alloc_one_event_buffer()
468 static void dwc3_free_event_buffers(struct dwc3 *dwc) in dwc3_free_event_buffers()
485 static int dwc3_alloc_event_buffers(struct dwc3 *dwc, unsigned int length) in dwc3_alloc_event_buffers()
505 int dwc3_event_buffers_setup(struct dwc3 *dwc) in dwc3_event_buffers_setup()
522 void dwc3_event_buffers_cleanup(struct dwc3 *dwc) in dwc3_event_buffers_cleanup()
537 static void dwc3_core_num_eps(struct dwc3 *dwc) in dwc3_core_num_eps()
544 static void dwc3_cache_hwparams(struct dwc3 *dwc) in dwc3_cache_hwparams()
562 static int dwc3_core_ulpi_init(struct dwc3 *dwc) in dwc3_core_ulpi_init()
586 static int dwc3_phy_setup(struct dwc3 *dwc) in dwc3_phy_setup()
734 static int dwc3_phy_init(struct dwc3 *dwc) in dwc3_phy_init()
760 static void dwc3_phy_exit(struct dwc3 *dwc) in dwc3_phy_exit()
769 static int dwc3_phy_power_on(struct dwc3 *dwc) in dwc3_phy_power_on()
795 static void dwc3_phy_power_off(struct dwc3 *dwc) in dwc3_phy_power_off()
804 static int dwc3_clk_enable(struct dwc3 *dwc) in dwc3_clk_enable()
829 static void dwc3_clk_disable(struct dwc3 *dwc) in dwc3_clk_disable()
836 static void dwc3_core_exit(struct dwc3 *dwc) in dwc3_core_exit()
845 static bool dwc3_core_is_valid(struct dwc3 *dwc) in dwc3_core_is_valid()
865 static void dwc3_core_setup_global_control(struct dwc3 *dwc) in dwc3_core_setup_global_control()
934 static int dwc3_core_get_phy(struct dwc3 *dwc);
935 static int dwc3_core_ulpi_init(struct dwc3 *dwc);
938 static void dwc3_set_incr_burst_type(struct dwc3 *dwc) in dwc3_set_incr_burst_type()
1029 static void dwc3_set_power_down_clk_scale(struct dwc3 *dwc) in dwc3_set_power_down_clk_scale()
1060 static void dwc3_config_threshold(struct dwc3 *dwc) in dwc3_config_threshold()
1171 static int dwc3_core_init(struct dwc3 *dwc) in dwc3_core_init()
1331 static int dwc3_core_get_phy(struct dwc3 *dwc) in dwc3_core_get_phy()
1382 static int dwc3_core_init_mode(struct dwc3 *dwc) in dwc3_core_init_mode()
1426 static void dwc3_core_exit_mode(struct dwc3 *dwc) in dwc3_core_exit_mode()
1447 static void dwc3_get_properties(struct dwc3 *dwc) in dwc3_get_properties()
1626 bool dwc3_has_imod(struct dwc3 *dwc) in dwc3_has_imod()
1633 static void dwc3_check_params(struct dwc3 *dwc) in dwc3_check_params()
1734 static struct extcon_dev *dwc3_get_extcon(struct dwc3 *dwc) in dwc3_get_extcon()
1784 static int dwc3_get_clocks(struct dwc3 *dwc) in dwc3_get_clocks()
1847 struct dwc3 *dwc; in dwc3_probe()
2003 struct dwc3 *dwc = platform_get_drvdata(pdev); in dwc3_remove()
2031 static int dwc3_core_init_for_resume(struct dwc3 *dwc) in dwc3_core_init_for_resume()
2057 static int dwc3_suspend_common(struct dwc3 *dwc, pm_message_t msg) in dwc3_suspend_common()
2114 static int dwc3_resume_common(struct dwc3 *dwc, pm_message_t msg) in dwc3_resume_common()
2179 static int dwc3_runtime_checks(struct dwc3 *dwc) in dwc3_runtime_checks()
2197 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_runtime_suspend()
2212 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_runtime_resume()
2236 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_runtime_idle()
2259 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_suspend()
2273 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_resume()
2291 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_complete()