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 D | usb_raw_io.c | 763 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 D | usb_raw_api.h | 321 int32_t UsbRawGetConfiguration(const UsbRawHandle * const devHandle, int32_t *config);
|
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_raw_api.c | 105 int32_t UsbRawGetConfiguration(const UsbRawHandle * const devHandle, int32_t *config) in UsbRawGetConfiguration() function
|
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_raw_sdk_if_test.cpp | 658 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 D | usb_raw_sdk_if_test_io.cpp | 453 ret = UsbRawGetConfiguration(g_acm->devHandle, &g_activeConfig); in AcmRawInit()
|
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_sdkraw_speed.c | 212 ret = UsbRawGetConfiguration(devHandle, &activeConfig); in UsbGetConfigDescriptor()
|
/ohos5.0/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_sdkraw_speed.c | 207 ret = UsbRawGetConfiguration(devHandle, &activeConfig); in UsbGetConfigDescriptor()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 1122 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 D | usb_net_host.c | 879 ret = UsbRawGetConfiguration(devHandle, &activeConfig); in UsbnetHostGetConfigDescriptor()
|
/ohos5.0/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial_rawapi.c | 155 ret = UsbRawGetConfiguration(devHandle, &activeConfig); in UsbGetConfigDescriptor()
|
/ohos5.0/drivers/peripheral/usb/ |
H A D | README_zh.md | 199 …me="p194231720102610"></a><a name="p194231720102610"></a>int32_t UsbRawGetConfiguration(const UsbR…
|
H A D | README.md | 199 …me="p194231720102610"></a><a name="p194231720102610"></a>int32_t UsbRawGetConfiguration(const UsbR…
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 1086 ret = UsbRawGetConfiguration(devHandle, &activeConfig);
|