/drivers/peripheral/input/test/unittest/ddk/ |
H A D | hid_ddk_test.cpp | 80 .vendorId = 0x6006, in HWTEST_F() 100 .vendorId = 0x6006, in HWTEST_F() 141 .vendorId = 0x6006, in HWTEST_F()
|
/drivers/hdf_core/framework/model/usb/src/ |
H A D | usb_wrapper.cpp | 27 "VENDOR_ID", infoTable->deviceInfo.vendorId, "PRODUCT_ID", infoTable->deviceInfo.productId, in UsbDDKDriverMatchFailEvent()
|
/drivers/hdf_core/framework/include/wifi/ |
H A D | hdf_wifi_product.h | 52 int32_t vendorId; /**< Vendor ID of the chip */ member
|
/drivers/external_device_manager/interfaces/innerkits/ |
H A D | driver_ext_mgr_types.h | 64 uint16_t vendorId;
member in OHOS::ExternalDeviceManager::USBDevice 102 uint16_t vendorId;
member in OHOS::ExternalDeviceManager::USBDeviceInfoData
|
/drivers/peripheral/input/test/benchmarktest/ |
H A D | hid_ddk_benchmark_test.cpp | 86 .vendorId = 0x6006, in BENCHMARK_F() 119 .vendorId = 0x6006, in BENCHMARK_F()
|
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/include/ |
H A D | usb_pnp_notify.h | 112 uint16_t vendorId; member
|
/drivers/hdf_core/framework/model/usb/include/ |
H A D | usb_ddk_pnp_loader.h | 38 uint16_t vendorId; member
|
H A D | hdf_usb_pnp_manage.h | 76 uint16_t vendorId; member
|
/drivers/peripheral/usb/hdf_usb/include/ |
H A D | usb_ddk_pnp_loader.h | 38 uint16_t vendorId; member
|
H A D | hdf_usb_pnp_manage.h | 76 uint16_t vendorId; member
|
/drivers/external_device_manager/services/zidl/src/ |
H A D | driver_ext_mgr_types.cpp | 85 if (!parcel.WriteUint16(vendorId)) {
in Marshalling() 86 EDM_LOGE(MODULE_DEV_MGR, "failed to write vendorId");
in Marshalling() 152 if (!parcel.ReadUint16(device->vendorId)) {
in UnMarshalling() 153 EDM_LOGE(MODULE_DEV_MGR, "failed to read vendorId");
in UnMarshalling() 167 os << "vendorId:" << vendorId << "}";
in Dump() local 203 if (!parcel.WriteUint16(vendorId)) {
in Marshalling() 204 EDM_LOGE(MODULE_DEV_MGR, "failed to write vendorId");
in Marshalling() 332 if (!parcel.ReadUint16(deviceInfo->vendorId)) {
in UnMarshalling() 333 EDM_LOGE(MODULE_DEV_MGR, "failed to read vendorId");
in UnMarshalling() [all...] |
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/ |
H A D | usb_pnp_notify.c | 176 deviceInfo->info.deviceInfo.vendorId = le16_to_cpu(infoData.usbDev->descriptor.idVendor); in UsbPnpNotifyAddInitInfo() 273 infoTable.deviceInfo.vendorId = deviceInfo->info.deviceInfo.vendorId; in UsbPnpNotifyInitInfo() 375 deviceInfo->info.numInfos, deviceInfo->info.deviceInfo.vendorId, deviceInfo->info.deviceInfo.productId); in UsbPnpNotifyHdfSendEvent() 426 deviceInfo->info.deviceInfo.vendorId, deviceInfo->info.deviceInfo.productId); in UsbPnpNotifyFirstGetDevice() 457 infoTable->deviceInfo.vendorId = g_testUsbPnpInfo->deviceInfo.vendorId; in TestPnpNotifyFillInfoTable() 503 infoTable.deviceInfo.vendorId, infoTable.deviceInfo.productId); in TestPnpNotifyHdfSendEvent()
|
/drivers/hdf_core/framework/include/platform/ |
H A D | sdio_if.h | 100 uint16_t vendorId; /**< Vendor ID */ member
|
/drivers/hdf_core/framework/model/network/wifi/include/ |
H A D | hdf_wifi_config.h | 61 uint16_t vendorId; member
|
H A D | hdf_wlan_config.h | 102 uint16_t vendorId; member
|
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/ |
H A D | usb_pnp_notify.c | 210 deviceInfo->info.deviceInfo.vendorId = UGETW(infoData.usbDev->ddesc.idVendor); in UsbPnpNotifyAddInitInfo() 301 infoTable.deviceInfo.vendorId = deviceInfo->info.deviceInfo.vendorId; in UsbPnpNotifyInitInfo() 425 deviceInfo->info.deviceInfo.vendorId, deviceInfo->info.deviceInfo.productId); in UsbPnpNotifyHdfSendEvent() 477 infoTable->deviceInfo.vendorId = g_testUsbPnpInfo->deviceInfo.vendorId; in TestPnpNotifyFillInfoTable() 524 infoTable.deviceInfo.vendorId, infoTable.deviceInfo.productId); in TestPnpNotifyHdfSendEvent() 742 if ((UGETW(pnpNotifyDevicePos->device->ddesc.idVendor) == paraData.vendorId) && in UsbPnpNotifyGetUsbDevice()
|
/drivers/hdf_core/framework/model/storage/include/mmc/ |
H A D | mmc_sdio.h | 28 uint16_t vendorId; member
|
/drivers/hdf_core/framework/support/platform/include/pcie/ |
H A D | pcie_core.h | 37 uint32_t vendorId; member
|
/drivers/hdf_core/adapter/khdf/linux/model/storage/ |
H A D | sdio_adapter.c | 365 static struct sdio_func *LinuxSdioSearchFunc(uint32_t funcNum, uint16_t vendorId, uint16_t deviceId) in LinuxSdioSearchFunc() argument 386 (func->vendor == vendorId) && in LinuxSdioSearchFunc() 405 dev->sd.mmc.priv = LinuxSdioSearchFunc(configData->funcNr, configData->vendorId, configData->deviceId); in LinuxSdioFindFunc()
|
/drivers/external_device_manager/services/native/driver_extension_manager/src/ |
H A D | driver_ext_mgr.cpp | 136 device->vendorId = usbDeviceInfo->GetVendorId(); in QueryDevice() 191 tempUsbDeviceInfo->vendorId = usbDeviceInfo->GetVendorId(); in ParseToDeviceInfoData()
|
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_pnp_test.c | 73 infoTable.deviceInfo.vendorId = 0xFFF0; in TestInitPnpInfo()
|
/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_event_adapter.c | 98 uint32_t vendorId;
in WifiEventVendorProcess() local 112 vendorId = nla_get_u32(attr[NL80211_ATTR_VENDOR_ID]);
in WifiEventVendorProcess() 114 if (vendorId != OUI_QCA || subCmd != NL80211_SCAN_DONE) {
in WifiEventVendorProcess()
|
/drivers/external_device_manager/interfaces/ddk/hid/ |
H A D | hid_ddk_types.h | 93 uint16_t vendorId; member
|
/drivers/hdf_core/framework/support/platform/src/pcie/ |
H A D | pcie_core.c | 108 ret = drsOps->GetUint32(node, "vendorId", &(cntlr->devInfo.vendorId), 0); in PcieCntlrParse() 110 HDF_LOGE("PcieCntlrParse: read vendorId fail!"); in PcieCntlrParse()
|
/drivers/peripheral/input/ddk_service/src/emit_event_manager/ |
H A D | virtual_device.cpp | 47 vendorId_(hidDevice.vendorId), in VirtualDevice()
|