Searched refs:dbg_ep0 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | ep0.c | 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() [all …]
|