Searched refs:VDBG (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dzcip.c72 #define VDBG(fmt,args...) \ macro
130 VDBG("%s run %s %s\n", intf, argv[0], argv[1]);
299 VDBG("...wait %d %s nprobes=%u, nclaims=%u\n",
305 VDBG("state = %d\n", state);
312 VDBG("probe/%u %s@%s\n",
324 VDBG("announce/%u %s@%s\n",
337 VDBG("announce/%u %s@%s\n",
349 VDBG("announce/%u %s@%s\n",
397 VDBG("missed an expected timeout\n");
400 VDBG("adjustin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dlangwell_udc.c91 #define VDBG DBG macro
93 #define VDBG(dev, fmt, args...) \ macro
236 VDBG(dev, "---> %s()\n", __func__);
253 VDBG(dev, "<--- %s()\n", __func__);
263 VDBG(dev, "---> %s()\n", __func__);
285 VDBG(dev, "<--- %s()\n", __func__);
307 VDBG(dev, "---> %s()\n", __func__);
410 VDBG(dev, "<--- %s()\n", __func__);
426 VDBG(dev, "---> %s()\n", __func__);
471 VDBG(de
[all...]
H A Dat91_udc.h165 # define VDBG DBG macro
167 # define VDBG(stuff...) do{}while(0) macro
171 # define PACKET VDBG
H A Df_hid.c331 VDBG(cdev, "hid_setup crtl_request : bRequestType:0x%x bRequest:0x%x "
337 VDBG(cdev, "get_report\n");
348 VDBG(cdev, "get_protocol\n");
354 VDBG(cdev, "set_report | wLenght=%d\n", ctrl->wLength);
362 VDBG(cdev, "set_protocol\n");
370 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: REPORT\n");
378 VDBG(cdev, "Unknown decriptor request 0x%x\n",
386 VDBG(cdev, "Unknown request 0x%x\n",
421 VDBG(cdev, "hidg_set_alt intf:%d alt:%d\n", intf, alt);
H A Domap_udc.h185 # define VDBG DBG macro
187 # define VDBG(stuff...) do{}while(0) macro
H A Dgmidi.c153 #define VDBG(d, fmt, args...) \ macro
499 VDBG(dev, "%s gone (%d), %d/%d\n", ep->name, status,
712 VDBG(dev, "HNP inactive\n");
770 VDBG(dev, "unknown control req%02x.%02x v%04x i%04x l%d\n",
999 VDBG(dev, "gmidi_in_open\n");
1009 VDBG(dev, "gmidi_in_close\n");
1017 VDBG(dev, "gmidi_in_trigger %d\n", up);
1028 VDBG(dev, "gmidi_out_open\n");
1037 VDBG(dev, "gmidi_out_close\n");
1045 VDBG(de
[all...]
H A Dfsl_udc_core.c138 VDBG("complete %s req %p stat %d len %u/%u",
241 VDBG("vir[qh_base] is %p phy[qh_base] is 0x%8x reg is 0x%8x",
410 VDBG("error ep type is %d", ep_type);
526 VDBG("enabled %s (ep%d%s) maxpacket %d",ep->ep.name,
548 VDBG("%s not enabled", _ep ? ep->ep.name : NULL);
571 VDBG("disabled %s OK", _ep->name);
612 /* VDBG("QH addr Register 0x%8x", dr_regs->endpointlistaddr);
613 VDBG("ep_qh[%d] addr is 0x%8x", i, (u32)&(ep->udc->ep_qh[i])); */
717 VDBG("multi-dtd request!");
729 VDBG("lengt
[all...]
H A Df_sourcesink.c273 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status,
336 VDBG(cdev, "%s disabled\n", ss->function.name);
472 VDBG(c->cdev,
480 VDBG(c->cdev, "source/sink req%02x.%02x v%04x i%04x l%d\n",
H A Dgoku_udc.c246 VDBG(dev, "disable %s\n", _ep->name);
313 VDBG(dev, "complete %s req %p stat %d len %u/%u\n",
439 VDBG(ep->dev, "read %s %u bytes%s OUT req %p %u/%u\n",
614 VDBG(dev, "done %s %s dma, %u/%u bytes, req %p\n",
675 VDBG(ep->dev, "%s %s %s %d/%d\n", __func__, ep->ep.name,
725 VDBG(dev, "%s queue req %p, len %u buf %p\n",
809 VDBG(dev, "%s %s %s %s %p\n", __func__, _ep->name,
844 VDBG(ep->dev, "%s clear halt\n", ep->ep.name);
897 VDBG(ep->dev, "%s set halt\n", ep->ep.name);
923 VDBG(e
[all...]
H A Damd5536udc.c454 VDBG(ep->dev, "ep-%d reset\n", ep->num);
528 VDBG(ep->dev, "udc_alloc_req(): ep%d\n", ep->num);
545 VDBG(ep->dev, "udc_alloc_req: req = %p dma_desc = %p, "
574 VDBG(ep->dev, "free_req req=%p\n", req);
577 VDBG(ep->dev, "req->td_data=%p\n", req->td_data);
669 VDBG(dev, "udc_read_dwords(): %d dwords\n", dwords);
683 VDBG(dev, "udc_read_bytes(): %d bytes\n", bytes);
734 VDBG(ep->dev, "ep %s: rxfifo read %d bytes\n", ep->ep.name, bytes);
746 VDBG(ep->dev, "prep_dma\n");
747 VDBG(e
[all...]
H A Dgoku_udc.h280 #define VDBG DBG macro
282 #define VDBG(dev,fmt,args...) \ macro
H A Domap_udc.c244 VDBG("%s enabled\n", _ep->name);
272 VDBG("%s disabled\n", _ep->name);
334 VDBG("complete %s req %p stat %d len %u/%u\n",
725 VDBG("%s, RX_CNT irq?\n", ep->ep.name);
977 VDBG("%s queue req %p, len %d buf %p\n",
1172 VDBG("%s %s halt stat %d\n", ep->ep.name,
1319 VDBG("VBUS %s\n", is_active ? "on" : "off");
1606 VDBG("set config %d\n", w_value);
1645 VDBG("%s halt cleared by host\n", ep->name);
1671 VDBG("
[all...]
H A Dfile_storage.c714 VDBG(fsg, "CB[I] accept device-specific command\n");
773 VDBG(fsg, "get max LUN\n");
803 VDBG(fsg,
835 VDBG(fsg, "get device descriptor\n");
840 VDBG(fsg, "get device qualifier\n");
848 VDBG(fsg, "get other-speed config descriptor\n");
853 VDBG(fsg, "get configuration descriptor\n");
862 VDBG(fsg, "get string descriptor\n");
876 VDBG(fsg, "set configuration\n");
890 VDBG(fs
[all...]
H A Damd5536udc.h621 #define VDBG DBG macro
623 #define VDBG(udc , args...) do {} while (0) macro
H A Du_ether.c122 #undef VDBG macro
139 #define VDBG DBG macro
141 #define VDBG(dev, fmt, args...) \ macro
332 VDBG(dev, "rx shutdown, code %d\n", status);
469 VDBG(dev, "tx err %d\n", req->status);
657 VDBG(dev, "%s\n", __func__);
H A Dat91_udc.c274 VDBG("%s done %p, status %d\n", ep->ep.name, req, status);
466 VDBG("%s %s\n", __func__, ep->ep.name);
672 VDBG("toggle config\n");
768 VDBG("halt %s\n", ep->ep.name);
953 // VDBG("vbus %s\n", is_active ? "on" : "off");
1084 VDBG("SETUP %02x.%02x v%04x i%04x l%04x\n",
1115 VDBG("wait for config\n");
1254 VDBG("req %02x.%02x protocol STALL; stat %d\n",
1285 VDBG("ep0 stalled\n");
1338 VDBG("addres
[all...]
H A Df_acm.c369 VDBG(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n",
400 VDBG(cdev, "reset acm control interface %d\n", intf);
403 VDBG(cdev, "init acm ctrl interface %d\n", intf);
H A Df_rndis.c415 VDBG(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n",
446 VDBG(cdev, "reset rndis control %d\n", intf);
449 VDBG(cdev, "init rndis ctrl %d\n", intf);
H A Dfsl_usb2_udc.h505 #define VDBG DBG macro
507 #define VDBG(stuff...) do{}while(0) macro
H A Dprinter.c188 #define VDBG(dev, fmt, args...) \ macro
191 #define VDBG(dev, fmt, args...) \ macro
419 VDBG(dev, "rx shutdown, code %d\n", status);
449 VDBG(dev, "tx err %d\n", req->status);
1260 VDBG(dev,
H A Df_ecm.c462 VDBG(cdev, "reset ecm control %d\n", intf);
465 VDBG(cdev, "init ecm ctrl %d\n", intf);
H A Df_loopback.c246 VDBG(cdev, "%s disabled\n", loop->function.name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dsl811.h252 # define VDBG DBG macro
254 # define VDBG(stuff...) do{}while(0) macro
258 # define PACKET VDBG
H A Disp116x.h335 # define VDBG DBG macro
337 # define VDBG(stuff...) do{}while(0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dcomposite.h356 #define VDBG(d, fmt, args...) \ macro

Completed in 302 milliseconds

12