Searched defs:mei_hw_ops (Results 1 – 1 of 1) sorted by relevance
321 struct mei_hw_ops { struct323 bool (*host_is_ready)(struct mei_device *dev);325 bool (*hw_is_ready)(struct mei_device *dev);327 int (*hw_start)(struct mei_device *dev);328 int (*hw_config)(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);345 int (*write)(struct mei_device *dev,[all …]
Completed in 13 milliseconds