Searched refs:IFX_ERROR (Results 1 - 7 of 7) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxhcd.c119 IFX_ERROR("%s: urb(%p) not connect to any epqh\n",
125 IFX_ERROR("%s: invalid urb\n",__func__);
129 IFX_ERROR("%s: invalid"
174 IFX_ERROR("%s: invalid urbd\n",__func__);
176 IFX_ERROR("%s: invalid epqd\n",__func__);
205 IFX_ERROR("%s: invalid urbd\n",__func__);
210 IFX_ERROR("%s: invalid epqh\n",__func__);
290 IFX_ERROR("%s: invalid urbd\n",__func__);
292 IFX_ERROR("%s: invalid epqd\n",__func__);
315 IFX_ERROR("
[all...]
H A Difxhcd_intr.c263 IFX_ERROR("%s epqh=null\n",__func__);
269 IFX_ERROR("%s urbd=null\n",__func__);
276 IFX_ERROR("%s urb =null\n",__func__);
291 IFX_ERROR("%s: No halt_status, channel %d\n", __func__, _ifxhc->hc_num);
295 IFX_ERROR("%s: Inavalid halt_status HC_XFER_COMPLETE, channel %d\n", __func__, _ifxhc->hc_num);
548 IFX_ERROR("%s: invalid epqd\n",__func__);
600 IFX_ERROR("ERROR %s():%d urbd=%p\n",__func__,__LINE__,_urbd);
985 IFX_ERROR("ERROR %s():%d invalid chhlt condition %08X/%08X %d\n",__func__,__LINE__,hcint.d32,hcintmsk.d32,_ifxhc->halt_status);
1166 IFX_ERROR("ERROR %s():%d invalid chhlt condition\n",__func__,__LINE__);
1186 IFX_ERROR("ERRO
[all...]
H A Difxhcd_queue.c376 IFX_ERROR("EPQH Error alloc\n");
382 IFX_ERROR("EPQH Error alloc while disabling\n");
H A Difxusb_driver.c208 IFX_ERROR("_hcd_init failed\n");
258 IFX_ERROR("_pcd_init failed\n");
750 IFX_ERROR("%s retval=%d\n", __func__, retval);
767 IFX_ERROR("%s retval=%d\n", __func__, retval);
H A Difxusb_cif.c227 IFX_ERROR("%s() invalid _core_if\n", __func__);
241 IFX_ERROR("%s() usb ioremap() failed\n", __func__);
258 IFX_ERROR("%s() snpsid error(0x%08x) failed\n", __func__,snpsid);
H A Difxusb_cif_h.c396 IFX_ERROR("%s: Unable to clear halt on channel %d\n", __func__, i);
H A Difxusb_plat.h1172 #define IFX_ERROR(x...) printk( KERN_ERR IFXUSB x ) macro

Completed in 160 milliseconds