Home
last modified time | relevance | path

Searched refs:bulkASyncList (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h102 struct UsbdBulkASyncList *bulkASyncList; member
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp336 if (port == nullptr || port->bulkASyncList == nullptr) { in UsbdBulkASyncListReleasePort()
337 HDF_LOGE("%{public}s: port or port->bulkASyncList is nullptr", __func__); in UsbdBulkASyncListReleasePort()
342 while (port->bulkASyncList) { in UsbdBulkASyncListReleasePort()
343 list = port->bulkASyncList; in UsbdBulkASyncListReleasePort()
344 port->bulkASyncList = list->next; in UsbdBulkASyncListReleasePort()
721 UsbdBulkASyncList *list = port->bulkASyncList; in UsbdBulkASyncListFind()
737 list->next = port->bulkASyncList; in UsbdBulkASyncListInit()
738 port->bulkASyncList = list; in UsbdBulkASyncListInit()

Completed in 5 milliseconds