Lines Matching defs:mei_hw_ops
280 struct mei_hw_ops { struct
282 bool (*host_is_ready)(struct mei_device *dev);
284 bool (*hw_is_ready)(struct mei_device *dev);
285 int (*hw_reset)(struct mei_device *dev, bool enable);
286 int (*hw_start)(struct mei_device *dev);
287 void (*hw_config)(struct mei_device *dev);
289 int (*fw_status)(struct mei_device *dev, struct mei_fw_status *fw_sts);
290 enum mei_pg_state (*pg_state)(struct mei_device *dev);
291 bool (*pg_in_transition)(struct mei_device *dev);
292 bool (*pg_is_enabled)(struct mei_device *dev);
294 void (*intr_clear)(struct mei_device *dev);
295 void (*intr_enable)(struct mei_device *dev);
296 void (*intr_disable)(struct mei_device *dev);
297 void (*synchronize_irq)(struct mei_device *dev);
299 int (*hbuf_free_slots)(struct mei_device *dev);
300 bool (*hbuf_is_ready)(struct mei_device *dev);
301 u32 (*hbuf_depth)(const struct mei_device *dev);
302 int (*write)(struct mei_device *dev,
306 int (*rdbuf_full_slots)(struct mei_device *dev);
308 u32 (*read_hdr)(const struct mei_device *dev);
309 int (*read)(struct mei_device *dev,