| /components/drivers/usb/cherryusb/class/video/ |
| A D | usbd_video.c | 47 USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_request_handler() 61 USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_request_handler() 94 … USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_unit_terminal_request_handler() 301 … USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_unit_terminal_request_handler() 340 … USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_unit_terminal_request_handler() 376 … USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_unit_terminal_request_handler() 412 … USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_unit_terminal_request_handler() 443 … USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_unit_terminal_request_handler() 609 USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_stream_request_handler() 641 USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_stream_request_handler() [all …]
|
| /components/drivers/usb/cherryusb/class/template/ |
| A D | usbd_xxx.c | 6 USB_LOG_WRN("XXX Class request: " in xxx_class_interface_request_handler() 12 USB_LOG_WRN("Unhandled XXX Class bRequest 0x%02x\r\n", setup->bRequest); in xxx_class_interface_request_handler()
|
| /components/drivers/usb/cherryusb/class/vendor/serial/ |
| A D | usbh_pl2303.c | 104 USB_LOG_WRN("Error checking chip type: %d\r\n", ret); in usbh_pl2303_get_chiptype() 246 USB_LOG_WRN("Initialization reset failed: %d\r\n", ret); in usbh_pl2303_connect() 262 USB_LOG_WRN("Could not reset upstream data pipes (8,0): %d\r\n", ret); in usbh_pl2303_connect() 267 USB_LOG_WRN("Could not reset upstream data pipes (9,0): %d\r\n", ret); in usbh_pl2303_connect() 274 USB_LOG_WRN("Could not reset upstream data pipes (7,3): %d\r\n", ret); in usbh_pl2303_connect() 291 USB_LOG_WRN("Could not complete init sequence\r\n"); in usbh_pl2303_connect() 302 USB_LOG_WRN("Could not complete final init request: %d\r\n", ret); in usbh_pl2303_connect()
|
| /components/drivers/usb/cherryusb/common/ |
| A D | usb_log.h | 65 #define USB_LOG_WRN(fmt, ...) usb_dbg_log_line("W", 33, fmt, ##__VA_ARGS__) macro 67 #define USB_LOG_WRN(...) {} macro
|
| /components/drivers/usb/cherryusb/class/audio/ |
| A D | usbd_audio.c | 52 USB_LOG_WRN("Unhandled Audio Class control selector 0x%02x\r\n", control_selector); in audio_class_endpoint_request_handler() 112 …USB_LOG_WRN("Unhandled Audio Class bRequest 0x%02x in cs 0x%02x\r\n", setup->bRequest, control_sel… in audio_class_interface_request_handler() 172 …USB_LOG_WRN("Unhandled Audio Class bRequest 0x%02x in cs 0x%02x\r\n", setup->bRequest, control_sel… in audio_class_interface_request_handler() 217 USB_LOG_WRN("Unhandled Audio Class cs 0x%02x \r\n", control_selector); in audio_class_interface_request_handler()
|
| /components/drivers/usb/cherryusb/class/wireless/ |
| A D | usbd_rndis.c | 341 USB_LOG_WRN("Unhandled query for Object ID 0x%x\r\n", cmd->Oid); in rndis_query_cmd_handler() 369 USB_LOG_WRN("RNDIS cfg param: NameOfs=%d, NameLen=%d, ValueOfs=%d, ValueLen=%d\r\n", in rndis_set_cmd_handler() 375 USB_LOG_WRN("PACKET_FILTER!\r\n"); in rndis_set_cmd_handler() 402 USB_LOG_WRN("Unhandled query for Object ID 0x%x\r\n", cmd->Oid); in rndis_set_cmd_handler()
|
| /components/drivers/usb/cherryusb/class/cdc/ |
| A D | usbd_cdc_acm.c | 79 USB_LOG_WRN("Unhandled CDC Class bRequest 0x%02x\r\n", setup->bRequest); in cdc_acm_class_interface_request_handler()
|
| A D | usbd_cdc_ecm.c | 109 USB_LOG_WRN("Unhandled CDC ECM Class bRequest 0x%02x\r\n", setup->bRequest); in cdc_ecm_class_interface_request_handler()
|
| /components/drivers/usb/cherryusb/class/hid/ |
| A D | usbd_hid.c | 44 USB_LOG_WRN("Unhandled HID Class bRequest 0x%02x\r\n", setup->bRequest); in hid_class_interface_request_handler()
|
| A D | usbh_hid.c | 260 USB_LOG_WRN("Do not support set idle\r\n"); in usbh_hid_connect()
|
| /components/drivers/usb/cherryusb/class/msc/ |
| A D | usbh_msc.c | 285 USB_LOG_WRN("Device does not support multiple LUNs\r\n"); in usbh_msc_connect() 364 USB_LOG_WRN("Device not ready, try again...\r\n"); in usbh_msc_scsi_init()
|
| A D | usbd_msc.c | 92 USB_LOG_WRN("Unhandled MSC Class bRequest 0x%02x\r\n", setup->bRequest); in msc_storage_class_interface_request_handler()
|
| /components/drivers/usb/cherryusb/class/hub/ |
| A D | usbh_hub.c | 606 USB_LOG_WRN("Port %u does not enable power\r\n", port + 1); in usbh_hub_events() 636 USB_LOG_WRN("Failed to enable port %u\r\n", port + 1); in usbh_hub_events()
|
| /components/drivers/usb/cherryusb/core/ |
| A D | usbh_core.c | 544 USB_LOG_WRN("Do not support Manufacturer string\r\n"); in usbh_enumerate() 558 USB_LOG_WRN("Do not support Product string\r\n"); in usbh_enumerate() 572 USB_LOG_WRN("Do not support SerialNumber string\r\n"); in usbh_enumerate()
|
| /components/drivers/usb/cherryusb/class/dfu/ |
| A D | usbd_dfu.c | 460 USB_LOG_WRN("Unhandled DFU Class bRequest 0x%02x\r\n", setup->bRequest); in dfu_class_interface_request_handler()
|
| /components/drivers/usb/cherryusb/port/ehci/ |
| A D | usb_hc_ehci.c | 926 …USB_LOG_WRN("Do not enable companion controller, you should use a hub to support ls/fs device\r\n"… in usb_hc_init()
|