Searched defs:IDevHostService (Results 1 – 1 of 1) sorted by relevance
17 struct IDevHostService { struct19 int (*AddDevice)(struct IDevHostService *hostService, const struct HdfDeviceInfo *devInfo); argument20 int (*DelDevice)(struct IDevHostService *hostService, devid_t devId); argument21 int (*StartService)(struct IDevHostService *hostService); argument22 int (*PmNotify)(struct IDevHostService *service, uint32_t powerState); argument23 int (*Dump)(struct IDevHostService *hostService, struct HdfSBuf *data, struct HdfSBuf *reply); argument