Home
last modified time | relevance | path

Searched refs:mei_me_hw (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/misc/mei/
H A Dhw-me.c186 struct mei_me_hw *hw = to_me_hw(dev); in mei_me_trc_status()
208 struct mei_me_hw *hw = to_me_hw(dev); in mei_me_fw_status()
242 struct mei_me_hw *hw = to_me_hw(dev); in mei_me_hw_config()
278 struct mei_me_hw *hw = to_me_hw(dev); in mei_me_pg_state()
359 struct mei_me_hw *hw = to_me_hw(dev); in mei_me_synchronize_irq()
443 struct mei_me_hw *hw = to_me_hw(dev); in mei_gsc_pxp_check()
545 struct mei_me_hw *hw = to_me_hw(dev); in mei_me_hbuf_empty_slots()
567 struct mei_me_hw *hw = to_me_hw(dev); in mei_me_hbuf_depth()
697 struct mei_me_hw *hw = to_me_hw(dev); in mei_me_pg_set()
716 struct mei_me_hw *hw = to_me_hw(dev); in mei_me_pg_unset()
[all …]
H A Dgsc-me.c28 struct mei_me_hw *hw = to_me_hw(dev); in mei_gsc_read_hfs()
35 static void mei_gsc_set_ext_op_mem(const struct mei_me_hw *hw, struct resource *mem) in mei_gsc_set_ext_op_mem()
51 struct mei_me_hw *hw; in mei_gsc_probe()
144 struct mei_me_hw *hw; in mei_gsc_remove()
187 struct mei_me_hw *hw; in mei_gsc_pm_resume()
225 struct mei_me_hw *hw; in mei_gsc_pm_runtime_suspend()
252 struct mei_me_hw *hw; in mei_gsc_pm_runtime_resume()
H A Dhw-me.h58 struct mei_me_hw { struct
72 #define to_me_hw(dev) (struct mei_me_hw *)((dev)->hw) argument
74 static inline bool mei_me_hw_use_polling(const struct mei_me_hw *hw) in mei_me_hw_use_polling()
H A Dpci-me.c179 struct mei_me_hw *hw; in mei_me_probe()