Lines Matching defs:mei_hw_ops
321 struct mei_hw_ops { struct
323 bool (*host_is_ready)(struct mei_device *dev);
325 bool (*hw_is_ready)(struct mei_device *dev);
326 int (*hw_reset)(struct mei_device *dev, bool enable);
327 int (*hw_start)(struct mei_device *dev);
328 int (*hw_config)(struct mei_device *dev);
330 int (*fw_status)(struct mei_device *dev, struct mei_fw_status *fw_sts);
331 int (*trc_status)(struct mei_device *dev, u32 *trc);
333 enum mei_pg_state (*pg_state)(struct mei_device *dev);
334 bool (*pg_in_transition)(struct mei_device *dev);
335 bool (*pg_is_enabled)(struct mei_device *dev);
337 void (*intr_clear)(struct mei_device *dev);
338 void (*intr_enable)(struct mei_device *dev);
339 void (*intr_disable)(struct mei_device *dev);
340 void (*synchronize_irq)(struct mei_device *dev);
342 int (*hbuf_free_slots)(struct mei_device *dev);
343 bool (*hbuf_is_ready)(struct mei_device *dev);
344 u32 (*hbuf_depth)(const struct mei_device *dev);
345 int (*write)(struct mei_device *dev,
349 int (*rdbuf_full_slots)(struct mei_device *dev);
351 u32 (*read_hdr)(const struct mei_device *dev);
352 int (*read)(struct mei_device *dev,