Home
last modified time | relevance | path

Searched refs:UsbRawGetConfiguration (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c763 ret = UsbRawGetConfiguration(NULL, &g_activeConfig); in CheckRawSdkIfGetConfiguration001()
776 ret = UsbRawGetConfiguration(g_acm->devHandle, NULL); in CheckRawSdkIfGetConfiguration002()
789 ret = UsbRawGetConfiguration(NULL, NULL); in CheckRawSdkIfGetConfiguration003()
802 ret = UsbRawGetConfiguration(g_acm->devHandle, &g_activeConfig); in CheckRawSdkIfGetConfiguration004()
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_raw_api.h321 int32_t UsbRawGetConfiguration(const UsbRawHandle * const devHandle, int32_t *config);
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api.c105 int32_t UsbRawGetConfiguration(const UsbRawHandle * const devHandle, int32_t *config) in UsbRawGetConfiguration() function
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.cpp658 ret = UsbRawGetConfiguration(NULL, &g_activeConfig);
672 ret = UsbRawGetConfiguration(g_acm->devHandle, NULL);
686 ret = UsbRawGetConfiguration(NULL, NULL);
700 ret = UsbRawGetConfiguration(g_acm->devHandle, &g_activeConfig);
H A Dusb_raw_sdk_if_test_io.cpp453 ret = UsbRawGetConfiguration(g_acm->devHandle, &g_activeConfig); in AcmRawInit()
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c212 ret = UsbRawGetConfiguration(devHandle, &activeConfig); in UsbGetConfigDescriptor()
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c207 ret = UsbRawGetConfiguration(devHandle, &activeConfig); in UsbGetConfigDescriptor()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-usb-des.md1122 ret = UsbRawGetConfiguration(devHandle, &activeConfig);
1124 HDF_LOGE("%s:%d UsbRawGetConfiguration failed, ret = %d", __func__, __LINE__, ret);
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c879 ret = UsbRawGetConfiguration(devHandle, &activeConfig); in UsbnetHostGetConfigDescriptor()
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c155 ret = UsbRawGetConfiguration(devHandle, &activeConfig); in UsbGetConfigDescriptor()
/ohos5.0/drivers/peripheral/usb/
H A DREADME_zh.md199 …me="p194231720102610"></a><a name="p194231720102610"></a>int32_t UsbRawGetConfiguration(const UsbR…
H A DREADME.md199 …me="p194231720102610"></a><a name="p194231720102610"></a>int32_t UsbRawGetConfiguration(const UsbR…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-usb-des.md1086 ret = UsbRawGetConfiguration(devHandle, &activeConfig);