Home
last modified time | relevance | path

Searched refs:VDBG (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dat91_udc.h151 # define VDBG DBG macro
153 # define VDBG(stuff...) do{}while(0) macro
157 # define PACKET VDBG
H A Dat91_udc.c82 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()
H A Df_mass_storage.c565 VDBG(fsg, "get max LUN\n"); in fsg_setup()
573 VDBG(fsg, in fsg_setup()
1398 VDBG(fsg, "delayed bulk-in endpoint halt\n"); in halt_bulk_in_endpoint()
1418 VDBG(fsg, "delayed bulk-in endpoint wedge\n"); in wedge_bulk_in_endpoint()
1644 VDBG(common, " sense data: SK x%02x, ASC x%02x, ASCQ x%02x;" in send_status()
1690 VDBG(common, "SCSI command: %s; Dc=%d, D%c=%u; Hc=%d%s\n", in check_command()
H A Dstorage_common.c111 #define VDBG(d, fmt, args...) debug(fmt , ## args) macro