Home
last modified time | relevance | path

Searched refs:DPRINTFN (Results 1 - 19 of 19) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_cdce.c263 DPRINTFN(1, "\n"); in cdce_ncm_init()
274 DPRINTFN(1, "Found NCM functional descriptor.\n"); in cdce_ncm_init()
287 DPRINTFN(1, "request error!\n"); in cdce_ncm_init()
291 DPRINTFN(1, "line %d!\n",__LINE__); in cdce_ncm_init()
313 DPRINTFN(1, "Using default maximum receive length\n"); in cdce_ncm_init()
321 DPRINTFN(1, "Using default maximum transmit length\n"); in cdce_ncm_init()
335 DPRINTFN(1, "Using default other alignment: 4 bytes\n"); in cdce_ncm_init()
349 DPRINTFN(1, "Using default transmit modulus: 4 bytes\n"); in cdce_ncm_init()
356 DPRINTFN(1, "Using default transmit remainder: 0 bytes\n"); in cdce_ncm_init()
373 DPRINTFN( in cdce_ncm_init()
[all...]
H A Dif_urndis.c849 DPRINTFN(1, "received %u bytes in %u frames\n", actlen, aframes); in urndis_bulk_read_callback()
928 DPRINTFN(1, "error = %s\n", usbd_errstr(error)); in urndis_bulk_read_callback()
953 DPRINTFN(1, "\n"); in urndis_bulk_write_callback()
957 DPRINTFN(11, "%u bytes in %u frames\n", actlen, aframes); in urndis_bulk_write_callback()
1005 DPRINTFN(11, "transfer error, %s\n", usbd_errstr(error)); in urndis_bulk_write_callback()
H A Dif_axe.c918 DPRINTFN(11, "transfer complete\n"); in axe_bulk_write_callback()
971 DPRINTFN(11, "transfer error, %s\n", in axe_bulk_write_callback()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c184 DPRINTFN(2, "\n"); in uhub_intr_callback()
427 DPRINTFN(6, "cannot reset root HUB\n"); in uhub_explore_handle_re_enumerate()
446 DPRINTFN(0, "Could not unconfigure " in uhub_explore_handle_re_enumerate()
451 DPRINTFN(6, "cannot set port feature\n"); in uhub_explore_handle_re_enumerate()
458 DPRINTFN(0, "Could not disable port " in uhub_explore_handle_re_enumerate()
560 DPRINTFN(4, "port %d, HUB looks dead, too many errors\n", portno); in uhub_read_port_status()
581 DPRINTFN(4, "port %d, wPortStatus=0x%04x, " in uhub_read_port_status()
707 DPRINTFN(3," %s : Nothing connected!\n", __FUNCTION__); in uhub_reattach_port()
768 DPRINTFN(0, "port %d reset " in uhub_reattach_port()
784 DPRINTFN( in uhub_reattach_port()
[all...]
H A Dusb_hid.c160 DPRINTFN(0, "Only one bit can be " in hid_start_parse()
249 DPRINTFN(1, "Using last usage\n"); in hid_get_item()
259 DPRINTFN(1, "%u,%u,%u\n", h->loc.pos, in hid_get_item()
317 DPRINTFN(0, "bad length %u (data=0x%02x)\n", in hid_get_item()
335 DPRINTFN(0, "Number of " in hid_get_item()
369 DPRINTFN(0, "invalid end collection\n"); in hid_get_item()
376 DPRINTFN(0, "Main bTag=%d\n", bTag); in hid_get_item()
417 DPRINTFN(0, "Cannot push item @ %d\n", s->pushlevel); in hid_get_item()
431 DPRINTFN(0, "Cannot pop item @ 0\n"); in hid_get_item()
447 DPRINTFN( in hid_get_item()
[all...]
H A Dusb_dev.c121 DPRINTFN(2, "cpd=%p need uref=%d\n", cpd, need_uref); in usb_ref_device()
129 DPRINTFN(2, "no bus at %u\n", cpd->bus_index); in usb_ref_device()
134 DPRINTFN(2, "no device at %u\n", cpd->dev_index); in usb_ref_device()
140 DPRINTFN(2, "device is detached\n"); in usb_ref_device()
144 DPRINTFN(2, "ref udev - needed\n"); in usb_ref_device()
147 DPRINTFN(2, "no dev ref\n"); in usb_ref_device()
215 DPRINTFN(2, "ref write\n"); in usb_ref_device()
219 DPRINTFN(2, "ref read\n"); in usb_ref_device()
235 DPRINTFN(2, "fail\n"); in usb_ref_device()
283 DPRINTFN( in usb_unref_device()
[all...]
H A Dusb_debug.h39 #define DPRINTFN(n,fmt,...) do { \ macro
45 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__)
48 #define DPRINTFN(...) do { } while (0) macro
H A Dusb_transfer.c879 DPRINTFN(5, "setup array has zero length!\n"); in usbd_transfer_setup()
883 DPRINTFN(5, "ifaces array is NULL!\n"); in usbd_transfer_setup()
887 DPRINTFN(5, "using global lock\n"); in usbd_transfer_setup()
1196 DPRINTFN(0, "cannot allocate memory block for " in usbd_transfer_setup()
1460 DPRINTFN(0, "Too many frames: %u\n", in usbd_setup_ctrl_transfer()
1488 DPRINTFN(0, "Wrong framelength %u != %zu\n", in usbd_setup_ctrl_transfer()
1534 DPRINTFN(0, "Length (%d) greater than " in usbd_setup_ctrl_transfer()
1547 DPRINTFN(0, "Short control transfer without " in usbd_setup_ctrl_transfer()
1567 DPRINTFN(0, "Invalid parameter " in usbd_setup_ctrl_transfer()
2276 DPRINTFN( in usbd_callback_wrapper()
[all...]
H A Dusb_device.c180 DPRINTFN(10, "udev=%p iface_index=%d address=0x%x " in usbd_get_endpoint()
492 DPRINTFN(6, "udev=%p index=%d\n", udev, index); in usbd_set_config_index()
537 DPRINTFN(0, "could not read " in usbd_set_config_index()
564 DPRINTFN(0, "power exceeded %d > %d\n", power, max_power); in usbd_set_config_index()
651 DPRINTFN(5, "iface_index=%d cmd=%d\n", in usb_config_parse()
732 DPRINTFN(5, "found idesc nendpt=%d\n", id->bNumEndpoints); in usb_config_parse()
753 DPRINTFN(5, "Found endpoint companion descriptor\n"); in usb_config_parse()
1082 DPRINTFN(4, "udev=%p\n", udev); in usb_detach_device()
1236 DPRINTFN(1, "################################\n"); in usb_init_attach_arg()
1237 DPRINTFN( in usb_init_attach_arg()
[all...]
H A Dusb_generic.c127 DPRINTFN(1, "flag=0x%x pid=%d\n", fflags, curthread); in ugen_open()
158 DPRINTFN(1, "flag=0x%x pid=%d\n", fflags, curthread); in ugen_close()
172 DPRINTFN(6, "no FIFOs\n"); in ugen_close()
356 DPRINTFN(4, "actlen=%u, aframes=%u\n", xfer->actlen, xfer->aframes); in ugen_ctrl_read_callback()
408 DPRINTFN(4, "actlen=%u, aframes=%u\n", xfer->actlen, xfer->aframes); in ugen_ctrl_write_callback()
451 DPRINTFN(5, "f=%p: stall cleared\n", f); in ugen_read_clear_stall_callback()
468 DPRINTFN(5, "f=%p: stall cleared\n", f); in ugen_write_clear_stall_callback()
481 DPRINTFN(4, "actlen=%u, aframes=%u\n", xfer->actlen, xfer->aframes); in ugen_isoc_read_callback()
486 DPRINTFN(6, "actlen=%d\n", xfer->actlen); in ugen_isoc_read_callback()
521 DPRINTFN( in ugen_isoc_write_callback()
[all...]
H A Dusb_request.c411 DPRINTFN(6, "udev=%p bmRequestType=0x%02x bRequest=0x%02x " in usbd_do_request_flags()
454 DPRINTFN(1, "The handle request function " in usbd_do_request_flags()
845 DPRINTFN(0, "port %d reset returning error=%s\n", in usbd_req_reset_port()
944 DPRINTFN(2, "port %d warm reset returning error=%s\n", in usbd_req_warm_reset_port()
984 DPRINTFN(4, "id=%d, type=%d, index=%d, max_len=%d\n", in usbd_req_get_desc()
1236 DPRINTFN(4, "confidx=%d\n", conf_index); in usbd_req_get_config_desc()
1309 DPRINTFN(4, "index=%d\n", index); in usbd_req_get_config_desc_full()
1354 DPRINTFN(4, "\n"); in usbd_req_get_device_desc()
1744 DPRINTFN(5, "iface=%p, report=%d, endpt=%d\n", in usbd_req_set_protocol()
1773 DPRINTFN( in usbd_req_set_report()
[all...]
H A Dusb_process.c221 DPRINTFN(0, "Unable to create USB process."); in usb_proc_create()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage.c375 DPRINTFN(1, "this unint is not ready\n"); in done_scsi_test_unit_ready()
473 DPRINTFN(0, "fmass->fileNode is not exist\n"); in done_scsi_read_capacity()
568 DPRINTFN(1, "read: db= 0x%x buf= 0x%x lba= %x doread= %u nread= %u amount_left = %u residue= %u\n", in done_scsi_read()
647 DPRINTFN(1, "------ Direct Data Phase ------\n"); in done_scsi_write()
654 DPRINTFN(0, "error wait intr\n"); in done_scsi_write()
660 DPRINTFN(0, "invalid task state : %u, unfinish transfer Data packet\n", fmass->task_state); in done_scsi_write()
738 DPRINTFN(1, "\t -----Received CBW packet -----dCBWTag: 0x%x bCBWLUN:%u\n", cbw->dCBWTag, cbw->bCBWLUN); in fmass_check_receive_cbw()
745 DPRINTFN(0, "invalid CBW: len %u sig 0x%x ,cvt_sig 0x%x lct_sig 0x%x\n", in fmass_check_receive_cbw()
755 DPRINTFN(0, "non-meaningful CBW: lun = %u, flags = 0x%x, cmdlen = %u\n", in fmass_check_receive_cbw()
766 DPRINTFN( in fmass_check_receive_cbw()
[all...]
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c851 DPRINTFN(0, " ehci_check_transfer return\n"); in ehci_transfer_intr_enqueue()
854 DPRINTFN(7, " enqueue\n"); in ehci_transfer_intr_enqueue()
868 DPRINTFN(11, "%p to %p\n", ehci_std, last); in _ehci_append_fs_td()
894 DPRINTFN(11, "%p to %p\n", ehci_std, last); in _ehci_append_hs_td()
920 DPRINTFN(11, "%p to %p\n", sqh, last); in _ehci_append_qh()
924 DPRINTFN(0, "QH already linked!\n"); in _ehci_append_qh()
952 DPRINTFN(11, "%p from %p\n", ehci_std, last); in _ehci_remove_fs_td()
972 DPRINTFN(11, "%p from %p\n", ehci_std, last); in _ehci_remove_hs_td()
992 DPRINTFN(11, "%p from %p\n", sqh, last); in _ehci_remove_qh()
1110 DPRINTFN(1 in ehci_non_isoc_done_sub()
[all...]
H A Dxhci.c130 DPRINTFN(5, "trb = %p\n", trb); in xhci_dump_trb()
131 DPRINTFN(5, "qwTrb0 = 0x%016llx\n", (long long)le64toh(trb->qwTrb0)); in xhci_dump_trb()
132 DPRINTFN(5, "dwTrb2 = 0x%08x\n", le32toh(trb->dwTrb2)); in xhci_dump_trb()
133 DPRINTFN(5, "dwTrb3 = 0x%08x\n", le32toh(trb->dwTrb3)); in xhci_dump_trb()
139 DPRINTFN(5, "pep = %p\n", pep); in xhci_dump_endpoint()
140 DPRINTFN(5, "dwEpCtx0=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx0)); in xhci_dump_endpoint()
141 DPRINTFN(5, "dwEpCtx1=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx1)); in xhci_dump_endpoint()
142 DPRINTFN(5, "qwEpCtx2=0x%016llx\n", (long long)xhci_ctx_get_le64(sc, &pep->qwEpCtx2)); in xhci_dump_endpoint()
143 DPRINTFN(5, "dwEpCtx4=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx4)); in xhci_dump_endpoint()
144 DPRINTFN( in xhci_dump_endpoint()
[all...]
H A Dusb_controller.c866 DPRINTFN(0, "Devices field has not been " in usb_bus_mem_alloc_all()
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c611 DPRINTFN(1, "\n"); in u3g_sael_m460_init()
614 DPRINTFN(0, "Alt setting 0 failed\n"); in u3g_sael_m460_init()
624 DPRINTFN(0, "too small buffer\n"); in u3g_sael_m460_init()
630 DPRINTFN(0, "too small buffer\n"); in u3g_sael_m460_init()
637 DPRINTFN(1, "request %u failed\n", in u3g_sael_m460_init()
854 DPRINTFN(1, "\n"); in u3g_write_callback()
903 DPRINTFN(1, "\n"); in u3g_read_callback()
997 DPRINTFN(1, "\n"); in u3g_intr_callback()
H A Dusb_serial.c178 DPRINTFN(0, "\n"); in ucom_attach()
/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c717 DPRINTFN(11, "\n"); in uhid_probe()
741 DPRINTFN(10, "sc=%p\n", sc); in uhid_attach()

Completed in 30 milliseconds