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);
353 int (*hw_start)(struct mei_device *dev);
354 int (*hw_config)(struct mei_device *dev);
361 bool (*pg_is_enabled)(struct mei_device *dev);
363 void (*intr_clear)(struct mei_device *dev);
364 void (*intr_enable)(struct mei_device *dev);
365 void (*intr_disable)(struct mei_device *dev);
371 int (*write)(struct mei_device *dev,
[all …]