Searched refs:UsbOpenInterface (Results 1 - 12 of 12) sorted by relevance
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/ |
H A D | usb_test.c | 388 g_acm->data_devHandle = UsbOpenInterface(g_acm->dataIface); in CheckHostSdkIfOpenInterface001() 408 g_acm->int_devHandle = UsbOpenInterface(g_acm->intIface); in CheckHostSdkIfOpenInterface002() 428 g_acm->ctrl_devHandle = UsbOpenInterface(g_acm->ctrIface); in CheckHostSdkIfOpenInterface003() 448 g_acm->data_devHandle = UsbOpenInterface(NULL); in CheckHostSdkIfOpenInterface004() 459 g_acmDataDevHandle[i] = UsbOpenInterface(g_acm->dataIface); in CheckHostSdkIfOpenInterface005() 482 g_acm->data_devHandle = UsbOpenInterface(g_acm->dataIface); in CheckHostSdkIfOpenInterface006() 487 g_acm->int_devHandle = UsbOpenInterface(g_acm->intIface); in CheckHostSdkIfOpenInterface006() 492 g_acm->ctrl_devHandle = UsbOpenInterface(g_acm->ctrIface); in CheckHostSdkIfOpenInterface006() 497 g_ecmDataDevHandle = UsbOpenInterface(g_ecmDataIface); in CheckHostSdkIfOpenInterface006() 502 g_ecmIntDevHandle = UsbOpenInterface(g_ecmIntIfac in CheckHostSdkIfOpenInterface006() [all...] |
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test.cpp | 517 g_acm->data_devHandle = UsbOpenInterface(g_acm->dataIface); in HWTEST_F() 543 g_acm->int_devHandle = UsbOpenInterface(g_acm->intIface); in HWTEST_F() 569 g_acm->ctrl_devHandle = UsbOpenInterface(g_acm->ctrIface); in HWTEST_F() 609 g_acm->data_devHandle = UsbOpenInterface(NULL); in HWTEST_F() 624 g_acm->data_devHandle = UsbOpenInterface(g_acm->dataIface); in HWTEST_F() 637 g_acm->data_devHandle = UsbOpenInterface(g_acm->dataIface); in HWTEST_F() 639 g_acm->int_devHandle = UsbOpenInterface(g_acm->intIface); in HWTEST_F() 641 g_acm->ctrl_devHandle = UsbOpenInterface(g_acm->ctrIface); in HWTEST_F() 643 g_ecmDataDevHandle = UsbOpenInterface(g_ecmDataIface); in HWTEST_F() 645 g_ecmIntDevHandle = UsbOpenInterface(g_ecmIntIfac in HWTEST_F() [all...] |
H A D | usb_host_sdk_if_test_io.cpp | 344 g_acm->data_devHandle = UsbOpenInterface(g_acm->dataIface); in AcmInit() 346 g_acm->int_devHandle = UsbOpenInterface(g_acm->intIface); in AcmInit() 348 g_acm->ctrl_devHandle = UsbOpenInterface(g_acm->ctrIface); in AcmInit()
|
/drivers/peripheral/usb/interfaces/ddk/host/ |
H A D | usb_ddk_interface.h | 395 UsbInterfaceHandle *UsbOpenInterface(const struct UsbInterface *interfaceObj);
|
/drivers/peripheral/usb/ddk_service/src/ |
H A D | usb_ddk_service.cpp | 226 UsbInterfaceHandle *handle = UsbOpenInterface(interface); in ClaimInterface()
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_sdkapi_speed.c | 388 g_acm->devHandle[i] = UsbOpenInterface(g_acm->iface[i]); in UsbSpeedDdkInit() 390 HDF_LOGI("%{public}s: UsbOpenInterface null", __func__); in UsbSpeedDdkInit()
|
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_sdkapi_speed.c | 355 acm->devHandle[i] = UsbOpenInterface(acm->iface[i]); in InitUsbDdk() 357 HDF_LOGE("%{public}s: UsbOpenInterface null", __func__); in InitUsbDdk()
|
/drivers/peripheral/usb/net/src/ |
H A D | cdc_ether.c | 1029 ecm->devHandle[i] = UsbOpenInterface(ecm->iface[i]); in EcmOpenInterfaces() 1031 HDF_LOGE("%{public}s: UsbOpenInterface null", __func__); in EcmOpenInterfaces() 1037 ecm->ctrDevHandle = UsbOpenInterface(ecm->ctrIface); in EcmOpenInterfaces() 1039 HDF_LOGE("%{public}s: ctrDevHandle UsbOpenInterface null", __func__); in EcmOpenInterfaces()
|
/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial.c | 1568 acm->devHandle[i] = UsbOpenInterface(acm->iface[i]); in AcmOpenInterfaces() 1570 HDF_LOGE("%{public}s: UsbOpenInterface null", __func__); in AcmOpenInterfaces() 1575 acm->ctrDevHandle = UsbOpenInterface(acm->ctrIface); in AcmOpenInterfaces() 1577 HDF_LOGE("%{public}s: ctrDevHandle UsbOpenInterface null", __func__); in AcmOpenInterfaces()
|
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usb_impl.cpp | 1089 port->ctrDevHandle = UsbOpenInterface(port->ctrIface);
in OpenDevice() 1091 HDF_LOGE("%{public}s:ctrDevHandle UsbOpenInterface nullptr", __func__);
in OpenDevice() 1367 port->devHandle[interfaceId] = UsbOpenInterface(port->iface[interfaceId]);
in ClaimInterface() 1369 HDF_LOGE("%{public}s:UsbOpenInterface failed.", __func__);
in ClaimInterface() 1412 HDF_LOGE("%{public}s: UsbOpenInterface or UsbClaimInterface failed", __func__);
in ReleaseInterface()
|
H A D | usbd_dispatcher.cpp | 483 dev->ctrDevHandle = UsbOpenInterface(dev->ctrIface);
in UsbdOpenInterfaces() 485 HDF_LOGE("%{public}s:ctrDevHandle UsbOpenInterface nullptr", __func__);
in UsbdOpenInterfaces()
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_interface_pool.c | 1255 UsbInterfaceHandle *UsbOpenInterface(const struct UsbInterface *interfaceObj) in UsbOpenInterface() function
|
Completed in 21 milliseconds