Home
last modified time | relevance | path

Searched refs:USB_LOG_WRN (Results 1 – 16 of 16) sorted by relevance

/components/drivers/usb/cherryusb/class/video/
A Dusbd_video.c47 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()
94USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_unit_terminal_request_handler()
301USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_unit_terminal_request_handler()
340USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_unit_terminal_request_handler()
376USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_unit_terminal_request_handler()
412USB_LOG_WRN("Unhandled Video Class bRequest 0x%02x\r\n", setup->bRequest); in usbd_video_control_unit_terminal_request_handler()
443USB_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 Dusbd_xxx.c6 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 Dusbh_pl2303.c104 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 Dusb_log.h65 #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 Dusbd_audio.c52 USB_LOG_WRN("Unhandled Audio Class control selector 0x%02x\r\n", control_selector); in audio_class_endpoint_request_handler()
112USB_LOG_WRN("Unhandled Audio Class bRequest 0x%02x in cs 0x%02x\r\n", setup->bRequest, control_sel… in audio_class_interface_request_handler()
172USB_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 Dusbd_rndis.c341 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 Dusbd_cdc_acm.c79 USB_LOG_WRN("Unhandled CDC Class bRequest 0x%02x\r\n", setup->bRequest); in cdc_acm_class_interface_request_handler()
A Dusbd_cdc_ecm.c109 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 Dusbd_hid.c44 USB_LOG_WRN("Unhandled HID Class bRequest 0x%02x\r\n", setup->bRequest); in hid_class_interface_request_handler()
A Dusbh_hid.c260 USB_LOG_WRN("Do not support set idle\r\n"); in usbh_hid_connect()
/components/drivers/usb/cherryusb/class/msc/
A Dusbh_msc.c285 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 Dusbd_msc.c92 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 Dusbh_hub.c606 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 Dusbh_core.c544 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 Dusbd_dfu.c460 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 Dusb_hc_ehci.c926USB_LOG_WRN("Do not enable companion controller, you should use a hub to support ls/fs device\r\n"… in usb_hc_init()

Completed in 30 milliseconds