Home
last modified time | relevance | path

Searched defs:altSetting (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c128 const struct UsbRawInterface *altSetting, uint8_t settingIndex) in UsbGetInterfaceDesc()
H A Dlinux_adapter.c1209 …_t AdapterSetInterface(const struct UsbDeviceHandle *handle, uint8_t interface, uint8_t altSetting) in AdapterSetInterface()
H A Dliteos_adapter.c1261 …_t AdapterSetInterface(const struct UsbDeviceHandle *handle, uint8_t interface, uint8_t altSetting) in AdapterSetInterface()
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dliteos_adapter.h48 unsigned int altSetting; member
H A Dlinux_adapter.h96 unsigned int altSetting; member
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp364 …t32_t FuncAdapterSetInterface(const UsbDeviceHandle *handle, uint8_t interface, uint8_t altSetting) in FuncAdapterSetInterface()