Searched defs:VibratorDriverData (Results 1 – 1 of 1) sorted by relevance
32 struct VibratorDriverData { struct33 struct IDeviceIoService ioService;34 struct HdfDeviceObject *device;35 HdfWorkQueue workQueue;36 HdfWork work;37 struct OsalMutex mutex;38 enum VibratorConfigMode mode;39 enum VibratorState state;40 struct VibratorOps ops;41 struct VibratorInfo vibratorInfo;