Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
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",
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()
726 /* VDBG("QH addr Register 0x%8x", dr_regs->endpointlistaddr); in fsl_queue_td()
727 VDBG("ep_qh[%d] addr is 0x%8x", i, (u32)&(ep->udc->ep_qh[i])); */ in fsl_queue_td()
815 VDBG("multi-dtd request!"); in fsl_build_dtd()
827 VDBG("lengt in fsl_build_dtd()
[all...]
H A Dsnps_udc_core.c455 VDBG(ep->dev, "ep-%d reset\n", ep->num); in ep_init()
529 VDBG(ep->dev, "udc_alloc_req(): ep%d\n", ep->num); in udc_alloc_request()
546 VDBG(ep->dev, "udc_alloc_req: req = %p dma_desc = %p, " in udc_alloc_request()
595 VDBG(ep->dev, "free_req req=%p\n", req); in udc_free_request()
598 VDBG(ep->dev, "req->td_data=%p\n", req->td_data); in udc_free_request()
688 VDBG(dev, "udc_read_dwords(): %d dwords\n", dwords); in udc_rxfifo_read_dwords()
701 VDBG(dev, "udc_read_bytes(): %d bytes\n", bytes); in udc_rxfifo_read_bytes()
751 VDBG(ep->dev, "ep %s: rxfifo read %d bytes\n", ep->ep.name, bytes); in udc_rxfifo_read()
773 VDBG(ep->dev, "udc_create_dma_chain: bytes=%ld buf_len=%ld\n", in udc_create_dma_chain()
880 VDBG(e in prep_dma()
[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(e 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(" 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()
947 /* VDBG("vbus %s\n", is_active ? "on" : "off"); */ in at91_vbus_session()
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("addres in handle_ep0()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dat91_udc.h160 # define VDBG DBG macro
162 # define VDBG(stuff...) do{}while(0) macro
166 # define PACKET VDBG
H A Dfsl_udc_core.c186 VDBG("complete %s req %p stat %d len %u/%u",
311 VDBG("vir[qh_base] is %p phy[qh_base] is 0x%8x reg is 0x%8x", in dr_controller_setup()
501 VDBG("error ep type is %d", ep_type); in struct_ep_qh_setup()
614 VDBG("enabled %s (ep%d%s) maxpacket %d",ep->ep.name, in fsl_ep_enable()
636 VDBG("%s not enabled", _ep ? ep->ep.name : NULL); in fsl_ep_disable()
662 VDBG("disabled %s OK", _ep->name); in fsl_ep_disable()
722 /* VDBG("QH addr Register 0x%8x", dr_regs->endpointlistaddr); in fsl_queue_td()
723 VDBG("ep_qh[%d] addr is 0x%8x", i, (u32)&(ep->udc->ep_qh[i])); */ in fsl_queue_td()
811 VDBG("multi-dtd request!"); in fsl_build_dtd()
823 VDBG("lengt in fsl_build_dtd()
[all...]
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(e in prep_dma()
[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()
865 VDBG(ep->dev, "%s clear halt\n", ep->ep.name); in goku_clear_halt()
918 VDBG(e in goku_set_halt()
[all...]
H A Domap_udc.c232 VDBG("%s enabled\n", _ep->name); in omap_ep_enable()
260 VDBG("%s disabled\n", _ep->name); in omap_ep_disable()
310 VDBG("complete %s req %p stat %d len %u/%u\n", in done()
684 VDBG("%s, RX_CNT irq?\n", ep->ep.name); in dma_irq()
910 VDBG("%s queue req %p, len %d buf %p\n", in omap_ep_queue()
1109 VDBG("%s %s halt stat %d\n", ep->ep.name, in omap_ep_set_halt()
1257 VDBG("VBUS %s\n", is_active ? "on" : "off"); in omap_vbus_session()
1551 VDBG("set config %d\n", w_value); in ep0_irq()
1590 VDBG("%s halt cleared by host\n", ep->name); in ep0_irq()
1616 VDBG(" 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()
765 VDBG("halt %s\n", ep->ep.name); in at91_ep_set_halt()
949 /* VDBG("vbus %s\n", is_active ? "on" : "off"); */ in at91_vbus_session()
1086 VDBG("SETUP %02x.%02x v%04x i%04x l%04x\n", in handle_setup()
1117 VDBG("wait for config\n"); in handle_setup()
1256 VDBG("req %02x.%02x protocol STALL; stat %d\n", in handle_setup()
1286 VDBG("ep0 stalled\n"); in handle_ep0()
1339 VDBG("addres in handle_ep0()
[all...]
/kernel/linux/linux-5.10/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("I in fsl_otg_isr()
[all...]
/kernel/linux/linux-6.6/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("I in fsl_otg_isr()
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_hid.c652 VDBG(cdev, in hidg_setup()
659 VDBG(cdev, "get_report\n"); in hidg_setup()
670 VDBG(cdev, "get_protocol\n"); in hidg_setup()
678 VDBG(cdev, "get_idle\n"); in hidg_setup()
686 VDBG(cdev, "set_report | wLength=%d\n", ctrl->wLength); in hidg_setup()
696 VDBG(cdev, "set_protocol\n"); in hidg_setup()
713 VDBG(cdev, "set_idle\n"); in hidg_setup()
726 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: HID\n"); in hidg_setup()
738 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: REPORT\n"); in hidg_setup()
746 VDBG(cde 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()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_hid.c656 VDBG(cdev, in hidg_setup()
663 VDBG(cdev, "get_report\n"); in hidg_setup()
674 VDBG(cdev, "get_protocol\n"); in hidg_setup()
682 VDBG(cdev, "get_idle\n"); in hidg_setup()
690 VDBG(cdev, "set_report | wLength=%d\n", ctrl->wLength); in hidg_setup()
700 VDBG(cdev, "set_protocol\n"); in hidg_setup()
717 VDBG(cdev, "set_idle\n"); in hidg_setup()
730 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: HID\n"); in hidg_setup()
742 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: REPORT\n"); in hidg_setup()
750 VDBG(cde in hidg_setup()
[all...]
H A Df_midi.c294 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status, in f_midi_complete()
717 VDBG(midi, "%s()\n", __func__); in f_midi_in_open()
728 VDBG(midi, "%s()\n", __func__); in f_midi_in_close()
739 VDBG(midi, "%s() %d\n", __func__, up); in f_midi_in_trigger()
752 VDBG(midi, "%s()\n", __func__); in f_midi_out_open()
761 VDBG(midi, "%s()\n", __func__); in f_midi_out_close()
769 VDBG(midi, "%s()\n", __func__); in f_midi_out_trigger()
857 VDBG(midi, "%s() finished ok\n", __func__); in f_midi_register_card()
H A Df_ncm.c618 VDBG(cdev, "Notification %02x sent\n", in ncm_notify_complete()
659 VDBG(cdev, "Set NTB INPUT SIZE %d\n", in_size); in ncm_ep0out_complete()
717 VDBG(cdev, "Host asked NTB parameters\n"); in ncm_setup()
727 VDBG(cdev, "Host asked INPUT SIZE, sending %d\n", in ncm_setup()
754 VDBG(cdev, "Host asked NTB FORMAT, sending %d\n", format); in ncm_setup()
788 VDBG(cdev, "Host asked CRC MODE, sending %d\n", is_crc); in ncm_setup()
1324 VDBG(port->func.config->cdev, in ncm_unwrap_ntb()

Completed in 32 milliseconds

123