Lines Matching defs:cdns
31 int cdns3_set_mode(struct cdns3 *cdns, enum usb_dr_mode mode) in cdns3_set_mode()
79 int cdns3_get_id(struct cdns3 *cdns) in cdns3_get_id()
89 int cdns3_get_vbus(struct cdns3 *cdns) in cdns3_get_vbus()
99 bool cdns3_is_host(struct cdns3 *cdns) in cdns3_is_host()
109 bool cdns3_is_device(struct cdns3 *cdns) in cdns3_is_device()
124 static void cdns3_otg_disable_irq(struct cdns3 *cdns) in cdns3_otg_disable_irq()
133 static void cdns3_otg_enable_irq(struct cdns3 *cdns) in cdns3_otg_enable_irq()
145 int cdns3_drd_host_on(struct cdns3 *cdns) in cdns3_drd_host_on()
169 void cdns3_drd_host_off(struct cdns3 *cdns) in cdns3_drd_host_off()
190 int cdns3_drd_gadget_on(struct cdns3 *cdns) in cdns3_drd_gadget_on()
216 void cdns3_drd_gadget_off(struct cdns3 *cdns) in cdns3_drd_gadget_off()
241 static int cdns3_init_otg_mode(struct cdns3 *cdns) in cdns3_init_otg_mode()
264 int cdns3_drd_update_mode(struct cdns3 *cdns) in cdns3_drd_update_mode()
289 struct cdns3 *cdns = data; in cdns3_drd_thread_irq() local
307 struct cdns3 *cdns = data; in cdns3_drd_irq() local
339 int cdns3_drd_init(struct cdns3 *cdns) in cdns3_drd_init()
408 int cdns3_drd_exit(struct cdns3 *cdns) in cdns3_drd_exit()