Home
last modified time | relevance | path

Searched refs:UsbGetInterfaceSetting (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_ddk_interface.h512 int32_t UsbGetInterfaceSetting(const UsbInterfaceHandle *interfaceHandle, uint8_t *settingIndex);
/ohos5.0/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp283 return UsbGetInterfaceSetting(handleConvert, &settingIndex); in GetCurrentInterfaceSetting()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c1481 int32_t UsbGetInterfaceSetting(const UsbInterfaceHandle *interfaceHandle, uint8_t *settingIndex) in UsbGetInterfaceSetting() function