/drivers/peripheral/usb/test/moduletest/common/ |
H A D | usb_device_serial_func_test.cpp | 129 const char *idVendor = "12d1"; in HWTEST_F() local 136 snprintf_s(targetLog, logMaxLen, logMaxLen - 1, fmt, idVendor, idPorduct, bcdDevice, configurationValue); in HWTEST_F() 155 const char *idVendor = "18d2"; in HWTEST_F() local 159 ASSERT_EQ(system(("PropTest -s idVendor " + string(idVendor)).c_str()), 0); in HWTEST_F() 162 ASSERT_EQ(system("PropTest -g idVendor"), 0); in HWTEST_F() 165 ASSERT_EQ(system("PropTest -s idVendor 12d1"), 0); in HWTEST_F()
|
H A D | usb_host_serial_func_test.cpp | 389 const char *idVendor = "0x12d1"; in HWTEST_F() local 398 targetLog, logMaxLen, logMaxLen - 1, fmt, idVendor, idProduct, bDeviceClass, bDeviceSubClass, bDeviceProtocol); in HWTEST_F()
|
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/ |
H A D | usb_dev_subscriber.cpp | 38 uint16_t idVendor; member 46 usbDev.busNum, usbDev.devAddr, desc.idProduct, desc.idVendor, desc.bDeviceClass); in ToDeviceDesc() 150 usbDevInfo->idVendor_ = deviceDescriptor.idVendor; in OnDeviceConnect()
|
/drivers/external_device_manager/interfaces/ddk/usb/ |
H A D | usb_ddk_types.h | 90 uint16_t idVendor; member
|
/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_type.h | 153 uint16_t idVendor;
member
|
/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_linux.c | 117 AudioUsbGetUsbId(le16_to_cpu(usbDev->descriptor.idVendor), le16_to_cpu(usbDev->descriptor.idProduct)); in AudioUsbDriverInit()
|
/drivers/peripheral/usb/test/moduletest/common/liteos/ |
H A D | usb_host_serial_func_test.cpp | 489 const char *idVendor = "0x12d1"; in HWTEST_F() local 498 idVendor, idProduct, bDeviceClass, bDeviceSubClass, bDeviceProtocol) < 0) { in HWTEST_F()
|
/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 169 uint16_t idVendor;
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() 742 if ((UGETW(pnpNotifyDevicePos->device->ddesc.idVendor) == paraData.vendorId) && in UsbPnpNotifyGetUsbDevice()
|
/drivers/peripheral/usb/test/unittest/device_sdk/ |
H A D | usb_device_cdcacm_test.cpp | 262 .idVendor = CPU_TO_LE16(DEVICE_VENDOR_ID),
|
/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()
|
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
H A D | usb_device_lite_cdcacm_test.c | 254 .idVendor = CPU_TO_LE16(DEVICE_VENDOR_ID),
|
/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial.c | 756 des.idVendor, des.idProduct, des.bDeviceClass, des.bDeviceSubClass, des.bDeviceProtocol); in UsbStdCtrlCmd() 772 des.idVendor, des.idProduct, des.bDeviceClass, des.bDeviceSubClass, des.bDeviceProtocol); in UsbStdCtrlCmd()
|
/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_cfg_mgr.c | 68 HDF_LOGE("%{public}s: read idVendor fail", __func__); in UsbFnCfgMgrParseDevDesc() 71 devDesc->idVendor = LE16_TO_CPU(value); in UsbFnCfgMgrParseDevDesc() 1010 *value = (uint16_t)fnDevMgr->des->deviceDesc->idVendor; in IsDevDescPropAndGetValue()
|
H A D | adapter_if.c | 642 ret = UsbFnWriteProp(devName, "idVendor", desc->idVendor); in WriteDeviceId()
|