Searched defs:dwc (Results 1 – 5 of 5) sorted by relevance
55 static int dwc3_core_soft_reset(struct dwc3 *dwc) in dwc3_core_soft_reset()371 static void dwc3_phy_setup(struct dwc3 *dwc) in dwc3_phy_setup()450 static int dwc3_core_init(struct dwc3 *dwc) in dwc3_core_init()581 static void dwc3_core_exit(struct dwc3 *dwc) in dwc3_core_exit()630 static void dwc3_gadget_run(struct dwc3 *dwc) in dwc3_gadget_run()677 struct dwc3 *dwc; in dwc3_uboot_init() local815 struct dwc3 *dwc; in dwc3_uboot_exit() local841 struct dwc3 *dwc = NULL; in dwc3_uboot_handle_interrupt() local888 void dwc3_of_parse(struct dwc3 *dwc) in dwc3_of_parse()963 int dwc3_init(struct dwc3 *dwc) in dwc3_init()[all …]
233 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_giveback() local476 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep_enable() local561 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep_disable() local861 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_kick_transfer() local962 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep_queue() local1109 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_ep_dequeue() local1150 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep_set_halt() local1256 struct dwc3 *dwc = gadget_to_dwc(g); in dwc3_gadget_get_frame() local1265 struct dwc3 *dwc = gadget_to_dwc(g); in dwc3_gadget_wakeup() local2497 struct dwc3 *dwc = _dwc; in dwc3_thread_interrupt() local[all …]
116 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep0_queue() local221 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_ep0_queue() local281 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep0_set_halt() local300 void dwc3_ep0_out_start(struct dwc3 *dwc) in dwc3_ep0_out_start()332 static int dwc3_ep0_handle_status(struct dwc3 *dwc, in dwc3_ep0_handle_status()390 static int dwc3_ep0_handle_feature(struct dwc3 *dwc, in dwc3_ep0_handle_feature()597 struct dwc3 *dwc = dep->dwc; in dwc3_ep0_set_sel_cmpl() local736 static void dwc3_ep0_inspect_setup(struct dwc3 *dwc, in dwc3_ep0_inspect_setup()996 struct dwc3 *dwc = dep->dwc; in dwc3_ep0_start_control_status() local1043 static void dwc3_ep0_xfernotready(struct dwc3 *dwc, in dwc3_ep0_xfernotready()[all …]
98 static inline u32 dwc3_gadget_ep_get_transfer_index(struct dwc3 *dwc, u8 number) in dwc3_gadget_ep_get_transfer_index()
418 struct dwc3 *dwc; member462 struct dwc3 *dwc; member1027 static inline int dwc3_host_init(struct dwc3 *dwc) in dwc3_host_init()1029 static inline void dwc3_host_exit(struct dwc3 *dwc) in dwc3_host_exit()1042 static inline int dwc3_gadget_init(struct dwc3 *dwc) in dwc3_gadget_init()1044 static inline void dwc3_gadget_exit(struct dwc3 *dwc) in dwc3_gadget_exit()1046 static inline int dwc3_gadget_set_test_mode(struct dwc3 *dwc, int mode) in dwc3_gadget_set_test_mode()1048 static inline int dwc3_gadget_get_link_state(struct dwc3 *dwc) in dwc3_gadget_get_link_state()1050 static inline int dwc3_gadget_set_link_state(struct dwc3 *dwc, in dwc3_gadget_set_link_state()1054 static inline int dwc3_send_gadget_ep_cmd(struct dwc3 *dwc, unsigned ep, in dwc3_send_gadget_ep_cmd()[all …]
Completed in 21 milliseconds