Lines Matching defs:mei_hw_ops
336 struct mei_hw_ops { struct
338 bool (*host_is_ready)(struct mei_device *dev);
340 bool (*hw_is_ready)(struct mei_device *dev);
341 int (*hw_reset)(struct mei_device *dev, bool enable);
342 int (*hw_start)(struct mei_device *dev);
343 int (*hw_config)(struct mei_device *dev);
345 int (*fw_status)(struct mei_device *dev, struct mei_fw_status *fw_sts);
346 int (*trc_status)(struct mei_device *dev, u32 *trc);
348 enum mei_pg_state (*pg_state)(struct mei_device *dev);
349 bool (*pg_in_transition)(struct mei_device *dev);
350 bool (*pg_is_enabled)(struct mei_device *dev);
352 void (*intr_clear)(struct mei_device *dev);
353 void (*intr_enable)(struct mei_device *dev);
354 void (*intr_disable)(struct mei_device *dev);
355 void (*synchronize_irq)(struct mei_device *dev);
357 int (*hbuf_free_slots)(struct mei_device *dev);
358 bool (*hbuf_is_ready)(struct mei_device *dev);
359 u32 (*hbuf_depth)(const struct mei_device *dev);
360 int (*write)(struct mei_device *dev,
364 int (*rdbuf_full_slots)(struct mei_device *dev);
366 u32 (*read_hdr)(const struct mei_device *dev);
367 int (*read)(struct mei_device *dev,