Home
last modified time | relevance | path

Searched refs:usb_echo (Results 1 – 9 of 9) sorted by relevance

/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_devices.c206 (void)usb_echo("no response from device\r\n"); in USB_HostEnumerationTransferCallback()
274 usb_echo("Device No Response\r\n"); in USB_HostEnumerationTransferCallback()
286 usb_echo("enumation setup error\r\n"); in USB_HostEnumerationTransferCallback()
314 usb_echo("error to get transfer\r\n"); in USB_HostProcessState()
518 usb_echo("The device power exceeded\r\n"); in USB_HostProcessCallback()
742 usb_echo("error when close pipe\r\n"); in USB_HostReleaseDeviceResource()
863 (void)usb_echo( in USB_HostParseDeviceConfigurationDescriptor()
1053 usb_echo("device has attached\r\n"); in USB_HostAttachDevice()
1066 usb_echo("device has attached\r\n"); in USB_HostAttachDevice()
1076 usb_echo("allocate dev instance fail\r\n"); in USB_HostAttachDevice()
[all …]
A Dusb_host_hci.c130 (void)usb_echo("usb host test init\r\n");
133 (void)usb_echo(" vendor id :0x%x product id:0x%x \r\n", vendorId, productId);
139 (void)usb_echo("Unsupported Device\r\n");
144 (void)usb_echo("PET test device attached\r\n");
279 usb_echo("host init: create host mutex fail\r\n"); in USB_HostInit()
302 usb_echo("host init: controller init fail\r\n"); in USB_HostInit()
336 usb_echo("host controller destroy fail\r\n"); in USB_HostDeinit()
765 usb_echo("interface descriptor error\n"); in USB_HostHelperParseAlternateSetting()
775 usb_echo("endpoint descriptor error\n"); in USB_HostHelperParseAlternateSetting()
A Dusb_host_framework.c49 usb_echo("failed for USB_HostSendSetup\r\n"); in USB_HostCh9RequestCommon()
A Dusb_host_ehci.c704 usb_echo("allocate transfer error\r\n"); in USB_HostEhciTestSingleStepGetDeviceDesc()
909 usb_echo("test_single_step_get_dev_desc_data finished\r\n"); in USB_HostEhciTestSingleStepGetDeviceDescData()
923 usb_echo("usb host ehci test mode init product id:0x%x\r\n", productId); in USB_HostEhciTestModeInit()
940 usb_echo("set test mode FORCE_ENALBE_HS\r\n"); in USB_HostEhciTestModeInit()
947 usb_echo("start test SINGLE_STEP_GET_DEV_DESC\r\n"); in USB_HostEhciTestModeInit()
951 usb_echo("start test SINGLE_STEP_GET_DEV_DESC_DATA\r\n"); in USB_HostEhciTestModeInit()
2369 usb_echo("get qh error\r\n"); in USB_HostEhciQhInit()
4376 usb_echo("ehci mutex init fail\r\n"); in USB_HostEhciCreate()
4387 usb_echo("ehci event init fail\r\n"); in USB_HostEhciCreate()
4477 usb_echo("ehci open pipe failed\r\n"); in USB_HostEhciOpenPipe()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_devices.c226 usb_echo("no response from device\r\n"); in USB_HostEnumerationTransferCallback()
253 usb_echo("Device No Response\r\n"); in USB_HostEnumerationTransferCallback()
294 usb_echo("Device No Response\r\n"); in USB_HostEnumerationTransferCallback()
305 usb_echo("enumation setup error\r\n"); in USB_HostEnumerationTransferCallback()
323 usb_echo("error to get transfer\r\n"); in USB_HostProcessState()
682 usb_echo("error when close pipe\r\n"); in USB_HostReleaseDeviceResource()
792 usb_echo( in USB_HostParseDeviceConfigurationDescriptor()
972 usb_echo("device has attached\r\n"); in USB_HostAttachDevice()
985 usb_echo("device has attached\r\n"); in USB_HostAttachDevice()
995 usb_echo("allocate dev instance fail\r\n"); in USB_HostAttachDevice()
[all …]
A Dusb_host_hci.c156 usb_echo("usb host test init\r\n");
159 usb_echo(" vendor id :0x%x product id:0x%x \r\n", vendorId, productId);
165 usb_echo("Unsupported Device\r\n");
170 usb_echo("PET test device attached\r\n");
301 usb_echo("host init: create host mutex fail\r\n"); in USB_HostInit()
324 usb_echo("host init: controller init fail\r\n"); in USB_HostInit()
358 usb_echo("host controller destory fail\r\n"); in USB_HostDeinit()
779 usb_echo("interface descriptor error\n"); in USB_HostHelperParseAlternateSetting()
789 usb_echo("endpoint descriptor error\n"); in USB_HostHelperParseAlternateSetting()
A Dusb_host_ehci.c727 usb_echo("allocate transfer error\r\n"); in USB_HostEhciTestSingleStepGetDeviceDesc()
932 usb_echo("test_single_step_get_dev_desc_data finished\r\n"); in USB_HostEhciTestSingleStepGetDeviceDescData()
946 usb_echo("usb host ehci test mode init product id:0x%x\r\n", productId); in USB_HostEhciTestModeInit()
963 usb_echo("set test mode FORCE_ENALBE_HS\r\n"); in USB_HostEhciTestModeInit()
970 usb_echo("start test SINGLE_STEP_GET_DEV_DESC\r\n"); in USB_HostEhciTestModeInit()
974 usb_echo("start test SINGLE_STEP_GET_DEV_DESC_DATA\r\n"); in USB_HostEhciTestModeInit()
2341 usb_echo("get qh error\r\n"); in USB_HostEhciQhInit()
4175 usb_echo("ehci mutex init fail\r\n"); in USB_HostEhciCreate()
4185 usb_echo("ehci event init fail\r\n"); in USB_HostEhciCreate()
4254 usb_echo("ehci open pipe failed\r\n"); in USB_HostEhciOpenPipe()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb_misc.h45 #define usb_echo printf macro
47 #define usb_echo rt_kprintf macro
50 #define usb_echo macro
/bsp/nxp/imx/imx6ull-smart/drivers/usb/include/
A Dusb_misc.h57 #define usb_echo printf macro
59 #define usb_echo DbgConsole_Printf macro

Completed in 33 milliseconds