Searched refs:dwc_otg_core_if_t (Results 1 – 8 of 8) sorted by relevance
44 typedef struct dwc_otg_core_if dwc_otg_core_if_t; typedef55 extern _LONG_CALL_ void dwc_otg_core_init(dwc_otg_core_if_t * _core_if);56 extern _LONG_CALL_ void dwc_otg_cil_remove(dwc_otg_core_if_t * _core_if);61 extern _LONG_CALL_ uint8_t dwc_otg_is_device_mode(dwc_otg_core_if_t * _core_if);62 extern _LONG_CALL_ uint8_t dwc_otg_is_host_mode(dwc_otg_core_if_t * _core_if);64 extern _LONG_CALL_ uint8_t dwc_otg_is_dma_enable(dwc_otg_core_if_t * core_if);87 extern _LONG_CALL_ int32_t dwc_otg_get_param_opt(dwc_otg_core_if_t * core_if);491 extern int dwc_otg_set_param_dev_out_nak(dwc_otg_core_if_t * core_if,518 extern _LONG_CALL_ void dwc_otg_dump_spram(dwc_otg_core_if_t * _core_if);546 extern _LONG_CALL_ uint32_t dwc_otg_get_mode(dwc_otg_core_if_t * core_if);[all …]
1092 extern _LONG_CALL_ void dwc_otg_wakeup(dwc_otg_core_if_t * _core_if);1128 extern _LONG_CALL_ void dwc_otg_hc_halt(dwc_otg_core_if_t * _core_if,1239 extern _LONG_CALL_ uint32_t dwc_otg_mode(dwc_otg_core_if_t * _core_if);1283 extern _LONG_CALL_ void cil_hcd_start(dwc_otg_core_if_t * core_if);1289 extern _LONG_CALL_ void cil_hcd_stop(dwc_otg_core_if_t * core_if);1311 extern _LONG_CALL_ void cil_hcd_sleep(dwc_otg_core_if_t * core_if);1318 extern _LONG_CALL_ void cil_hcd_resume(dwc_otg_core_if_t * core_if);1324 extern _LONG_CALL_ void cil_pcd_start(dwc_otg_core_if_t * core_if);1330 extern _LONG_CALL_ void cil_pcd_stop(dwc_otg_core_if_t * core_if);1336 extern _LONG_CALL_ void cil_pcd_suspend(dwc_otg_core_if_t * core_if);[all …]
70 extern void dwc_otg_adp_write_reg(dwc_otg_core_if_t * core_if, uint32_t value);71 extern uint32_t dwc_otg_adp_read_reg(dwc_otg_core_if_t * core_if);72 extern uint32_t dwc_otg_adp_probe_start(dwc_otg_core_if_t * core_if);73 extern uint32_t dwc_otg_adp_sense_start(dwc_otg_core_if_t * core_if);74 extern uint32_t dwc_otg_adp_probe_stop(dwc_otg_core_if_t * core_if);75 extern uint32_t dwc_otg_adp_sense_stop(dwc_otg_core_if_t * core_if);76 extern void dwc_otg_adp_start(dwc_otg_core_if_t * core_if, uint8_t is_host);77 extern void dwc_otg_adp_init(dwc_otg_core_if_t * core_if);78 extern void dwc_otg_adp_remove(dwc_otg_core_if_t * core_if);79 extern int32_t dwc_otg_adp_handle_intr(dwc_otg_core_if_t * core_if);[all …]
194 dwc_otg_core_if_t *core_if;268 extern _LONG_CALL_ void dwc_otg_pcd_start_iso_ddma(dwc_otg_core_if_t * core_if,
99 extern _LONG_CALL_ int dwc_otg_hcd_init(dwc_otg_hcd_t * hcd, dwc_otg_core_if_t * core_if);182 extern _LONG_CALL_ uint16_t dwc_otg_get_otg_version(dwc_otg_core_if_t * core_if);
61 dwc_otg_core_if_t *core_if;
142 extern _LONG_CALL_ dwc_otg_pcd_t *dwc_otg_pcd_init(dwc_otg_core_if_t * core_if);
351 dwc_otg_core_if_t *core_if;
Completed in 23 milliseconds