Lines Matching refs:UsbInterface
1012 static struct UsbInterface *ClaimInterface(
1064 return (struct UsbInterface *)interfaceObj;
1070 struct UsbInterface *UsbManageInterface(
1119 return (struct UsbInterface *)interfaceObj;
1125 struct UsbInterface *UsbClaimInterfaceUnforce(
1128 struct UsbInterface *interfaceObj = ClaimInterface(session, busNum, usbAddr, interfaceIndex, false);
1145 struct UsbInterface *UsbClaimInterface(
1161 int32_t UsbReleaseInterface(const struct UsbInterface *interfaceObj)
1255 UsbInterfaceHandle *UsbOpenInterface(const struct UsbInterface *interfaceObj)
1307 UsbInterfaceHandle *UsbResetDevice(const struct UsbInterface *interfaceObj)
1348 int32_t GetInterfaceByHandle(const UsbInterfaceHandle *interfaceHandle, struct UsbInterface **interface)
1371 *interface = (struct UsbInterface *)interfaceObj;
1474 const UsbInterfaceHandle *interfaceHandle, uint8_t settingIndex, struct UsbInterface **interfaceObj)