Home
last modified time | relevance | path

Searched refs:DPRINTF (Results 1 - 25 of 27) sorted by relevance

12

/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_urndis.c207 DPRINTF("Call Mode Descriptor found, dataif=%d\n", cmd->bDataInterface); in urndis_attach()
428 DPRINTF("%s\n", usbd_errstr(err)); in urndis_ctrl_send()
448 DPRINTF("type 0x%x len %u\n", le32toh(hdr->rm_type), in urndis_ctrl_recv()
452 DPRINTF("ctrl message error: wrong size %u > %u\n", in urndis_ctrl_recv()
465 DPRINTF("\n"); in urndis_ctrl_handle()
508 DPRINTF("len %u rid %u status 0x%x " in urndis_ctrl_handle_init()
525 DPRINTF("init failed 0x%x\n", le32toh(msg->rm_status)); in urndis_ctrl_handle_init()
529 DPRINTF("wrong device type (current type: 0x%x)\n", in urndis_ctrl_handle_init()
534 DPRINTF("medium not 802.3 (current medium: 0x%x)\n", in urndis_ctrl_handle_init()
555 DPRINTF("le in urndis_ctrl_handle_query()
[all...]
H A Dif_axge.c306 DPRINTF("reset failed (ignored)\n"); in axge_reset()
468 DPRINTF("bulk read error, %s\n", usbd_errstr(error)); in axge_bulk_read_callback()
542 DPRINTF("End of packet headers\n"); in axge_rx_frame()
546 DPRINTF("Data position reached end\n"); in axge_rx_frame()
554 DPRINTF("Dropped a packet\n"); in axge_rx_frame()
559 DPRINTF("Invalid packet pos=%d len=%d\n", in axge_rx_frame()
H A Dif_cdce.c867 DPRINTF("received %u bytes in %u frames\n", actlen, aframes); in cdce_bulk_read_callback()
913 DPRINTF("error = %s\n",usbd_errstr(error)); in cdce_bulk_read_callback()
942 DPRINTF("cdce_intr_read_callback Received %d bytes\n", actlen); in cdce_intr_read_callback()
979 DPRINTF("Transferred %d bytes\n", actlen); in cdce_intr_write_callback()
H A Dif_axe.c591 DPRINTF("reset failed (ignored)\n"); in axe_reset()
769 DPRINTF("bulk read error, %s\n", usbd_errstr(error)); in axe_bulk_read_callback()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Ddebug.h13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X macro
15 #define DENTER(F) DPRINTF(F, ("%s() entered.\n",fname))
16 #define DEXIT(F) DPRINTF(F, ("%s() exiting.\n",fname))
18 DPRINTF(F, ("%s() returning status = %d\n", fname, S))
44 #define DPRINTF(F,X) macro
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c250 DPRINTF("\n"); in xhci_reset_command_queue_locked()
254 DPRINTF("Command ring running\n"); in xhci_reset_command_queue_locked()
276 DPRINTF("Comand ring still running\n"); in xhci_reset_command_queue_locked()
292 DPRINTF("CRCR=0x%016llx\n", (unsigned long long)addr); in xhci_reset_command_queue_locked()
316 DPRINTF("\n"); in xhci_start_controller()
341 DPRINTF("CONFIG=0x%08x -> 0x%08x\n", in xhci_start_controller()
382 DPRINTF("ERSTSZ=0x%08x -> 0x%08x\n", in xhci_start_controller()
406 DPRINTF("ERDP(0)=0x%016llx\n", (unsigned long long)addr); in xhci_start_controller()
413 DPRINTF("ERSTBA(0)=0x%016llx\n", (unsigned long long)addr); in xhci_start_controller()
427 DPRINTF("CRC in xhci_start_controller()
[all...]
H A Dusb_controller.c91 DPRINTF("\n"); in usb_probe()
100 DPRINTF("Releasing root mount hold %p\n", bus->bus_roothold); in usb_root_mount_rel()
121 DPRINTF("\n"); in usb_attach()
155 DPRINTF("\n"); in usb_detach()
217 DPRINTF("\n"); in usb_suspend()
245 DPRINTF("\n"); in usb_resume()
273 DPRINTF("\n"); in usb_bus_reset_async_locked()
277 DPRINTF("Reset already pending\n"); in usb_bus_reset_async_locked()
295 DPRINTF("\n"); in usb_shutdown()
302 DPRINTF(" in usb_shutdown()
[all...]
H A Dehci.c196 DPRINTF("cparams=0x%x\n", cparams); in ehci_init_sub()
199 DPRINTF("HCC uses 64-bit structures\n"); in ehci_init_sub()
254 DPRINTF("start\n"); in ehci_init()
276 DPRINTF("sparams=0x%x\n", sparams); in ehci_init()
282 DPRINTF("%s: resetting\n", in ehci_init()
507 DPRINTF("reset failed!\n"); in ehci_detach()
520 DPRINTF("stopping the HC\n"); in ehci_suspend()
1065 DPRINTF("Invalid status length, " in ehci_non_isoc_done_sub()
1464 DPRINTF("xfer=%p\n", xfer); in ehci_timeout()
1861 DPRINTF("nextto in ehci_setup_standard_chain()
[all...]
H A Dehci_pci.c244 DPRINTF("hiehci_init"); in hiehci_init()
251 DPRINTF("hiehci_exit"); in hiehci_exit()
H A Dxhci_pci.c245 DPRINTF("hixhci_init"); in hixhci_init()
252 DPRINTF("hixhci_exit"); in hixhci_exit()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c326 DPRINTF("TT buffer reset\n"); in uhub_reset_tt_callback()
364 DPRINTF("TT buffer reset failed (%s)\n", usbd_errstr(error)); in uhub_reset_tt_callback()
422 DPRINTF("Unconfigure failed: %s: Ignored.\n", in uhub_explore_handle_re_enumerate()
469 DPRINTF("Configure failed: %s: Ignored.\n", in uhub_explore_handle_re_enumerate()
665 DPRINTF("reattaching port %d\n", portno); in uhub_reattach_port()
737 DPRINTF("WARNING: strange, connected port %d " in uhub_reattach_port()
744 DPRINTF("Port %d is in Host Mode\n", portno); in uhub_reattach_port()
752 DPRINTF("Port %d was still " in uhub_reattach_port()
794 DPRINTF("Port %d is in Device Mode\n", portno); in uhub_reattach_port()
942 DPRINTF("por in uhub_suspend_resume_port()
[all...]
H A Dusb_handle_request.c134 DPRINTF("set config %d failed\n", conf_no); in usb_handle_set_config()
139 DPRINTF("probe and attach failed\n"); in usb_handle_set_config()
281 DPRINTF("alt setting does not exist %s\n", in usb_handle_iface_request()
287 DPRINTF("alt setting failed %s\n", in usb_handle_iface_request()
499 DPRINTF("req 0x%02x 0x%02x 0x%04x 0x%04x " in usb_handle_request()
757 DPRINTF("success\n"); in usb_handle_request()
761 DPRINTF("%s\n", (state != USB_HR_NOT_COMPLETE) ? in usb_handle_request()
766 DPRINTF("bad context\n"); in usb_handle_request()
H A Dusb_debug.h45 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro
47 #define DPRINTF(...) do { } while (0) macro
H A Dusb_request.c175 DPRINTF("st=%u\n", USB_GET_STATE(xfer)); in usbd_do_request_callback()
275 DPRINTF("Clear stall failed.\n"); in usb_do_clear_stall_callback()
298 DPRINTF("Trying to re-enumerate.\n"); in usb_do_clear_stall_callback()
303 DPRINTF("Trying to re-enumerate.\n"); in usb_do_clear_stall_callback()
420 DPRINTF("usb device has gone\n"); in usbd_do_request_flags()
447 DPRINTF("Handle Request function is set\n"); in usbd_do_request_flags()
699 DPRINTF("I/O error - waiting a bit for TT cleanup\n"); in usbd_do_request_flags()
769 DPRINTF("\n"); in usbd_req_reset_port()
873 DPRINTF("\n"); in usbd_req_warm_reset_port()
888 DPRINTF("Wron in usbd_req_warm_reset_port()
[all...]
H A Dusb_process.c125 DPRINTF("Message pm=%p, cb=%p (enter)\n", in usb_process_thread()
138 DPRINTF("Message pm=%p (leave)\n", pm); in usb_process_thread()
330 DPRINTF(" t=%u, num=%u\n", t, up->up_msg_num); in usb_proc_msignal()
457 DPRINTF("WARNING: Someone is waiting " in usb_proc_drain()
H A Dusb_parse.c121 DPRINTF("Interface(%u) has more than 256 alternate settings\n", in usb_idesc_foreach()
147 DPRINTF("Interface limit reached\n"); in usb_idesc_foreach()
H A Dusb_transfer.c897 DPRINTF("invalid bufsize\n"); in usbd_transfer_setup()
901 DPRINTF("no callback\n"); in usbd_transfer_setup()
1502 DPRINTF("Misconfigured transfer\n"); in usbd_setup_ctrl_transfer()
1596 DPRINTF("xfer=%p, endpoint=%p, nframes=%d, dir=%s\n", in usbd_transfer_submit()
1617 DPRINTF("open\n"); in usbd_transfer_submit()
1679 DPRINTF("xfer=%p nframes=0: stall " in usbd_transfer_submit()
1787 DPRINTF("enter\n"); in usbd_pipe_enter()
1893 DPRINTF("close\n"); in usbd_transfer_stop()
1905 DPRINTF("close\n"); in usbd_transfer_stop()
2472 DPRINTF("er in usbd_transfer_done()
[all...]
H A Dusb_device.c397 DPRINTF("Refcount = %d\n", (int)udev->refcount); in usb_wait_pending_refs()
543 DPRINTF("status=0x%04x \n", in usbd_set_config_index()
548 DPRINTF("udev=%p cdesc=%p (addr %d) cno=%d attr=0x%02x, " in usbd_set_config_index()
599 DPRINTF("error=%s\n", usbd_errstr(err)); in usbd_set_config_index()
742 DPRINTF("Endpoint limit reached\n"); in usb_config_parse()
911 DPRINTF("Cannot find endpoint\n"); in usbd_set_endpoint_stall()
928 DPRINTF("Invalid endpoint\n"); in usbd_set_endpoint_stall()
940 DPRINTF("No change\n"); in usbd_set_endpoint_stall()
1262 DPRINTF("udev == NULL\n"); in usb_probe_and_attach()
1480 DPRINTF("parent_de in usb_alloc_device()
[all...]
H A Dusb_generic.c921 DPRINTF("out of buffers\n"); in ugen_fs_set_complete()
1168 DPRINTF("Returning fake cancel event\n"); in ugen_fs_copy_out()
1224 DPRINTF("corrupt userland length " in ugen_fs_copy_out()
1236 DPRINTF("data overflow %u > %u\n", in ugen_fs_copy_out()
1404 DPRINTF("Issuing fake completion event\n"); in ugen_ioctl()
2501 DPRINTF("st=%u alen=%u aframes=%u\n", in ugen_ctrl_fs_callback()
H A Dusb_dev.c748 DPRINTF("signal received\n"); in usb_fifo_close()
773 DPRINTF("closed\n"); in usb_fifo_close()
1194 DPRINTF("sleeping\n"); in usb_read()
1304 DPRINTF("sleeping\n"); in usb_write()
/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c167 DPRINTF("%s type = %u, code = %u, value = %d\n", input_dev->devName, type, code, value); in report_event()
178 DPRINTF("%s: invalid data len = %d\n", __func__, len); in mouse_report_events()
199 DPRINTF("enter state of xfer is %u!\n", USB_GET_STATE(xfer)); in uhid_intr_read_callback()
317 DPRINTF("enter state of xfer is %u!\n", USB_GET_STATE(xfer)); in uhid_read_callback()
757 DPRINTF("error=%s\n", usbd_errstr(error)); in uhid_attach()
781 DPRINTF("set report failed, error=%s (ignored)\n", in uhid_attach()
800 DPRINTF("set output report failed, error=%s (ignored)\n", in uhid_attach()
824 DPRINTF("set idle failed, error=%s (ignored)\n", in uhid_attach()
838 DPRINTF("input size is too large, " in uhid_attach()
844 DPRINTF("outpu in uhid_attach()
[all...]
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c316 DPRINTF("unit %d subunit %d is console", in ucom_attach_tty()
392 DPRINTF("proc is gone\n"); in ucom_queue_command()
497 DPRINTF("\n"); in ucom_cfg_open()
528 DPRINTF("sc = %p\n", sc); in ucom_open()
584 DPRINTF("\n"); in ucom_cfg_close()
601 DPRINTF("tp=%p already closed\n", sc); in ucom_close()
753 DPRINTF("on=0x%02x, off=0x%02x\n", set_bits, clear_bits); in ucom_line_state()
770 DPRINTF("onoff = %d\n", onoff); in ucom_ring()
781 DPRINTF("onoff = %d\n", onoff); in ucom_break()
792 DPRINTF("onof in ucom_dtr()
[all...]
H A Du3g.c679 DPRINTF("sc=%p\n", sc); in u3g_attach()
752 DPRINTF("ucom_attach failed\n"); in u3g_attach()
773 DPRINTF("sc=%p\n", sc); in u3g_detach()
960 DPRINTF("onoff = %d\n", onoff); in u3g_cfg_set_dtr()
975 DPRINTF("onoff = %d\n", onoff); in u3g_cfg_set_rts()
1004 DPRINTF("message too short (expected 8, received %d)\n", actlen); in u3g_intr_callback()
1018 DPRINTF("message too short (expected 2 data bytes, received %d)\n", wLen); in u3g_intr_callback()
1028 DPRINTF("notify bytes = 0x%02x, 0x%02x\n", in u3g_intr_callback()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1345 DPRINTF("Error in %s, %d\n", __FUNCTION__, __LINE__); in usb_linux_free_device()
1350 DPRINTF("Error in %s, %d\n", __FUNCTION__, __LINE__); in usb_linux_free_device()
1445 DPRINTF("Error in %s, %d\n", __FUNCTION__, __LINE__); in usb_linux_cleanup_interface()
1506 DPRINTF("\n"); in usb_linux_isoc_callback()
1585 DPRINTF("Already got a transfer\n"); in usb_linux_isoc_callback()
1676 DPRINTF("\n"); in usb_linux_non_isoc_callback()
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcomposite.c247 DPRINTF("composite bind device success!\n"); in usb_composite_bind()
752 DPRINTF("composite attach success!\n"); in composite_attach()
783 DPRINTF("%s\n", __FUNCTION__); in composite_detach()

Completed in 39 milliseconds

12