Searched refs:hostHandle (Results 1 – 13 of 13) sorted by relevance
| /bsp/nxp/imx/imx6ull-smart/drivers/usb/host/ |
| A D | usb_host.h | 293 extern usb_status_t USB_HostDeinit(usb_host_handle hostHandle); 355 extern void USB_HostKhciTaskFunction(void *hostHandle); 366 extern void USB_HostEhciTaskFunction(void *hostHandle); 377 extern void USB_HostOhciTaskFunction(void *hostHandle); 388 extern void USB_HostIp3516HsTaskFunction(void *hostHandle); 397 extern void USB_HostKhciIsrFunction(void *hostHandle); 406 extern void USB_HostEhciIsrFunction(void *hostHandle); 415 extern void USB_HostOhciIsrFunction(void *hostHandle); 424 extern void USB_HostIp3516HsIsrFunction(void *hostHandle); 480 extern usb_status_t USB_HostSend(usb_host_handle hostHandle, [all …]
|
| A D | usb_host_hci.c | 329 *hostHandle = hostInstance; in USB_HostInit() 339 if (hostHandle == NULL) in USB_HostDeinit() 380 if ((hostHandle == NULL) || (pipeInit == NULL)) in USB_HostOpenPipe() 559 if ((hostHandle == NULL) || (transfer == NULL)) in USB_HostMallocTransfer() 585 if (hostHandle == NULL) in USB_HostFreeTransfer() 839 if (hostHandle == NULL) in USB_HostSuspendDeviceResquest() 894 if (hostHandle == NULL) in USB_HostResumeDeviceResquest() 947 if (hostHandle == NULL) in USB_HostL1SleepDeviceResquest() 987 if (hostHandle == NULL) in USB_HostL1SleepDeviceResquestConfig() 1009 if (hostHandle == NULL) in USB_HostL1ResumeDeviceResquest() [all …]
|
| A D | usb_host_devices.c | 156 extern usb_status_t USB_HostHubDeviceEvent(usb_host_handle hostHandle, 528 hostInstance = (usb_host_instance_t *)deviceInstance->hostHandle; in USB_HostNotifyDevice() 619 if ((hostHandle == NULL) || (deviceHandle == NULL)) in USB_HostRemoveDeviceInstance() 943 usb_status_t USB_HostAttachDevice(usb_host_handle hostHandle, in USB_HostAttachDevice() argument 958 if (hostHandle == NULL) in USB_HostAttachDevice() 1001 newInstance->hostHandle = hostHandle; in USB_HostAttachDevice() 1104 if (hostHandle == NULL) in USB_HostDetachDevice() 1136 if ((hostHandle == NULL) || (deviceHandle == NULL)) in USB_HostDetachDeviceInternal() 1198 if (hostHandle == NULL) in USB_HostControlBus() 1353 if ((hostHandle == NULL) || (deviceHandle == NULL)) in USB_HostRemoveDevice() [all …]
|
| A D | usb_host_devices.h | 77 usb_host_handle hostHandle; /*!< Host handle */ member 130 extern usb_status_t USB_HostAttachDevice(usb_host_handle hostHandle, 146 extern usb_status_t USB_HostDetachDevice(usb_host_handle hostHandle, uint8_t hubNumber, uint8_t por… 156 extern usb_status_t USB_HostDetachDeviceInternal(usb_host_handle hostHandle, usb_device_handle devi… 175 extern usb_status_t USB_HostValidateDevice(usb_host_handle hostHandle, usb_device_handle deviceHand…
|
| A D | usb_host_ehci.c | 724 if (USB_HostMallocTransfer(ehciInstance->hostHandle, &transfer) != kStatus_USB_Success) in USB_HostEhciTestSingleStepGetDeviceDesc() 739 transfer->callbackParam = ehciInstance->hostHandle; in USB_HostEhciTestSingleStepGetDeviceDesc() 892 transfer->callbackParam = ehciInstance->hostHandle; in USB_HostEhciTestSingleStepGetDeviceDescData() 911 transfer->callbackParam = ehciInstance->hostHandle; in USB_HostEhciTestSingleStepGetDeviceDescData() 921 transfer->callbackParam = ehciInstance->hostHandle; in USB_HostEhciTestSingleStepGetDeviceDescData() 4082 ehciInstance->hostHandle = upperLayerHandle; in USB_HostEhciCreate() 4537 void USB_HostEhciTaskFunction(void *hostHandle) in USB_HostEhciTaskFunction() argument 4543 if (hostHandle == NULL) in USB_HostEhciTaskFunction() 4581 USB_HostDetachDevice(ehciInstance->hostHandle, 0, 0); in USB_HostEhciTaskFunction() 4604 void USB_HostEhciIsrFunction(void *hostHandle) in USB_HostEhciIsrFunction() argument [all …]
|
| A D | usb_host_ehci.h | 311 usb_host_handle hostHandle; /*!< Related host handle*/ member
|
| /bsp/nxp/imx/imxrt/libraries/drivers/usb/host/ |
| A D | usb_host.h | 334 extern usb_status_t USB_HostDeinit(usb_host_handle hostHandle); 396 extern void USB_HostKhciTaskFunction(void *hostHandle); 408 extern void USB_HostEhciTaskFunction(void *hostHandle); 420 extern void USB_HostOhciTaskFunction(void *hostHandle); 432 extern void USB_HostIp3516HsTaskFunction(void *hostHandle); 442 extern void USB_HostKhciIsrFunction(void *hostHandle); 452 extern void USB_HostEhciIsrFunction(void *hostHandle); 462 extern void USB_HostOhciIsrFunction(void *hostHandle); 472 extern void USB_HostIp3516HsIsrFunction(void *hostHandle); 528 extern usb_status_t USB_HostSend(usb_host_handle hostHandle, [all …]
|
| A D | usb_host_hci.c | 307 *hostHandle = hostInstance; in USB_HostInit() 317 if (hostHandle == NULL) in USB_HostDeinit() 358 if ((hostHandle == NULL) || (pipeInit == NULL)) in USB_HostOpenPipe() 567 if (hostHandle == NULL) in USB_HostFreeTransfer() 826 if (hostHandle == NULL) in USB_HostSuspendDeviceResquest() 883 if (hostHandle == NULL) in USB_HostResumeDeviceResquest() 938 if (hostHandle == NULL) in USB_HostL1SleepDeviceResquest() 980 if (hostHandle == NULL) in USB_HostL1SleepDeviceResquestConfig() 1002 if (hostHandle == NULL) in USB_HostL1ResumeDeviceResquest() 1037 if (hostHandle == NULL) in USB_HostUpdateHwTick() [all …]
|
| A D | usb_host_devices.c | 65 static usb_status_t USB_HostNotifyDevice(usb_host_handle hostHandle, 582 hostInstance = (usb_host_instance_t *)hostHandle; in USB_HostNotifyDevice() 679 if ((hostHandle == NULL) || (deviceHandle == NULL)) in USB_HostRemoveDeviceInstance() 1024 usb_status_t USB_HostAttachDevice(usb_host_handle hostHandle, in USB_HostAttachDevice() argument 1039 if (hostHandle == NULL) in USB_HostAttachDevice() 1084 newInstance->hostHandle = hostHandle; in USB_HostAttachDevice() 1197 if (hostHandle == NULL) in USB_HostDetachDevice() 1229 if ((hostHandle == NULL) || (deviceHandle == NULL)) in USB_HostDetachDeviceInternal() 1293 if (hostHandle == NULL) in USB_HostControlBus() 1448 if ((hostHandle == NULL) || (deviceHandle == NULL)) in USB_HostRemoveDevice() [all …]
|
| A D | usb_host_devices.h | 55 usb_host_handle hostHandle; /*!< Host handle */ member 107 extern usb_status_t USB_HostAttachDevice(usb_host_handle hostHandle, 123 extern usb_status_t USB_HostDetachDevice(usb_host_handle hostHandle, uint8_t hubNumber, uint8_t por… 133 extern usb_status_t USB_HostDetachDeviceInternal(usb_host_handle hostHandle, usb_device_handle devi… 152 extern usb_status_t USB_HostValidateDevice(usb_host_handle hostHandle, usb_device_handle deviceHand…
|
| A D | usb_host_framework.c | 45 if (USB_HostSendSetup(deviceInstance->hostHandle, deviceInstance->controlPipe, transfer) != in USB_HostCh9RequestCommon() 51 (void)USB_HostFreeTransfer(deviceInstance->hostHandle, transfer); in USB_HostCh9RequestCommon()
|
| A D | usb_host_ehci.c | 701 if (USB_HostMallocTransfer(ehciInstance->hostHandle, &transfer) != kStatus_USB_Success) in USB_HostEhciTestSingleStepGetDeviceDesc() 716 transfer->callbackParam = ehciInstance->hostHandle; in USB_HostEhciTestSingleStepGetDeviceDesc() 869 transfer->callbackParam = ehciInstance->hostHandle; in USB_HostEhciTestSingleStepGetDeviceDescData() 888 transfer->callbackParam = ehciInstance->hostHandle; in USB_HostEhciTestSingleStepGetDeviceDescData() 898 transfer->callbackParam = ehciInstance->hostHandle; in USB_HostEhciTestSingleStepGetDeviceDescData() 4228 ehciInstance->hostHandle = upperLayerHandle; in USB_HostEhciCreate() 4779 void USB_HostEhciTaskFunction(void *hostHandle) in USB_HostEhciTaskFunction() argument 4785 if (hostHandle == NULL) in USB_HostEhciTaskFunction() 4823 (void)USB_HostDetachDevice(ehciInstance->hostHandle, 0, 0); in USB_HostEhciTaskFunction() 4847 void USB_HostEhciIsrFunction(void *hostHandle) in USB_HostEhciIsrFunction() argument [all …]
|
| A D | usb_host_ehci.h | 291 usb_host_handle hostHandle; /*!< Related host handle*/ member
|
Completed in 58 milliseconds