Home
last modified time | relevance | path

Searched refs:idVendor (Results 1 - 15 of 15) sorted by relevance

/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_device_serial_func_test.cpp129 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 Dusb_host_serial_func_test.cpp389 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 Dusb_dev_subscriber.cpp38 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 Dusb_ddk_types.h90 uint16_t idVendor; member
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h153 uint16_t idVendor; member
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_linux.c117 AudioUsbGetUsbId(le16_to_cpu(usbDev->descriptor.idVendor), le16_to_cpu(usbDev->descriptor.idProduct)); in AudioUsbDriverInit()
/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_serial_func_test.cpp489 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 Dusb_ddk.h169 uint16_t idVendor; member
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c210 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 Dusb_device_cdcacm_test.cpp262 .idVendor = CPU_TO_LE16(DEVICE_VENDOR_ID),
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c176 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 Dusb_device_lite_cdcacm_test.c254 .idVendor = CPU_TO_LE16(DEVICE_VENDOR_ID),
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c756 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 Dusbfn_cfg_mgr.c68 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 Dadapter_if.c642 ret = UsbFnWriteProp(devName, "idVendor", desc->idVendor); in WriteDeviceId()

Completed in 18 milliseconds