Searched refs:USB_HostNotifyDevice (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/ |
D | usb_host_devices.c | 65 static usb_status_t USB_HostNotifyDevice(usb_host_handle hostHandle, 295 …(void)USB_HostNotifyDevice(deviceInstance->hostHandle, deviceInstance, (uint32_t)kUSB_HostEventEnu… in USB_HostEnumerationTransferCallback() 384 status = USB_HostNotifyDevice(deviceInstance->hostHandle, deviceInstance, in USB_HostProcessState() 535 …status = USB_HostNotifyDevice(deviceInstance->hostHandle, deviceInstance, (uint32_t)kUSB_HostEvent… in USB_HostProcessCallback() 548 (void)USB_HostNotifyDevice(deviceInstance->hostHandle, deviceInstance, in USB_HostProcessCallback() 567 static usb_status_t USB_HostNotifyDevice(usb_host_handle hostHandle, in USB_HostNotifyDevice() function 1078 (void)USB_HostNotifyDevice(hostInstance, NULL, (uint32_t)kUSB_HostEventEnumerationFail, in USB_HostAttachDevice() 1107 (void)USB_HostNotifyDevice(hostInstance, NULL, (uint32_t)kUSB_HostEventEnumerationFail, in USB_HostAttachDevice() 1144 (void)USB_HostNotifyDevice(hostInstance, NULL, (uint32_t)kUSB_HostEventEnumerationFail, in USB_HostAttachDevice() 1174 (void)USB_HostNotifyDevice(hostInstance, NULL, (uint32_t)kUSB_HostEventEnumerationFail, in USB_HostAttachDevice() [all …]
|