Lines Matching defs:mei_hw_ops
292 struct mei_hw_ops { struct
294 bool (*host_is_ready)(struct mei_device *dev);
296 bool (*hw_is_ready)(struct mei_device *dev);
297 int (*hw_reset)(struct mei_device *dev, bool enable);
298 int (*hw_start)(struct mei_device *dev);
299 void (*hw_config)(struct mei_device *dev);
302 int (*fw_status)(struct mei_device *dev, struct mei_fw_status *fw_sts);
303 enum mei_pg_state (*pg_state)(struct mei_device *dev);
304 bool (*pg_in_transition)(struct mei_device *dev);
305 bool (*pg_is_enabled)(struct mei_device *dev);
307 void (*intr_clear)(struct mei_device *dev);
308 void (*intr_enable)(struct mei_device *dev);
309 void (*intr_disable)(struct mei_device *dev);
311 int (*hbuf_free_slots)(struct mei_device *dev);
312 bool (*hbuf_is_ready)(struct mei_device *dev);
313 size_t (*hbuf_max_len)(const struct mei_device *dev);
315 int (*write)(struct mei_device *dev,
319 int (*rdbuf_full_slots)(struct mei_device *dev);
321 u32 (*read_hdr)(const struct mei_device *dev);
322 int (*read)(struct mei_device *dev,