Lines Matching full:usbmisc
116 /* Common functions shared by usbmisc drivers */
127 * In case the fsl,usbmisc property is not present this device doesn't in usbmisc_get_init_data()
128 * need usbmisc. Return NULL (which is no error here) in usbmisc_get_init_data()
130 if (!of_get_property(np, "fsl,usbmisc", NULL)) in usbmisc_get_init_data()
137 ret = of_parse_phandle_with_args(np, "fsl,usbmisc", "#index-cells", in usbmisc_get_init_data()
140 dev_err(dev, "Failed to parse property fsl,usbmisc, errno %d\n", in usbmisc_get_init_data()
194 /* End of common functions shared by usbmisc drivers*/
487 dev_err(dev, "usbmisc init failed, ret=%d\n", ret); in ci_hdrc_imx_probe()
509 /* usbmisc needs to know dr mode to choose wakeup setting */ in ci_hdrc_imx_probe()
516 dev_err(dev, "usbmisc post failed, ret=%d\n", ret); in ci_hdrc_imx_probe()
585 "usbmisc suspend failed, ret=%d\n", ret); in imx_controller_suspend()
623 dev_err(dev, "usbmisc resume failed, ret=%d\n", ret); in imx_controller_resume()