Lines Matching full:usbmisc
80 * they've chosen to represent this is with an entry for a "usbmisc" device
87 * little "usbmisc" driver which exists only to provide access to the usbmisc
91 * In addition to the single usbmisc device, the existing FDT data defines a
119 * - fsl,usbmisc = <&usbmisc 0>;
147 {"fsl,imx6q-usbmisc", true},
148 {"fsl,imx51-usbmisc", true},
149 {"fsl,imx25-usbmisc", true},
345 /* Get the reference to the usbmisc driver from the fdt data */ in imx_ehci_disable_oc()
347 size = OF_getencprop(node, "fsl,usbmisc", usbmprops, in imx_ehci_disable_oc()
350 device_printf(sc->dev, "failed to retrieve fsl,usbmisc " in imx_ehci_disable_oc()
357 device_printf(sc->dev, "usbmisc device not found, " in imx_ehci_disable_oc()