Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c71 struct UsbPnpNotifyDeviceList *pnpNotifyDevicePos = NULL; in UsbPnpNotifyFindDeviceList() local
83 if (pnpNotifyDevicePos->device == deviceObj) { in UsbPnpNotifyFindDeviceList()
86 DListRemove(&pnpNotifyDevicePos->deviceList); in UsbPnpNotifyFindDeviceList()
87 OsalMemFree(&pnpNotifyDevicePos); in UsbPnpNotifyFindDeviceList()
549 struct UsbPnpNotifyDeviceList *pnpNotifyDevicePos = NULL; in UsbPnpNotifyFirstReportDevice() local
554 int32_t ret = UsbPnpNotifyHdfSendEvent(client->device, pnpNotifyDevicePos->device); in UsbPnpNotifyFirstReportDevice()
730 struct UsbPnpNotifyDeviceList *pnpNotifyDevicePos = NULL; in UsbPnpNotifyGetUsbDevice() local
736 if ((pnpNotifyDevicePos->device->address == paraData.devNum) && in UsbPnpNotifyGetUsbDevice()
737 (pnpNotifyDevicePos->device->port_no == paraData.busNum)) { in UsbPnpNotifyGetUsbDevice()
742 if ((UGETW(pnpNotifyDevicePos->device->ddesc.idVendor) == paraData.vendorId) && in UsbPnpNotifyGetUsbDevice()
[all …]