Searched defs:fnDevice (Results 1 – 3 of 3) sorted by relevance
143 int32_t UsbFnRemoveDevice(struct UsbFnDevice *fnDevice) in UsbFnRemoveDevice()161 int32_t UsbFnGetDeviceState(struct UsbFnDevice *fnDevice, UsbFnDeviceState *devState) in UsbFnGetDeviceState()170 const struct UsbFnInterface *UsbFnGetInterface(struct UsbFnDevice *fnDevice, uint8_t interfaceIndex) in UsbFnGetInterface()
256 int32_t UsbFnMgrDeviceRemove(struct UsbFnDevice *fnDevice) in UsbFnMgrDeviceRemove()328 int32_t UsbFnMgrDeviceGetState(struct UsbFnDevice *fnDevice, UsbFnDeviceState *devState) in UsbFnMgrDeviceGetState()339 const struct UsbFnInterfaceMgr *UsbFnMgrDeviceGetInterface(struct UsbFnDevice *fnDevice, uint8_t in… in UsbFnMgrDeviceGetInterface()
322 struct UsbFnDevice *fnDevice = NULL; in UsbFnDviceTestGetInterface005() local