Home
last modified time | relevance | path

Searched refs:bDeviceSubClass (Results 1 - 13 of 13) sorted by relevance

/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h84 uint8_t bDeviceSubClass; member
85 /** Protocol code allocated by USB-IF. The value is limited by that of bDeviceClass and bDeviceSubClass. */
/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_host_serial_func_test.cpp392 const char *bDeviceSubClass = "0x00"; in HWTEST_F() local
398 targetLog, logMaxLen, logMaxLen - 1, fmt, idVendor, idProduct, bDeviceClass, bDeviceSubClass, bDeviceProtocol); in HWTEST_F()
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h150 uint8_t bDeviceSubClass; member
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
H A Dusb_dev_subscriber.cpp35 uint8_t bDeviceSubClass; member
/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h166 uint8_t bDeviceSubClass; member
238 uint8_t bDeviceSubClass; member
/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_serial_func_test.cpp492 const char *bDeviceSubClass = "0x00"; in HWTEST_F() local
498 idVendor, idProduct, bDeviceClass, bDeviceSubClass, bDeviceProtocol) < 0) { in HWTEST_F()
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c48 drsOps->GetUint8(devDescNode, USBDEV_SUBCLASS, &devDesc->bDeviceSubClass, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseDevDesc()
415 drsOps->GetUint8(node, QUALIFIER_SUBCLASS, &desc->bDeviceSubClass, 0) != HDF_SUCCESS || in UsbFnCfgMgrParseQualifierDesc()
994 *value = (uint16_t)fnDevMgr->des->deviceDesc->bDeviceSubClass; in IsDevDescPropAndGetValue()
H A Dadapter_if.c662 ret = UsbFnWriteProp(devName, "bDeviceSubClass", desc->bDeviceSubClass); in WriteDeviceId()
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp259 .bDeviceSubClass = 0,
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c181 deviceInfo->info.deviceInfo.deviceSubClass = infoData.usbDev->descriptor.bDeviceSubClass; in UsbPnpNotifyAddInitInfo()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c251 .bDeviceSubClass = 0,
/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/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c215 deviceInfo->info.deviceInfo.deviceSubClass = infoData.usbDev->ddesc.bDeviceSubClass; in UsbPnpNotifyAddInitInfo()

Completed in 16 milliseconds