| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCI_SCHD.cxx | 119 dbg ("[periodic_next_shadow] BAD shadow %p tag %d", periodic->ptr, tag); in periodic_next_shadow() 143 dbg ("[periodic_unlink] entry %p no longer on frame [%d]", ptr, frame); in periodic_unlink() 195 dbg ("not counting FSTN bandwidth yet ...%s",""); in periodic_usecs() 363 dbg ("descheduled qh %p, period = %d frame = %d count = %d, urbs = %d", in intr_deschedule() 485 dbg ("reused previous qh %p schedule", qh); in qh_schedule() 489 dbg ("[qh_schedule] scheduled qh %p usecs %d/%d period %d.0 starting %d.%d (gap %d)", in qh_schedule() 614 dbg ("[intr qh] %p no TDs?", qh); in intr_complete() 732 dbg ("BAD iso packet: %d bytes, max %d, urb %p [%d] (of %d)", in itd_fill() 872 dbg ("urb %p interval %d ... != %p interval %d", in get_iso_range() 885 dbg ("NYET: queue >2 URBs per ISO endpoint%s%s","",""); in get_iso_range() [all …]
|
| H A D | drvConfig.c | 176 dbg("skipping descriptor 0x%X,len=%d", in usb_parse_endpoint() 185 dbg("skipped %d class/vendor specific endpoint descriptors", numskipped); in usb_parse_endpoint() 338 dbg("skipped %d class/vendor specific interface descriptors", numskipped); in usb_parse_interface() 435 dbg("kmalloc IF %p, numif %i", config->interface[i], i); in usb_parse_configuration() 479 dbg("skipping descriptor 0x%X", header->bDescriptorType); in usb_parse_configuration() 485 dbg("skipped %d class/vendor specific endpoint descriptors", numskipped); in usb_parse_configuration() 636 dbg("descriptor data left%s",""); in usb_get_configuration()
|
| H A D | drvMsg.c | 393 dbg("nuking URBs for device %s", dev->dev.bus_id); in usb_disable_device() 455 dbg("manual set interface for iface %d, alt %d", in usb_set_interface() 555 dbg("error getting string descriptor 0 (error=%d)", err); in usb_string() 558 dbg("string descriptor 0 too short%s",""); in usb_string() 565 dbg("USB device number %d default language ID 0x%x", in usb_string()
|
| H A D | drvUSB.c | 1473 dbg("Enter%s",""); in usb_match_id() 2252 dbg ("%s", __FUNCTION__); in usb_hotplug() 2266 dbg ("device already deleted ??"); in usb_hotplug() 2270 dbg ("bus already removed?"); in usb_hotplug() 2781 dbg("looking at vendor %d, product %d", in match_device() 2787 dbg ("found the device!%s",""); in match_device()
|
| H A D | drvHCDDBG.cpp | 127 dbg("%s URB: no dev", str); in urb_print() 132 dbg("[urb_print]%s %p dev=%d ep=%d%s-%s flags=%x", in urb_print() 142 dbg("[urb_print] len=%d/%d stat=%d", in urb_print()
|
| H A D | drvEhciHcd.c | 1777 dbg("SetPortFeature suspend%s","\n"); in ehci_hub_control() 4618 dbg ("intr period %d uframes, NYET!", in qh_make() 4754 dbg ("unknow speed %d", urb->dev->speed); in qh_make() 4918 dbg ("bogus dev %p speed %d", urb->dev, urb->dev->speed); in qh_make() 8399 dbg ("no split iso support yet%s",""); in ehci_urb_enqueue() 9242 dbg ("hcd_alloc failed%s"," "); in usb_hcd_cpe_ehci_probe() 9262 dbg ("pool alloc fail%s","\n"); in usb_hcd_cpe_ehci_probe() 9298 dbg("request_irq failed%s"," "); in usb_hcd_cpe_ehci_probe() 9354 dbg ("%s: roothub graceful disconnect", hcd->self.bus_name); in usb_hcd_cpe_ehci_remove() 9666 dbg ("hcd_alloc failed%s"," "); in usb_hcd_cpe_ehci_probe_EX() [all …]
|
| H A D | drvEhciHcd_2.c | 176 dbg ("hcd_alloc failed%s"," "); in usb_hcd_cpe_ehci_probe_Port2() 196 dbg ("pool alloc fail%s","\n"); in usb_hcd_cpe_ehci_probe_Port2() 232 dbg("request_irq failed%s"," "); in usb_hcd_cpe_ehci_probe_Port2()
|
| H A D | drvHCD.c | 1113 dbg("The busnum is %d",busnum); in usb_register_bus() 1347 dbg ("bogus device speed!%s",""); in usb_calc_bus_time() 2224 dbg("Found bus (%p), device name is %s",bus,bus->controller->name); in usb_register_otg_to_bus()
|
| H A D | drvURB.c | 225 dbg ("%s: bogus endpoint %d-%s on usb-%s-%s (bad maxpacket %d)", in usb_submit_urb()
|
| H A D | drvHub.c | 2921 dbg("hub_disconnect: unlink urb%s",""); in hub_disconnect() 6985 dbg("hub_thread exiting%s","");
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/ |
| H A D | nds_sc.c | 274 MS_U8 dbg; in _NDS_SC_SET_CTRL() local 275 dbg = _nds_sc_reg_ctrl | bits; in _NDS_SC_SET_CTRL() 288 if (dbg != _nds_sc_reg_ctrl) in _NDS_SC_SET_CTRL() 298 MS_U8 dbg; in _NDS_SC_CLR_CTRL() local 299 dbg = _nds_sc_reg_ctrl & ~bits; in _NDS_SC_CLR_CTRL() 312 if (dbg != _nds_sc_reg_ctrl) in _NDS_SC_CLR_CTRL()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB.h | 735 #define dbg printk macro 737 #define dbg(format, ...) do {} while (0) macro 748 #define vdbg dbg 754 #define kdbg dbg
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | drvgpd.c | 925 MS_U32 dbg=0xff; 941 while(dbg!=val) 942 dbg=((gpd_read_debug_port(0)&_BIT28)>>28);
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | baycom.h | 24 struct baycom_debug_data dbg; member
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gfx/ |
| H A D | apiGFX.c | 2967 GFX_Result MApi_GFX_GetInfo( GFX_DbgInfo *dbg ) in MApi_GFX_GetInfo() argument 2971 if(dbg == NULL) in MApi_GFX_GetInfo() 2987 GFXGetInfo.pGFX_GetInfo =dbg; in MApi_GFX_GetInfo()
|
| H A D | mapiGFX.c | 1036 GFX_Result MApi_GFX_GetDBGInfo_U02(void* pInstance, GFX_DbgInfo *dbg) in MApi_GFX_GetDBGInfo_U02() argument 1046 memcpy(dbg, &tGEDBG, sizeof(GE_DbgInfo)); in MApi_GFX_GetDBGInfo_U02()
|
| /utopia/UTPA2-700.0.x/modules/graphic/drv/ge/ |
| H A D | drvGE.c | 4267 GE_Result MDrv_GE_GetInfo(GE_Context *pGECtx, GE_DbgInfo* dbg) in MDrv_GE_GetInfo() argument 4278 dbg->gedump[i] = pGECtxLocal->halLocalCtx.pHALShared->u16ShareRegImage[i]; in MDrv_GE_GetInfo() 4280 dbg->gedump[i] = pGECtxLocal->halLocalCtx.u16RegGETable[i]; in MDrv_GE_GetInfo() 4287 dbg->semstaus = semid; in MDrv_GE_GetInfo()
|
| H A D | drvGE.h | 1170 GE_Result MDrv_GE_GetInfo(GE_Context *pGECtx, GE_DbgInfo* dbg);
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiGFX.h | 1493 DLL_PUBLIC extern GFX_Result MApi_GFX_GetInfo( GFX_DbgInfo *dbg );
|
| /utopia/UTPA2-700.0.x/projects/build/Ksym/ |
| H A D | .Ksym.o.cmd | 826 $(wildcard include/config/utopia/proc/dbg/support.h) \
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 10119 DLL_PUBLIC extern GFX_Result MApi_GFX_GetInfo( GFX_DbgInfo *dbg );
|