Home
last modified time | relevance | path

Searched defs:mei_hw_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/misc/mei/
H A Dmei_dev.h347 struct mei_hw_ops { struct
349 bool (*host_is_ready)(struct mei_device *dev);
351 bool (*hw_is_ready)(struct mei_device *dev);
352 int (*hw_reset)(struct mei_device *dev, bool enable);
353 int (*hw_start)(struct mei_device *dev);
354 int (*hw_config)(struct mei_device *dev);
356 int (*fw_status)(struct mei_device *dev, struct mei_fw_status *fw_sts);
357 int (*trc_status)(struct mei_device *dev, u32 *trc);
359 enum mei_pg_state (*pg_state)(struct mei_device *dev);
360 bool (*pg_in_transition)(struct mei_device *dev);
[all …]