Lines Matching full:dwc3
3 * STiH407 family DWC3 specific Glue layer
21 #include <linux/usb/dwc3.h>
23 #include <dwc3-sti-glue.h>
28 * struct sti_dwc3_glue_platdata - dwc3 STi glue driver private structure
115 pr_err("unable to find st,stih407-dwc3 reg property(%d)\n", ret); in sti_dwc3_glue_ofdata_to_platdata()
165 /* check if the subnode compatible string is the dwc3 one*/ in sti_dwc3_glue_bind()
167 "snps,dwc3") != 0) { in sti_dwc3_glue_bind()
168 pr_err("Can't find dwc3 subnode for %s\n", dev->name); in sti_dwc3_glue_bind()
172 /* retrieve the DWC3 dual role mode */ in sti_dwc3_glue_bind()
189 pr_err("DWC3 powerdown reset deassert failed: %d", ret); in sti_dwc3_glue_probe()
195 pr_err("DWC3 soft reset deassert failed: %d", ret); in sti_dwc3_glue_probe()
210 pr_err("DWC3 soft reset deassert failed: %d", ret); in sti_dwc3_glue_probe()
217 pr_err("DWC3 powerdown reset deassert failed: %d", ret); in sti_dwc3_glue_probe()
230 pr_err("DWC3 powerdown reset deassert failed: %d", ret); in sti_dwc3_glue_remove()
236 pr_err("DWC3 soft reset deassert failed: %d", ret); in sti_dwc3_glue_remove()
242 { .compatible = "st,stih407-dwc3" },