Lines Matching defs:dwc

48 static int dwc3_get_dr_mode(struct dwc3 *dwc)  in dwc3_get_dr_mode()
106 void dwc3_set_prtcap(struct dwc3 *dwc, u32 mode) in dwc3_set_prtcap()
122 struct dwc3 *dwc = work_to_dwc(work); in __dwc3_set_mode() local
232 void dwc3_set_mode(struct dwc3 *dwc, u32 mode) in dwc3_set_mode()
248 struct dwc3 *dwc = dep->dwc; in dwc3_core_fifo_space() local
264 static int dwc3_core_soft_reset(struct dwc3 *dwc) in dwc3_core_soft_reset()
319 static void dwc3_frame_length_adjustment(struct dwc3 *dwc) in dwc3_frame_length_adjustment()
348 static void dwc3_ref_clk_period(struct dwc3 *dwc) in dwc3_ref_clk_period()
367 static void dwc3_free_one_event_buffer(struct dwc3 *dwc, in dwc3_free_one_event_buffer()
381 static struct dwc3_event_buffer *dwc3_alloc_one_event_buffer(struct dwc3 *dwc, in dwc3_alloc_one_event_buffer()
408 static void dwc3_free_event_buffers(struct dwc3 *dwc) in dwc3_free_event_buffers()
425 static int dwc3_alloc_event_buffers(struct dwc3 *dwc, unsigned length) in dwc3_alloc_event_buffers()
445 int dwc3_event_buffers_setup(struct dwc3 *dwc) in dwc3_event_buffers_setup()
462 void dwc3_event_buffers_cleanup(struct dwc3 *dwc) in dwc3_event_buffers_cleanup()
477 static int dwc3_alloc_scratch_buffers(struct dwc3 *dwc) in dwc3_alloc_scratch_buffers()
493 static int dwc3_setup_scratch_buffers(struct dwc3 *dwc) in dwc3_setup_scratch_buffers()
544 static void dwc3_free_scratch_buffers(struct dwc3 *dwc) in dwc3_free_scratch_buffers()
561 static void dwc3_core_num_eps(struct dwc3 *dwc) in dwc3_core_num_eps()
568 static void dwc3_cache_hwparams(struct dwc3 *dwc) in dwc3_cache_hwparams()
586 static int dwc3_core_ulpi_init(struct dwc3 *dwc) in dwc3_core_ulpi_init()
610 static int dwc3_phy_setup(struct dwc3 *dwc) in dwc3_phy_setup()
748 static void dwc3_core_exit(struct dwc3 *dwc) in dwc3_core_exit()
765 static bool dwc3_core_is_valid(struct dwc3 *dwc) in dwc3_core_is_valid()
785 static void dwc3_core_setup_global_control(struct dwc3 *dwc) in dwc3_core_setup_global_control()
862 static void dwc3_set_incr_burst_type(struct dwc3 *dwc) in dwc3_set_incr_burst_type()
961 static int dwc3_core_init(struct dwc3 *dwc) in dwc3_core_init()
1172 static int dwc3_core_get_phy(struct dwc3 *dwc) in dwc3_core_get_phy()
1227 static int dwc3_core_init_mode(struct dwc3 *dwc) in dwc3_core_init_mode()
1271 static void dwc3_core_exit_mode(struct dwc3 *dwc) in dwc3_core_exit_mode()
1292 static void dwc3_get_properties(struct dwc3 *dwc) in dwc3_get_properties()
1445 bool dwc3_has_imod(struct dwc3 *dwc) in dwc3_has_imod()
1452 static void dwc3_check_params(struct dwc3 *dwc) in dwc3_check_params()
1557 struct dwc3 *dwc; in dwc3_probe() local
1726 struct dwc3 *dwc = platform_get_drvdata(pdev); in dwc3_remove() local
1750 static int dwc3_core_init_for_resume(struct dwc3 *dwc) in dwc3_core_init_for_resume()
1776 static int dwc3_suspend_common(struct dwc3 *dwc, pm_message_t msg) in dwc3_suspend_common()
1835 static int dwc3_resume_common(struct dwc3 *dwc, pm_message_t msg) in dwc3_resume_common()
1902 static int dwc3_runtime_checks(struct dwc3 *dwc) in dwc3_runtime_checks()
1920 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_runtime_suspend() local
1937 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_runtime_resume() local
1963 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_runtime_idle() local
1986 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_suspend() local
2000 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_resume() local
2018 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_complete() local