Lines Matching refs:TestDevice
40 static TestDevice *sDevice;
45 OSDefineMetaClassAndStructors(TestDevice, OSObject) in OSDefineMetaClassAndStructors() argument
48 TestDevice::enqueueCommand(bool sleep, in OSDefineMetaClassAndStructors()
55 TestDevice::init() in init()
82 TestDevice::free() in free()
98 TestDevice::rawCommandOccurred in rawCommandOccurred()
105 TestDevice::interruptAction(IOInterruptEventSource *, int count) in interruptAction()
111 TestDevice::producer1Action(int tag) in producer1Action()
117 TestDevice::producer2Action(int tag, void *count) in producer2Action()
126 TestDevice::alarm() in alarm()
167 sDevice = new TestDevice; in testWorkLoop()