Lines Matching refs:dbg_ep0

44 #define dbg_ep0(lvl,fmt,args...) serial_printf("[%s] %s:%d: "fmt"\n",__FILE__,__FUNCTION__,__LINE__…
46 #define dbg_ep0(lvl,fmt,args...) macro
83 dbg_ep0 (2, "%02x %02x", cp[0], cp[1]); in ep0_get_status()
122 dbg_ep0 (1, "data is NULL"); in copy_config()
128 dbg_ep0 (1, "length: %d >= max_length: %d", length, in copy_config()
151 dbg_ep0 (3, in copy_config()
179 dbg_ep0 (2, "invalid urb %p", urb); in ep0_get_descriptor()
186 dbg_ep0 (2, "%s", USBD_DEVICE_DESCRIPTORS (descriptor_type)); in ep0_get_descriptor()
207 dbg_ep0(3, "copied device configuration, actual_length: 0x%x", urb->actual_length); in ep0_get_descriptor()
222 dbg_ep0 (0, "index too large: %d >= %d", index, in ep0_get_descriptor()
233 dbg_ep0 (0, in ep0_get_descriptor()
238dbg_ep0(0, "attempt to copy %d bytes to urb\n",cpu_to_le16(configuration_descriptor->wTotalLength)… in ep0_get_descriptor()
254 dbg_ep0(3, "string_descriptor: %p length %d", string_descriptor, string_descriptor->bLength); in ep0_get_descriptor()
282 dbg_ep0 (3, "[%d] interface is not HID", in ep0_get_descriptor()
310 dbg_ep0 (3, "[%d] descriptor is not REPORT", in ep0_get_descriptor()
342 dbg_ep0(3, "copied qualifier descriptor, actual_length: 0x%x", in ep0_get_descriptor()
354 dbg_ep0 (1, "urb: buffer: %p buffer_length: %2d actual_length: %2d tx_packetSize: %2d", in ep0_get_descriptor()
387 dbg_ep0 (0, "entering ep0_recv_setup()"); in ep0_recv_setup()
389 dbg_ep0 (3, "invalid URB %p", urb); in ep0_recv_setup()
396 dbg_ep0 (3, "urb: %p device: %p", urb, urb->device); in ep0_recv_setup()
401 dbg_ep0 (2, in ep0_recv_setup()
416 dbg_ep0 (1, "non standard request: %x", in ep0_recv_setup()
447 dbg_ep0 (1, in ep0_recv_setup()
463 dbg_ep0 (1, "request %s not allowed in UNKNOWN state: %s", in ep0_recv_setup()
472 dbg_ep0 (3, "Device-to-Host"); in ep0_recv_setup()
516 dbg_ep0 (0, "Host-to-Device"); in ep0_recv_setup()
524 dbg_ep0 (0, "request %s not", in ep0_recv_setup()
530 dbg_ep0 (0, "ENDPOINT: %x", le16_to_cpu (request->wValue)); in ep0_recv_setup()
537 dbg_ep0 (1, "request %s bad wValue: %04x", in ep0_recv_setup()
548 dbg_ep0 (1, "set_address: %02x state: %s", in ep0_recv_setup()
555 dbg_ep0 (1, "invalid address %04x %04x", in ep0_recv_setup()
567 dbg_ep0 (0, "set descriptor: NOT SUPPORTED"); in ep0_recv_setup()