Lines Matching full:usbmisc
117 /* Common functions shared by usbmisc drivers */
128 * In case the fsl,usbmisc property is not present this device doesn't in usbmisc_get_init_data()
129 * need usbmisc. Return NULL (which is no error here) in usbmisc_get_init_data()
131 if (!of_property_present(np, "fsl,usbmisc")) in usbmisc_get_init_data()
138 ret = of_parse_phandle_with_args(np, "fsl,usbmisc", "#index-cells", in usbmisc_get_init_data()
141 dev_err(dev, "Failed to parse property fsl,usbmisc, errno %d\n", in usbmisc_get_init_data()
195 /* End of common functions shared by usbmisc drivers*/
474 dev_err(dev, "usbmisc init failed, ret=%d\n", ret); in ci_hdrc_imx_probe()
496 /* usbmisc needs to know dr mode to choose wakeup setting */ in ci_hdrc_imx_probe()
503 dev_err(dev, "usbmisc post failed, ret=%d\n", ret); in ci_hdrc_imx_probe()
572 "usbmisc suspend failed, ret=%d\n", ret); in imx_controller_suspend()
610 dev_err(dev, "usbmisc resume failed, ret=%d\n", ret); in imx_controller_resume()