Searched refs:VDBG (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/usb/gadget/ |
D | at91_udc.h | 150 # define VDBG DBG macro 152 # define VDBG(stuff...) do{}while(0) macro 156 # define PACKET VDBG
|
D | at91_udc.c | 82 VDBG("%s done %p, status %d\n", ep->ep.name, req, status); in done() 274 VDBG("%s %s\n", __func__, ep->ep.name); in nuke() 479 VDBG("toggle config\n"); in at91_ep_queue() 572 VDBG("halt %s\n", ep->ep.name); in at91_ep_set_halt() 888 VDBG("SETUP %02x.%02x v%04x i%04x l%04x\n", in handle_setup() 919 VDBG("wait for config\n"); in handle_setup() 1058 VDBG("req %02x.%02x protocol STALL; stat %d\n", in handle_setup() 1088 VDBG("ep0 stalled\n"); in handle_ep0() 1141 VDBG("address %d\n", udc->addr); in handle_ep0() 1226 VDBG("end bus reset\n"); in at91_udc_irq()
|
D | f_mass_storage.c | 562 VDBG(fsg, "get max LUN\n"); in fsg_setup() 570 VDBG(fsg, in fsg_setup() 1384 VDBG(fsg, "delayed bulk-in endpoint halt\n"); in halt_bulk_in_endpoint() 1404 VDBG(fsg, "delayed bulk-in endpoint wedge\n"); in wedge_bulk_in_endpoint() 1628 VDBG(common, " sense data: SK x%02x, ASC x%02x, ASCQ x%02x;" in send_status() 1671 VDBG(common, "SCSI command: %s; Dc=%d, D%c=%u; Hc=%d%s\n", in check_command()
|
D | storage_common.c | 110 #define VDBG(d, fmt, args...) debug(fmt , ## args) macro
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothMediaFacade.java | 73 private static final boolean VDBG = false; field in BluetoothMediaFacade 128 if (VDBG) { in BluetoothMediaFacade() 156 if (VDBG) { in onActiveSessionsChanged() 303 if (VDBG) { in bluetoothMediaPassthrough()
|