Lines Matching full:usbmisc
125 /* Common functions shared by usbmisc drivers */
136 * In case the fsl,usbmisc property is not present this device doesn't in usbmisc_get_init_data()
137 * need usbmisc. Return NULL (which is no error here) in usbmisc_get_init_data()
139 if (!of_property_present(np, "fsl,usbmisc")) in usbmisc_get_init_data()
146 ret = of_parse_phandle_with_args(np, "fsl,usbmisc", "#index-cells", in usbmisc_get_init_data()
149 dev_err(dev, "Failed to parse property fsl,usbmisc, errno %d\n", in usbmisc_get_init_data()
203 /* End of common functions shared by usbmisc drivers*/
533 dev_err(dev, "usbmisc init failed, ret=%d\n", ret); in ci_hdrc_imx_probe()
555 /* usbmisc needs to know dr mode to choose wakeup setting */ in ci_hdrc_imx_probe()
562 dev_err(dev, "usbmisc post failed, ret=%d\n", ret); in ci_hdrc_imx_probe()
634 "usbmisc suspend failed, ret=%d\n", ret); in imx_controller_suspend()
680 dev_err(dev, "usbmisc resume failed, ret=%d\n", ret); in imx_controller_resume()