• Home
  • Raw
  • Download

Lines Matching defs:dwc

51 static int dwc3_get_dr_mode(struct dwc3 *dwc)  in dwc3_get_dr_mode()
109 void dwc3_enable_susphy(struct dwc3 *dwc, bool enable) in dwc3_enable_susphy()
135 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() local
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() local
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()
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()
1507 static int dwc3_core_get_phy(struct dwc3 *dwc) in dwc3_core_get_phy()
1576 static int dwc3_core_init_mode(struct dwc3 *dwc) in dwc3_core_init_mode()
1623 static void dwc3_core_exit_mode(struct dwc3 *dwc) in dwc3_core_exit_mode()
1644 static void dwc3_get_software_properties(struct dwc3 *dwc) in dwc3_get_software_properties()
1665 static void dwc3_get_properties(struct dwc3 *dwc) in dwc3_get_properties()
1847 bool dwc3_has_imod(struct dwc3 *dwc) in dwc3_has_imod()
1854 static void dwc3_check_params(struct dwc3 *dwc) in dwc3_check_params()
1953 static struct extcon_dev *dwc3_get_extcon(struct dwc3 *dwc) in dwc3_get_extcon()
2003 static int dwc3_get_clocks(struct dwc3 *dwc) in dwc3_get_clocks()
2075 static int dwc3_get_num_ports(struct dwc3 *dwc) in dwc3_get_num_ports()
2124 static struct power_supply *dwc3_get_usb_power_supply(struct dwc3 *dwc) in dwc3_get_usb_power_supply()
2147 struct dwc3 *dwc; in dwc3_probe() local
2323 struct dwc3 *dwc = platform_get_drvdata(pdev); in dwc3_remove() local
2351 static int dwc3_core_init_for_resume(struct dwc3 *dwc) in dwc3_core_init_for_resume()
2377 static int dwc3_suspend_common(struct dwc3 *dwc, pm_message_t msg) in dwc3_suspend_common()
2454 static int dwc3_resume_common(struct dwc3 *dwc, pm_message_t msg) in dwc3_resume_common()
2526 static int dwc3_runtime_checks(struct dwc3 *dwc) in dwc3_runtime_checks()
2544 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_runtime_suspend() local
2559 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_runtime_resume() local
2587 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_runtime_idle() local
2610 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_suspend() local
2624 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_resume() local
2646 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_complete() local
2659 struct dwc3 *dwc = dev_get_drvdata(dev); in dwc3_prepare() local