Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/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.c564 VDBG(fsg, "get max LUN\n"); in fsg_setup()
572 VDBG(fsg, in fsg_setup()
1391 VDBG(fsg, "delayed bulk-in endpoint halt\n"); in halt_bulk_in_endpoint()
1411 VDBG(fsg, "delayed bulk-in endpoint wedge\n"); in wedge_bulk_in_endpoint()
1635 VDBG(common, " sense data: SK x%02x, ASC x%02x, ASCQ x%02x;" in send_status()
1681 VDBG(common, "SCSI command: %s; Dc=%d, D%c=%u; Hc=%d%s\n", in check_command()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dsnps_udc_core.c451 VDBG(ep->dev, "ep-%d reset\n", ep->num); in ep_init()
525 VDBG(ep->dev, "udc_alloc_req(): ep%d\n", ep->num); in udc_alloc_request()
542 VDBG(ep->dev, "udc_alloc_req: req = %p dma_desc = %p, " in udc_alloc_request()
591 VDBG(ep->dev, "free_req req=%p\n", req); in udc_free_request()
594 VDBG(ep->dev, "req->td_data=%p\n", req->td_data); in udc_free_request()
684 VDBG(dev, "udc_read_dwords(): %d dwords\n", dwords); in udc_rxfifo_read_dwords()
697 VDBG(dev, "udc_read_bytes(): %d bytes\n", bytes); in udc_rxfifo_read_bytes()
747 VDBG(ep->dev, "ep %s: rxfifo read %d bytes\n", ep->ep.name, bytes); in udc_rxfifo_read()
769 VDBG(ep->dev, "udc_create_dma_chain: bytes=%ld buf_len=%ld\n", in udc_create_dma_chain()
876 VDBG(ep->dev, "prep_dma\n"); in prep_dma()
[all …]
H A Dat91_udc.h162 # define VDBG DBG macro
164 # define VDBG(stuff...) do{}while(0) macro
168 # define PACKET VDBG
H A Dfsl_udc_core.c188 VDBG("complete %s req %p stat %d len %u/%u", in done()
313 VDBG("vir[qh_base] is %p phy[qh_base] is 0x%8x reg is 0x%8x", in dr_controller_setup()
505 VDBG("error ep type is %d", ep_type); in struct_ep_qh_setup()
618 VDBG("enabled %s (ep%d%s) maxpacket %d",ep->ep.name, in fsl_ep_enable()
640 VDBG("%s not enabled", _ep ? ep->ep.name : NULL); in fsl_ep_disable()
666 VDBG("disabled %s OK", _ep->name); in fsl_ep_disable()
815 VDBG("multi-dtd request!"); in fsl_build_dtd()
827 VDBG("length = %d address= 0x%x", *length, (int)*dma); in fsl_build_dtd()
878 VDBG("%s, bad params", __func__); in fsl_ep_queue()
882 VDBG("%s, bad ep", __func__); in fsl_ep_queue()
[all …]
H A Dgoku_udc.c257 VDBG(dev, "disable %s\n", _ep->name); in goku_ep_disable()
320 VDBG(dev, "complete %s req %p stat %d len %u/%u\n", in done()
392 VDBG(dev, "wrote %s %u bytes%s IN %u left %p\n", in write_fifo()
452 VDBG(ep->dev, "read %s %u bytes%s OUT req %p %u/%u\n", in read_fifo()
627 VDBG(dev, "done %s %s dma, %u/%u bytes, req %p\n", in dma_advance()
693 VDBG(ep->dev, "%s %s %s %d/%d\n", __func__, ep->ep.name, in abort_dma()
744 VDBG(dev, "%s queue req %p, len %u buf %p\n", in goku_queue()
828 VDBG(dev, "%s %s %s %s %p\n", __func__, _ep->name, in goku_dequeue()
863 VDBG(ep->dev, "%s clear halt\n", ep->ep.name); in goku_clear_halt()
916 VDBG(ep->dev, "%s set halt\n", ep->ep.name); in goku_set_halt()
[all …]
H A Domap_udc.c229 VDBG("%s enabled\n", _ep->name); in omap_ep_enable()
257 VDBG("%s disabled\n", _ep->name); in omap_ep_disable()
307 VDBG("complete %s req %p stat %d len %u/%u\n", in done()
681 VDBG("%s, RX_CNT irq?\n", ep->ep.name); in dma_irq()
907 VDBG("%s queue req %p, len %d buf %p\n", in omap_ep_queue()
1104 VDBG("%s %s halt stat %d\n", ep->ep.name, in omap_ep_set_halt()
1252 VDBG("VBUS %s\n", is_active ? "on" : "off"); in omap_vbus_session()
1546 VDBG("set config %d\n", w_value); in ep0_irq()
1585 VDBG("%s halt cleared by host\n", ep->name); in ep0_irq()
1611 VDBG("%s halted by host\n", ep->name); in ep0_irq()
[all …]
H A Domap_udc.h185 # define VDBG DBG macro
187 # define VDBG(stuff...) do{}while(0) macro
H A Dgoku_udc.h277 #define VDBG DBG macro
279 #define VDBG(dev,fmt,args...) \ macro
H A Dat91_udc.c270 VDBG("%s done %p, status %d\n", ep->ep.name, req, status); in done()
462 VDBG("%s %s\n", __func__, ep->ep.name); in nuke()
667 VDBG("toggle config\n"); in at91_ep_queue()
763 VDBG("halt %s\n", ep->ep.name); in at91_ep_set_halt()
1084 VDBG("SETUP %02x.%02x v%04x i%04x l%04x\n", in handle_setup()
1115 VDBG("wait for config\n"); in handle_setup()
1254 VDBG("req %02x.%02x protocol STALL; stat %d\n", in handle_setup()
1284 VDBG("ep0 stalled\n"); in handle_ep0()
1337 VDBG("address %d\n", udc->addr); in handle_ep0()
1423 VDBG("end bus reset\n"); in at91_udc_irq()
H A Damd5536udc.h657 #define VDBG DBG macro
659 #define VDBG(udc , args...) do {} while (0) macro
H A Dfsl_usb2_udc.h547 #define VDBG DBG macro
549 #define VDBG(stuff...) do{}while(0) macro
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-fsl-usb.c35 #define VDBG(fmt, args...) pr_debug("[%s] " fmt, \ macro
38 #define VDBG(stuff...) do {} while (0) macro
270 VDBG("a_wait_enum timeout\n"); in a_wait_enum()
481 VDBG("host on......\n"); in fsl_otg_start_host()
505 VDBG("host off......\n"); in fsl_otg_start_host()
532 VDBG("gadget %s\n", on ? "on" : "off"); in fsl_otg_start_gadget()
567 VDBG("host off......\n"); in fsl_otg_set_host()
608 VDBG("otg_dev 0x%x\n", (int)otg_dev); in fsl_otg_set_peripheral()
609 VDBG("fsl_otg_dev 0x%x\n", (int)fsl_otg_dev); in fsl_otg_set_peripheral()
737 VDBG("ID int (ID is %d)\n", fsm->id); in fsl_otg_isr()
/OK3568_Linux_fs/kernel/drivers/usb/common/
H A Dusb-otg-fsm.c22 #define VDBG(fmt, args...) pr_debug("[%s] " fmt, \ macro
25 #define VDBG(stuff...) do {} while (0) macro
34 VDBG("Changing role fsm->protocol= %d; new protocol= %d\n", in otg_set_protocol()
210 VDBG("Set state: %s\n", usb_otg_state_string(new_state)); in otg_set_state()
340 VDBG("fsm->id = %d\n", fsm->id); in otg_statemachine()
448 VDBG("quit statemachine, changed = %d\n", fsm->state_changed); in otg_statemachine()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_hid.c651 VDBG(cdev, in hidg_setup()
658 VDBG(cdev, "get_report\n"); in hidg_setup()
669 VDBG(cdev, "get_protocol\n"); in hidg_setup()
677 VDBG(cdev, "get_idle\n"); in hidg_setup()
685 VDBG(cdev, "set_report | wLength=%d\n", ctrl->wLength); in hidg_setup()
695 VDBG(cdev, "set_protocol\n"); in hidg_setup()
712 VDBG(cdev, "set_idle\n"); in hidg_setup()
725 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: HID\n"); in hidg_setup()
737 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: REPORT\n"); in hidg_setup()
745 VDBG(cdev, "Unknown descriptor request 0x%x\n", in hidg_setup()
[all …]
H A Df_midi.c294 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status, in f_midi_complete()
715 VDBG(midi, "%s()\n", __func__); in f_midi_in_open()
726 VDBG(midi, "%s()\n", __func__); in f_midi_in_close()
737 VDBG(midi, "%s() %d\n", __func__, up); in f_midi_in_trigger()
750 VDBG(midi, "%s()\n", __func__); in f_midi_out_open()
759 VDBG(midi, "%s()\n", __func__); in f_midi_out_close()
767 VDBG(midi, "%s()\n", __func__); in f_midi_out_trigger()
855 VDBG(midi, "%s() finished ok\n", __func__); in f_midi_register_card()
H A Du_ether.c111 #undef VDBG
128 #define VDBG DBG macro
130 #define VDBG(dev, fmt, args...) \ macro
312 VDBG(dev, "rx shutdown, code %d\n", status); in rx_complete()
448 VDBG(dev, "tx err %d\n", req->status); in tx_complete()
648 VDBG(dev, "%s\n", __func__); in eth_stop()
H A Df_ncm.c637 VDBG(cdev, "Notification %02x sent\n", in ncm_notify_complete()
678 VDBG(cdev, "Set NTB INPUT SIZE %d\n", in_size); in ncm_ep0out_complete()
736 VDBG(cdev, "Host asked NTB parameters\n"); in ncm_setup()
746 VDBG(cdev, "Host asked INPUT SIZE, sending %d\n", in ncm_setup()
773 VDBG(cdev, "Host asked NTB FORMAT, sending %d\n", format); in ncm_setup()
807 VDBG(cdev, "Host asked CRC MODE, sending %d\n", is_crc); in ncm_setup()
1343 VDBG(port->func.config->cdev, in ncm_unwrap_ntb()
H A Df_sourcesink.c548 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status, in source_sink_complete()
642 VDBG(cdev, "%s disabled\n", ss->function.name); in disable_source_sink()
812 VDBG(c->cdev, in sourcesink_setup()
820 VDBG(c->cdev, "source/sink req%02x.%02x v%04x i%04x l%d\n", in sourcesink_setup()
H A Df_rndis.c531 VDBG(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n", in rndis_setup()
561 VDBG(cdev, "reset rndis control %d\n", intf); in rndis_set_alt()
565 VDBG(cdev, "init rndis ctrl %d\n", intf); in rndis_set_alt()
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMI.h87 #define VDBG( format, arg... ) do { \
93 #define VDBG( format, arg... ) do { } while(0) macro
H A DQMIDevice.c726 VDBG( "Creating new readListEntry for client 0x%04X, TID %x\n", in ReadCallback()
804 VDBG( "IntCallback: Encapsulated Response = 0x%llx\n",
1213 VDBG( "0x%04X\n", clientID );
1993 VDBG("Found client's 0x%x memory\n", clientID);
2137 VDBG( "*ppReadMemList = 0x%p pDelReadMemList = 0x%p\n",
2142 VDBG( "skipping 0x%04X data TID = %x\n", clientID, (*ppReadMemList)->mTransactionID );
2147 VDBG( "*ppReadMemList = 0x%p pDelReadMemList = 0x%p\n",
2156 VDBG( "*ppData = 0x%p pDataSize = %u\n",
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Disp116x.h332 # define VDBG DBG macro
334 # define VDBG(stuff...) do{}while(0) macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/menu-cache/files/
H A D0001-Support-gcc10-compilation.patch108 #define VDBG if (verbose > 1) g_debug

12