Searched defs:mei_hw_ops (Results 1 – 1 of 1) sorted by relevance
237 struct mei_hw_ops { struct239 bool (*host_is_ready) (struct mei_device *dev);241 bool (*hw_is_ready) (struct mei_device *dev);242 void (*hw_reset) (struct mei_device *dev, bool enable);243 int (*hw_start) (struct mei_device *dev);244 void (*hw_config) (struct mei_device *dev);246 void (*intr_clear) (struct mei_device *dev);247 void (*intr_enable) (struct mei_device *dev);248 void (*intr_disable) (struct mei_device *dev);250 int (*hbuf_free_slots) (struct mei_device *dev);[all …]