Lines Matching defs:mei_hw_ops
305 struct mei_hw_ops { struct
307 bool (*host_is_ready)(struct mei_device *dev);
309 bool (*hw_is_ready)(struct mei_device *dev);
310 int (*hw_reset)(struct mei_device *dev, bool enable);
311 int (*hw_start)(struct mei_device *dev);
312 int (*hw_config)(struct mei_device *dev);
314 int (*fw_status)(struct mei_device *dev, struct mei_fw_status *fw_sts);
315 int (*trc_status)(struct mei_device *dev, u32 *trc);
317 enum mei_pg_state (*pg_state)(struct mei_device *dev);
318 bool (*pg_in_transition)(struct mei_device *dev);
319 bool (*pg_is_enabled)(struct mei_device *dev);
321 void (*intr_clear)(struct mei_device *dev);
322 void (*intr_enable)(struct mei_device *dev);
323 void (*intr_disable)(struct mei_device *dev);
324 void (*synchronize_irq)(struct mei_device *dev);
326 int (*hbuf_free_slots)(struct mei_device *dev);
327 bool (*hbuf_is_ready)(struct mei_device *dev);
328 u32 (*hbuf_depth)(const struct mei_device *dev);
329 int (*write)(struct mei_device *dev,
333 int (*rdbuf_full_slots)(struct mei_device *dev);
335 u32 (*read_hdr)(const struct mei_device *dev);
336 int (*read)(struct mei_device *dev,