Home
last modified time | relevance | path

Searched refs:deviceProtocol (Results 1 - 11 of 11) sorted by relevance

/drivers/hdf_core/framework/model/usb/src/
H A Dusb_wrapper.cpp26 "DEVICE_PROTOCOL", infoTable->deviceInfo.deviceProtocol, "DEVICE_CLASS", infoTable->deviceInfo.deviceClass, in UsbDDKDriverMatchFailEvent()
H A Dusb_ddk_pnp_loader.c103 if ((id->matchFlag & USB_PNP_NOTIFY_MATCH_DEV_PROTOCOL) && (id->deviceProtocol != dev->deviceInfo.deviceProtocol)) { in UsbDdkPnpLoaderMatchDevice()
489 if (devResIface->GetUint8(node, "deviceProtocol", &table->deviceProtocol, 0) != HDF_SUCCESS) { in UsbDdkPnpLoaderParseIdDevice()
490 HDF_LOGE("%s: read deviceProtocol fail!", __func__); in UsbDdkPnpLoaderParseIdDevice()
/drivers/hdf_core/framework/model/usb/include/
H A Dusb_ddk_pnp_loader.h46 uint8_t deviceProtocol; member
H A Dhdf_usb_pnp_manage.h84 uint8_t deviceProtocol; member
/drivers/peripheral/usb/hdf_usb/include/
H A Dusb_ddk_pnp_loader.h46 uint8_t deviceProtocol; member
H A Dhdf_usb_pnp_manage.h84 uint8_t deviceProtocol; member
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c182 deviceInfo->info.deviceInfo.deviceProtocol = infoData.usbDev->descriptor.bDeviceProtocol; in UsbPnpNotifyAddInitInfo()
279 infoTable.deviceInfo.deviceProtocol = deviceInfo->info.deviceInfo.deviceProtocol; in UsbPnpNotifyInitInfo()
463 infoTable->deviceInfo.deviceProtocol = g_testUsbPnpInfo->deviceInfo.deviceProtocol; in TestPnpNotifyFillInfoTable()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_pnp_test.c79 infoTable.deviceInfo.deviceProtocol = 0; in TestInitPnpInfo()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c216 deviceInfo->info.deviceInfo.deviceProtocol = infoData.usbDev->ddesc.bDeviceProtocol; in UsbPnpNotifyAddInitInfo()
307 infoTable.deviceInfo.deviceProtocol = deviceInfo->info.deviceInfo.deviceProtocol; in UsbPnpNotifyInitInfo()
483 infoTable->deviceInfo.deviceProtocol = g_testUsbPnpInfo->deviceInfo.deviceProtocol; in TestPnpNotifyFillInfoTable()
/drivers/peripheral/usb/ddk/host/src/
H A Dddk_sysfs_device.c212 devInfo->deviceProtocol = (uint8_t)value; in DdkSysfsGetDevice()
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp895 infoTable->deviceInfo.deviceProtocol, "DEVICE_CLASS", infoTable->deviceInfo.deviceClass, "VENDOR_ID", in ReportUsbdSysEvent()

Completed in 11 milliseconds