Lines Matching refs:status
422 /* Remove timer from the timer list; clear timeout status */
775 int status;
794 status = fsl_otg_init_timers(&fsl_otg_tc->fsm);
795 if (status) {
817 status = usb_add_phy(&fsl_otg_tc->phy, USB_PHY_TYPE_USB2);
818 if (status) {
828 return status;
837 int status;
878 status = request_irq(p_otg->irq, fsl_otg_isr,
880 if (status) {
882 p_otg->irq, status);
886 return status;
932 /* disable all interrupt and clear all OTGSC status */