OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usbdbg
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/usb/gadget/
pxa27x_udc.c
31
usbdbg
("%s - buf %p, len %d", name, buf, len);
71
usbdbg
("write urb on ep %d", ep_num);
73
usbdbg
("urb: buf %p, buf_len %d, actual_len %d",
75
usbdbg
("endpoint: sent %d, tx_packetSize %d, last %d",
82
usbdbg
("n %d%s w %d b %d", n, is_short ? "-s" : "", w, b);
125
usbdbg
("ep0 IN stage done");
142
usbdbg
("read urb on ep %d", ep_num);
144
usbdbg
("urb: buf %p, buf_len %d, actual_len %d",
146
usbdbg
("endpoint: rcv_packetSize %d",
155
usbdbg
("n %d%s", n, n != endpoint->rcv_packetSize ? "-s" : "")
[
all
...]
core.c
344
/*
usbdbg
("len: %d urb: %p\n", len, endpoint->rcv_urb); */
349
/*
usbdbg
("actual: %d buffer: %d\n", */
354
/*
usbdbg
("updating actual_length by %d\n",len); */
401
/*
usbdbg
("done->next %p, tx_urb %p, done %p", */
407
usbdbg
("got urb from tx list");
410
/*
usbdbg
("taking urb from done list"); */
414
usbdbg
("allocating new urb for tx_urb");
656
usbdbg
("event %d - not handled",event);
665
/*
usbdbg
("calling device->event"); */
/external/u-boot/include/
usbdevice.h
34
#define
usbdbg
(fmt,args...) serial_printf("debug: %s(), %d: "fmt"\n",__FUNCTION__,__LINE__,##args)
36
#define
usbdbg
(fmt,args...) do{}while(0)
macro
Completed in 56 milliseconds