Lines Matching defs:cdns
30 static int cdns3_set_mode(struct cdns3 *cdns, enum usb_dr_mode mode) in cdns3_set_mode()
88 int cdns3_get_id(struct cdns3 *cdns) in cdns3_get_id()
98 int cdns3_get_vbus(struct cdns3 *cdns) in cdns3_get_vbus()
108 bool cdns3_is_host(struct cdns3 *cdns) in cdns3_is_host()
118 bool cdns3_is_device(struct cdns3 *cdns) in cdns3_is_device()
133 static void cdns3_otg_disable_irq(struct cdns3 *cdns) in cdns3_otg_disable_irq()
142 static void cdns3_otg_enable_irq(struct cdns3 *cdns) in cdns3_otg_enable_irq()
154 int cdns3_drd_host_on(struct cdns3 *cdns) in cdns3_drd_host_on()
183 void cdns3_drd_host_off(struct cdns3 *cdns) in cdns3_drd_host_off()
204 int cdns3_drd_gadget_on(struct cdns3 *cdns) in cdns3_drd_gadget_on()
235 void cdns3_drd_gadget_off(struct cdns3 *cdns) in cdns3_drd_gadget_off()
260 static int cdns3_init_otg_mode(struct cdns3 *cdns) in cdns3_init_otg_mode()
283 int cdns3_drd_update_mode(struct cdns3 *cdns) in cdns3_drd_update_mode()
308 struct cdns3 *cdns = data; in cdns3_drd_thread_irq() local
326 struct cdns3 *cdns = data; in cdns3_drd_irq() local
358 int cdns3_drd_init(struct cdns3 *cdns) in cdns3_drd_init()
449 int cdns3_drd_exit(struct cdns3 *cdns) in cdns3_drd_exit()