Home
last modified time | relevance | path

Searched refs:occupied (Results 1 – 6 of 6) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_hci.h125 uint8_t occupied; /*!< 0 - the instance is not occupied; 1 - the instance is occupied*/ member
A Dusb_host_hci.c199 if (g_UsbHostInstance[i].occupied != 1) in USB_HostGetInstance()
206 g_UsbHostInstance[i].occupied = 1; in USB_HostGetInstance()
224 hostInstance->occupied = 0; in USB_HostReleaseInstance()
A Dusb_host_devices.c1226 if ((g_UsbHostInstance[index].occupied == 1) && in USB_HostOpenDeviceInterface()
1277 if ((g_UsbHostInstance[index].occupied == 1) && in USB_HostCloseDeviceInterface()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_hci.h110 uint8_t occupied; /*!< 0 - the instance is not occupied; 1 - the instance is occupied*/ member
A Dusb_host_hci.c176 if (g_UsbHostInstance[i].occupied != 1U) in USB_HostGetInstance()
183 g_UsbHostInstance[i].occupied = 1; in USB_HostGetInstance()
201 hostInstance->occupied = 0; in USB_HostReleaseInstance()
A Dusb_host_devices.c1321 if ((g_UsbHostInstance[index].occupied == 1U) && in USB_HostOpenDeviceInterface()
1372 if ((g_UsbHostInstance[index].occupied == 1U) && in USB_HostCloseDeviceInterface()

Completed in 54 milliseconds