Searched refs:dwc2_user_params (Results 1 – 7 of 7) sorted by relevance
| /components/drivers/usb/cherryusb/port/dwc2/ |
| A D | usb_glue_st.c | 15 const struct dwc2_user_params param_pa11_pa12 = { 49 const struct dwc2_user_params param_pa11_pa12 = { 76 const struct dwc2_user_params param_pb14_pb15 = { 123 const struct dwc2_user_params param_pa11_pa12 = { 157 const struct dwc2_user_params param_pb14_pb15 = { 211 const struct dwc2_user_params param_pa11_pa12 = { 241 const struct dwc2_user_params param_pb14_pb15 = { 293 const struct dwc2_user_params param_pa11_pa12 = { 331 const struct dwc2_user_params param_pb14_pb15 = { 379 const struct dwc2_user_params param_pa11_pa12 = { [all …]
|
| A D | usb_glue_at.c | 14 const struct dwc2_user_params param_pa11_pa12 = { 47 const struct dwc2_user_params param_pb14_pb15 = { 81 void dwc2_get_user_params(uint32_t reg_base, struct dwc2_user_params *params) in dwc2_get_user_params() 87 memcpy(params, ¶m_pb14_pb15, sizeof(struct dwc2_user_params)); in dwc2_get_user_params() 89 memcpy(params, ¶m_pa11_pa12, sizeof(struct dwc2_user_params)); in dwc2_get_user_params() 92 memcpy(params, ¶m_pa11_pa12, sizeof(struct dwc2_user_params)); in dwc2_get_user_params()
|
| A D | usb_glue_esp.c | 48 const struct dwc2_user_params param_fs = { 77 const struct dwc2_user_params param_fs = { 106 const struct dwc2_user_params param_hs = { 236 void dwc2_get_user_params(uint32_t reg_base, struct dwc2_user_params *params) in dwc2_get_user_params() 239 memcpy(params, ¶m_fs, sizeof(struct dwc2_user_params)); in dwc2_get_user_params() 242 memcpy(params, ¶m_hs, sizeof(struct dwc2_user_params)); in dwc2_get_user_params() 244 memcpy(params, ¶m_fs, sizeof(struct dwc2_user_params)); in dwc2_get_user_params()
|
| A D | usb_glue_kendryte.c | 51 const struct dwc2_user_params param_common = { 88 void dwc2_get_user_params(uint32_t reg_base, struct dwc2_user_params *params) in dwc2_get_user_params() 90 memcpy(params, ¶m_common, sizeof(struct dwc2_user_params)); in dwc2_get_user_params()
|
| A D | usb_dwc2_param.h | 253 struct dwc2_user_params { struct 364 void dwc2_get_user_params(uint32_t reg_base, struct dwc2_user_params *params);
|
| A D | usb_dc_dwc2.c | 81 struct dwc2_user_params user_params;
|
| A D | usb_hc_dwc2.c | 38 struct dwc2_user_params user_params;
|
Completed in 15 milliseconds