Lines Matching refs:dwc2_hsotg
13 static void dwc2_set_bcm_params(struct dwc2_hsotg *hsotg) in dwc2_set_bcm_params()
23 static void dwc2_set_his_params(struct dwc2_hsotg *hsotg) in dwc2_set_his_params()
46 static void dwc2_set_jz4775_params(struct dwc2_hsotg *hsotg) in dwc2_set_jz4775_params()
58 static void dwc2_set_x1600_params(struct dwc2_hsotg *hsotg) in dwc2_set_x1600_params()
71 static void dwc2_set_x2000_params(struct dwc2_hsotg *hsotg) in dwc2_set_x2000_params()
87 static void dwc2_set_s3c6400_params(struct dwc2_hsotg *hsotg) in dwc2_set_s3c6400_params()
96 static void dwc2_set_socfpga_agilex_params(struct dwc2_hsotg *hsotg) in dwc2_set_socfpga_agilex_params()
104 static void dwc2_set_rk_params(struct dwc2_hsotg *hsotg) in dwc2_set_rk_params()
118 static void dwc2_set_ltq_params(struct dwc2_hsotg *hsotg) in dwc2_set_ltq_params()
133 static void dwc2_set_amlogic_params(struct dwc2_hsotg *hsotg) in dwc2_set_amlogic_params()
150 static void dwc2_set_amlogic_g12a_params(struct dwc2_hsotg *hsotg) in dwc2_set_amlogic_g12a_params()
160 static void dwc2_set_amcc_params(struct dwc2_hsotg *hsotg) in dwc2_set_amcc_params()
167 static void dwc2_set_stm32f4x9_fsotg_params(struct dwc2_hsotg *hsotg) in dwc2_set_stm32f4x9_fsotg_params()
183 static void dwc2_set_stm32f7_hsotg_params(struct dwc2_hsotg *hsotg) in dwc2_set_stm32f7_hsotg_params()
192 static void dwc2_set_stm32mp15_fsotg_params(struct dwc2_hsotg *hsotg) in dwc2_set_stm32mp15_fsotg_params()
214 static void dwc2_set_stm32mp15_hsotg_params(struct dwc2_hsotg *hsotg) in dwc2_set_stm32mp15_hsotg_params()
280 static void dwc2_set_param_otg_cap(struct dwc2_hsotg *hsotg) in dwc2_set_param_otg_cap()
300 static void dwc2_set_param_phy_type(struct dwc2_hsotg *hsotg) in dwc2_set_param_phy_type()
320 static void dwc2_set_param_speed(struct dwc2_hsotg *hsotg) in dwc2_set_param_speed()
336 static void dwc2_set_param_phy_utmi_width(struct dwc2_hsotg *hsotg) in dwc2_set_param_phy_utmi_width()
355 static void dwc2_set_param_tx_fifo_sizes(struct dwc2_hsotg *hsotg) in dwc2_set_param_tx_fifo_sizes()
370 static void dwc2_set_param_power_down(struct dwc2_hsotg *hsotg) in dwc2_set_param_power_down()
384 static void dwc2_set_param_lpm(struct dwc2_hsotg *hsotg) in dwc2_set_param_lpm()
408 static void dwc2_set_default_params(struct dwc2_hsotg *hsotg) in dwc2_set_default_params()
480 static void dwc2_get_device_properties(struct dwc2_hsotg *hsotg) in dwc2_get_device_properties()
511 static void dwc2_check_param_otg_cap(struct dwc2_hsotg *hsotg) in dwc2_check_param_otg_cap()
542 static void dwc2_check_param_phy_type(struct dwc2_hsotg *hsotg) in dwc2_check_param_phy_type()
574 static void dwc2_check_param_speed(struct dwc2_hsotg *hsotg) in dwc2_check_param_speed()
598 static void dwc2_check_param_phy_utmi_width(struct dwc2_hsotg *hsotg) in dwc2_check_param_phy_utmi_width()
620 static void dwc2_check_param_power_down(struct dwc2_hsotg *hsotg) in dwc2_check_param_power_down()
652 static void dwc2_check_param_tx_fifo_sizes(struct dwc2_hsotg *hsotg) in dwc2_check_param_tx_fifo_sizes()
702 static void dwc2_check_params(struct dwc2_hsotg *hsotg) in dwc2_check_params()
774 static void dwc2_get_host_hwparams(struct dwc2_hsotg *hsotg) in dwc2_get_host_hwparams()
799 static void dwc2_get_dev_hwparams(struct dwc2_hsotg *hsotg) in dwc2_get_dev_hwparams()
831 int dwc2_get_hwparams(struct dwc2_hsotg *hsotg) in dwc2_get_hwparams()
913 typedef void (*set_params_cb)(struct dwc2_hsotg *data);
915 int dwc2_init_params(struct dwc2_hsotg *hsotg) in dwc2_init_params()