Searched defs:fnDevice (Results 1 – 3 of 3) sorted by relevance
144 int32_t UsbFnRemoveDevice(struct UsbFnDevice *fnDevice) in UsbFnRemoveDevice()162 int32_t UsbFnGetDeviceState(struct UsbFnDevice *fnDevice, UsbFnDeviceState *devState) in UsbFnGetDeviceState()171 const struct UsbFnInterface *UsbFnGetInterface(struct UsbFnDevice *fnDevice, uint8_t interfaceIndex) in UsbFnGetInterface()
257 int32_t UsbFnMgrDeviceRemove(struct UsbFnDevice *fnDevice) in UsbFnMgrDeviceRemove()329 int32_t UsbFnMgrDeviceGetState(struct UsbFnDevice *fnDevice, UsbFnDeviceState *devState) in UsbFnMgrDeviceGetState()340 const struct UsbFnInterfaceMgr *UsbFnMgrDeviceGetInterface(struct UsbFnDevice *fnDevice, uint8_t in… in UsbFnMgrDeviceGetInterface()
322 struct UsbFnDevice *fnDevice = NULL; in UsbFnDviceTestGetInterface005() local