Searched refs:DWC2State (Results 1 – 3 of 3) sorted by relevance
65 static inline void dwc2_update_irq(DWC2State *s) in dwc2_update_irq()81 static inline void dwc2_raise_global_irq(DWC2State *s, uint32_t intr) in dwc2_raise_global_irq()90 static inline void dwc2_lower_global_irq(DWC2State *s, uint32_t intr) in dwc2_lower_global_irq()99 static inline void dwc2_raise_host_irq(DWC2State *s, uint32_t host_intr) in dwc2_raise_host_irq()111 static inline void dwc2_lower_host_irq(DWC2State *s, uint32_t host_intr) in dwc2_lower_host_irq()122 static inline void dwc2_update_hc_irq(DWC2State *s, int index) in dwc2_update_hc_irq()134 static void dwc2_eof_timer(DWC2State *s) in dwc2_eof_timer()140 static void dwc2_sof(DWC2State *s) in dwc2_sof()151 DWC2State *s = opaque; in dwc2_frame_boundary()169 static void dwc2_bus_start(DWC2State *s) in dwc2_bus_start()[all …]
35 typedef struct DWC2State DWC2State; typedef60 struct DWC2State { struct184 OBJECT_DECLARE_TYPE(DWC2State, DWC2Class, DWC2_USB) argument
81 DWC2State dwc2;