Stop the device
| 213 | |
| 214 | // Stop the device |
| 215 | void WirelessGamingReceiver::stop(IOService *provider) |
| 216 | { |
| 217 | ReleaseAll(); |
| 218 | IOService::stop(provider); |
| 219 | } |
| 220 | |
| 221 | // Handle termination |
| 222 | bool WirelessGamingReceiver::didTerminate(IOService *provider, IOOptionBits options, bool *defer) |
nothing calls this directly
no outgoing calls
no test coverage detected