Lines Matching defs:mei_hw_ops
283 struct mei_hw_ops { struct
285 bool (*host_is_ready)(struct mei_device *dev);
287 bool (*hw_is_ready)(struct mei_device *dev);
288 int (*hw_reset)(struct mei_device *dev, bool enable);
289 int (*hw_start)(struct mei_device *dev);
290 void (*hw_config)(struct mei_device *dev);
292 int (*fw_status)(struct mei_device *dev, struct mei_fw_status *fw_sts);
293 enum mei_pg_state (*pg_state)(struct mei_device *dev);
294 bool (*pg_in_transition)(struct mei_device *dev);
295 bool (*pg_is_enabled)(struct mei_device *dev);
297 void (*intr_clear)(struct mei_device *dev);
298 void (*intr_enable)(struct mei_device *dev);
299 void (*intr_disable)(struct mei_device *dev);
300 void (*synchronize_irq)(struct mei_device *dev);
302 int (*hbuf_free_slots)(struct mei_device *dev);
303 bool (*hbuf_is_ready)(struct mei_device *dev);
304 u32 (*hbuf_depth)(const struct mei_device *dev);
305 int (*write)(struct mei_device *dev,
309 int (*rdbuf_full_slots)(struct mei_device *dev);
311 u32 (*read_hdr)(const struct mei_device *dev);
312 int (*read)(struct mei_device *dev,