Lines Matching refs:dwc3

47 static int dwc3_get_dr_mode(struct dwc3 *dwc)  in dwc3_get_dr_mode()
105 void dwc3_set_prtcap(struct dwc3 *dwc, u32 mode) in dwc3_set_prtcap()
119 struct dwc3 *dwc = work_to_dwc(work); in __dwc3_set_mode()
205 void dwc3_set_mode(struct dwc3 *dwc, u32 mode) in dwc3_set_mode()
221 struct dwc3 *dwc = dep->dwc; in dwc3_core_fifo_space()
237 static int dwc3_core_soft_reset(struct dwc3 *dwc) in dwc3_core_soft_reset()
308 static void dwc3_frame_length_adjustment(struct dwc3 *dwc) in dwc3_frame_length_adjustment()
333 static void dwc3_free_one_event_buffer(struct dwc3 *dwc, in dwc3_free_one_event_buffer()
347 static struct dwc3_event_buffer *dwc3_alloc_one_event_buffer(struct dwc3 *dwc, in dwc3_alloc_one_event_buffer()
374 static void dwc3_free_event_buffers(struct dwc3 *dwc) in dwc3_free_event_buffers()
391 static int dwc3_alloc_event_buffers(struct dwc3 *dwc, unsigned length) in dwc3_alloc_event_buffers()
411 int dwc3_event_buffers_setup(struct dwc3 *dwc) in dwc3_event_buffers_setup()
428 void dwc3_event_buffers_cleanup(struct dwc3 *dwc) in dwc3_event_buffers_cleanup()
443 static int dwc3_alloc_scratch_buffers(struct dwc3 *dwc) in dwc3_alloc_scratch_buffers()
459 static int dwc3_setup_scratch_buffers(struct dwc3 *dwc) in dwc3_setup_scratch_buffers()
510 static void dwc3_free_scratch_buffers(struct dwc3 *dwc) in dwc3_free_scratch_buffers()
527 static void dwc3_core_num_eps(struct dwc3 *dwc) in dwc3_core_num_eps()
534 static void dwc3_cache_hwparams(struct dwc3 *dwc) in dwc3_cache_hwparams()
549 static int dwc3_core_ulpi_init(struct dwc3 *dwc) in dwc3_core_ulpi_init()
573 static int dwc3_phy_setup(struct dwc3 *dwc) in dwc3_phy_setup()
711 static void dwc3_core_exit(struct dwc3 *dwc) in dwc3_core_exit()
728 static bool dwc3_core_is_valid(struct dwc3 *dwc) in dwc3_core_is_valid()
748 static void dwc3_core_setup_global_control(struct dwc3 *dwc) in dwc3_core_setup_global_control()
821 static int dwc3_core_get_phy(struct dwc3 *dwc);
822 static int dwc3_core_ulpi_init(struct dwc3 *dwc);
825 static void dwc3_set_incr_burst_type(struct dwc3 *dwc) in dwc3_set_incr_burst_type()
924 static int dwc3_core_init(struct dwc3 *dwc) in dwc3_core_init()
1111 static int dwc3_core_get_phy(struct dwc3 *dwc) in dwc3_core_get_phy()
1178 static int dwc3_core_init_mode(struct dwc3 *dwc) in dwc3_core_init_mode()
1231 static void dwc3_core_exit_mode(struct dwc3 *dwc) in dwc3_core_exit_mode()
1252 static void dwc3_get_properties(struct dwc3 *dwc) in dwc3_get_properties()
1376 bool dwc3_has_imod(struct dwc3 *dwc) in dwc3_has_imod()
1383 static void dwc3_check_params(struct dwc3 *dwc) in dwc3_check_params()
1453 struct dwc3 *dwc; in dwc3_probe()
1612 struct dwc3 *dwc = platform_get_drvdata(pdev); in dwc3_remove()
1633 static int dwc3_core_init_for_resume(struct dwc3 *dwc) in dwc3_core_init_for_resume()
1659 static int dwc3_suspend_common(struct dwc3 *dwc, pm_message_t msg) in dwc3_suspend_common()
1718 static int dwc3_resume_common(struct dwc3 *dwc, pm_message_t msg) in dwc3_resume_common()
1785 static int dwc3_runtime_checks(struct dwc3 *dwc) in dwc3_runtime_checks()
1803 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_runtime_suspend()
1820 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_runtime_resume()
1846 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_runtime_idle()
1869 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_suspend()
1883 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_resume()
1901 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_complete()