Searched defs:mei_hw_ops (Results 1 – 1 of 1) sorted by relevance
360 struct mei_hw_ops { struct362 bool (*host_is_ready)(struct mei_device *dev);364 bool (*hw_is_ready)(struct mei_device *dev);366 int (*hw_start)(struct mei_device *dev);367 int (*hw_config)(struct mei_device *dev);374 bool (*pg_is_enabled)(struct mei_device *dev);376 void (*intr_clear)(struct mei_device *dev);377 void (*intr_enable)(struct mei_device *dev);378 void (*intr_disable)(struct mei_device *dev);384 int (*write)(struct mei_device *dev,[all …]
Completed in 10 milliseconds