Home
last modified time | relevance | path

Searched refs:to_txe_hw (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/misc/mei/
H A Dhw-txe.c160 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_set()
185 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_req_get()
202 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_get()
221 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_poll()
254 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_wait()
333 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_pg_state()
345 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_input_ready_interrupt_enable()
387 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_is_input_ready()
401 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_intr_clear()
416 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_intr_disable()
[all …]
H A Dhw-txe.h48 #define to_txe_hw(dev) (struct mei_txe_hw *)((dev)->hw) macro
H A Dpci-txe.c87 hw = to_txe_hw(dev); in mei_txe_probe()