Home
last modified time | relevance | path

Searched defs:cdns (Results 1 – 7 of 7) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/usb/cdns3/
Dcore.c32 struct cdns3 cdns; member
36 struct cdns3 cdns; member
40 struct cdns3_role_driver *cdns3_get_current_role_driver(struct cdns3 *cdns) in cdns3_get_current_role_driver()
46 static int cdns3_role_start(struct cdns3 *cdns, enum usb_role role) in cdns3_role_start()
72 static void cdns3_role_stop(struct cdns3 *cdns) in cdns3_role_stop()
88 static void cdns3_exit_roles(struct cdns3 *cdns) in cdns3_exit_roles()
102 static int cdns3_core_init_role(struct cdns3 *cdns) in cdns3_core_init_role()
194 static enum usb_role cdsn3_hw_role_state_machine(struct cdns3 *cdns) in cdsn3_hw_role_state_machine()
247 static int cdns3_idle_role_start(struct cdns3 *cdns) in cdns3_idle_role_start()
252 static void cdns3_idle_role_stop(struct cdns3 *cdns) in cdns3_idle_role_stop()
[all …]
Ddrd.c32 int cdns3_set_mode(struct cdns3 *cdns, enum usb_dr_mode mode) in cdns3_set_mode()
69 int cdns3_get_id(struct cdns3 *cdns) in cdns3_get_id()
79 int cdns3_get_vbus(struct cdns3 *cdns) in cdns3_get_vbus()
89 int cdns3_is_host(struct cdns3 *cdns) in cdns3_is_host()
99 int cdns3_is_device(struct cdns3 *cdns) in cdns3_is_device()
117 int cdns3_drd_switch_host(struct cdns3 *cdns, int on) in cdns3_drd_switch_host()
154 int cdns3_drd_switch_gadget(struct cdns3 *cdns, int on) in cdns3_drd_switch_gadget()
196 static int cdns3_init_otg_mode(struct cdns3 *cdns) in cdns3_init_otg_mode()
216 int cdns3_drd_update_mode(struct cdns3 *cdns) in cdns3_drd_update_mode()
239 int cdns3_drd_init(struct cdns3 *cdns) in cdns3_drd_init()
[all …]
Dhost.c19 static int __cdns3_host_init(struct cdns3 *cdns) in __cdns3_host_init()
33 static void cdns3_host_exit(struct cdns3 *cdns) in cdns3_host_exit()
39 int cdns3_host_init(struct cdns3 *cdns) in cdns3_host_init()
Dgadget-export.h19 static inline int cdns3_gadget_init(struct cdns3 *cdns) in cdns3_gadget_init()
24 static inline void cdns3_gadget_exit(struct cdns3 *cdns) { } in cdns3_gadget_exit()
Dhost-export.h19 static inline int cdns3_host_init(struct cdns3 *cdns) in cdns3_host_init()
24 static inline void cdns3_host_exit(struct cdns3 *cdns) { } in cdns3_host_exit()
Dgadget.c1369 struct cdns3 *cdns = data; in cdns3_device_irq_handler() local
1413 struct cdns3 *cdns = data; in cdns3_device_thread_irq_handler() local
2524 void cdns3_gadget_exit(struct cdns3 *cdns) in cdns3_gadget_exit()
2552 static int cdns3_gadget_start(struct cdns3 *cdns) in cdns3_gadget_start()
2670 static int __cdns3_gadget_init(struct cdns3 *cdns) in __cdns3_gadget_init()
2683 static int cdns3_gadget_suspend(struct cdns3 *cdns, bool do_wakeup) in cdns3_gadget_suspend()
2701 static int cdns3_gadget_resume(struct cdns3 *cdns, bool hibernated) in cdns3_gadget_resume()
2720 int cdns3_gadget_init(struct cdns3 *cdns) in cdns3_gadget_init()
2745 static void cdns3_gadget_uboot_handle_interrupt(struct cdns3 *cdns) in cdns3_gadget_uboot_handle_interrupt()
2755 struct cdns3 *cdns = dev_get_priv(dev); in dm_usb_gadget_handle_interrupts() local
/third_party/lwip/src/netif/ppp/
Dppp.c1122 int cdns(ppp_pcb *pcb, u32_t ns1, u32_t ns2) { in cdns() function