Lines Matching refs:device
55 virtual IOReturn registerDevice(IOService *driver, IOService *device);
65 virtual void unregisterDevice(IOService *driver, IOService *device);
91 virtual uint64_t workSubmit(IOService *device, WorkSubmitArgs *args = nullptr);
118 virtual uint64_t workSubmitAndBegin(IOService *device, WorkSubmitArgs *submitArgs = nullptr,
128 virtual void workBegin(IOService *device, uint64_t token, WorkBeginArgs *args = nullptr);
154 …virtual void workEnd(IOService *device, uint64_t token, WorkEndArgs *args = nullptr, bool done = t…
176 …bool workSubmitAndBeginWithContext(IOService *device, OSObject *context, WorkSubmitArgs *submitArg…
189 bool workSubmitWithContext(IOService *device, OSObject *context, WorkSubmitArgs *args = nullptr);
200 void workBeginWithContext(IOService *device, OSObject *context, WorkBeginArgs *args = nullptr);
214 …void workEndWithContext(IOService *device, OSObject *context, WorkEndArgs *args = nullptr, bool do…
240 void workUpdateWithContext(IOService *device, OSObject *context, WorkUpdateArgs *args = nullptr);
330 IOService* device; member