Searched refs:mei_txe_hw (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/misc/mei/
H A Dhw-txe.h38 * struct mei_txe_hw - txe hardware specifics
47 struct mei_txe_hw { struct
58 #define to_txe_hw(dev) (struct mei_txe_hw *)((dev)->hw)
60 static inline struct mei_device *hw_txe_to_mei(struct mei_txe_hw *hw) hw_txe_to_mei()
H A Dhw-txe.c68 static inline u32 mei_txe_sec_reg_read_silent(struct mei_txe_hw *hw, mei_txe_sec_reg_read_silent()
84 static inline u32 mei_txe_sec_reg_read(struct mei_txe_hw *hw, mei_txe_sec_reg_read()
100 static inline void mei_txe_sec_reg_write_silent(struct mei_txe_hw *hw, mei_txe_sec_reg_write_silent()
115 static inline void mei_txe_sec_reg_write(struct mei_txe_hw *hw, mei_txe_sec_reg_write()
129 static inline u32 mei_txe_br_reg_read(struct mei_txe_hw *hw, mei_txe_br_reg_read()
142 static inline void mei_txe_br_reg_write(struct mei_txe_hw *hw, mei_txe_br_reg_write()
165 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_aliveness_set()
190 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_aliveness_req_get()
207 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_aliveness_get()
226 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_aliveness_poll()
259 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_aliveness_wait()
338 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_pg_state()
350 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_input_ready_interrupt_enable()
364 static void mei_txe_input_doorbell_set(struct mei_txe_hw *hw) mei_txe_input_doorbell_set()
376 static void mei_txe_output_ready_set(struct mei_txe_hw *hw) mei_txe_output_ready_set()
392 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_is_input_ready()
406 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_intr_clear()
421 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_intr_disable()
433 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_intr_enable()
453 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_pending_interrupts()
481 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_input_payload_write()
499 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_out_data_read()
514 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_readiness_set_host_rdy()
528 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_readiness_clear()
543 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_readiness_get()
585 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_host_is_ready()
663 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_hw_config()
689 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_write()
765 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_hbuf_empty_slots()
808 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_read()
848 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_hw_reset()
902 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_hw_start()
959 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_check_and_ack_intrs()
1035 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_irq_thread_handler()
1183 struct mei_txe_hw *hw; mei_txe_dev_init()
1186 sizeof(struct mei_txe_hw), GFP_KERNEL); mei_txe_dev_init()
1210 struct mei_txe_hw *hw = to_txe_hw(dev); mei_txe_setup_satt2()
H A Dpci-txe.c54 static void mei_txe_pci_iounmap(struct pci_dev *pdev, struct mei_txe_hw *hw) mei_txe_pci_iounmap()
76 struct mei_txe_hw *hw; mei_txe_probe()
206 struct mei_txe_hw *hw; mei_txe_remove()

Completed in 44 milliseconds