Home
last modified time | relevance | path

Searched defs:dwc (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/usb/dwc3/
A Dcore.c55 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() local
815 struct dwc3 *dwc; in dwc3_uboot_exit() local
841 struct dwc3 *dwc = NULL; in dwc3_uboot_handle_interrupt() local
888 void dwc3_of_parse(struct dwc3 *dwc) in dwc3_of_parse()
963 int dwc3_init(struct dwc3 *dwc) in dwc3_init()
[all …]
A Dgadget.c233 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_giveback() local
476 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep_enable() local
561 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep_disable() local
861 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_kick_transfer() local
962 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep_queue() local
1109 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_ep_dequeue() local
1150 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep_set_halt() local
1256 struct dwc3 *dwc = gadget_to_dwc(g); in dwc3_gadget_get_frame() local
1265 struct dwc3 *dwc = gadget_to_dwc(g); in dwc3_gadget_wakeup() local
2497 struct dwc3 *dwc = _dwc; in dwc3_thread_interrupt() local
[all …]
A Dep0.c116 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep0_queue() local
221 struct dwc3 *dwc = dep->dwc; in dwc3_gadget_ep0_queue() local
281 struct dwc3 *dwc = dep->dwc; in __dwc3_gadget_ep0_set_halt() local
300 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() local
736 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() local
1043 static void dwc3_ep0_xfernotready(struct dwc3 *dwc, in dwc3_ep0_xfernotready()
[all …]
A Dgadget.h98 static inline u32 dwc3_gadget_ep_get_transfer_index(struct dwc3 *dwc, u8 number) in dwc3_gadget_ep_get_transfer_index()
A Dcore.h418 struct dwc3 *dwc; member
462 struct dwc3 *dwc; member
1027 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