Home
last modified time | relevance | path

Searched refs:mei_msg_hdr (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/misc/mei/
H A Dinterrupt.c53 struct mei_msg_hdr *mei_hdr) in mei_cl_hbm_equal()
66 static void mei_irq_discard_msg(struct mei_device *dev, struct mei_msg_hdr *hdr, in mei_irq_discard_msg()
94 struct mei_msg_hdr *mei_hdr, in mei_cl_irq_read_msg()
321 static inline bool hdr_is_hbm(struct mei_msg_hdr *mei_hdr) in hdr_is_hbm()
326 static inline bool hdr_is_fixed(struct mei_msg_hdr *mei_hdr) in hdr_is_fixed()
333 struct mei_msg_hdr *mei_hdr; in hdr_is_valid()
336 mei_hdr = (struct mei_msg_hdr *)&msg_hdr; in hdr_is_valid()
363 struct mei_msg_hdr *mei_hdr; in mei_irq_read_handler()
386 mei_hdr = (struct mei_msg_hdr *)dev->rd_msg_hdr; in mei_irq_read_handler()
H A Dhbm.c96 struct mei_msg_hdr *hdr, in mei_hbm_write_message()
132 static inline void mei_hbm_hdr(struct mei_msg_hdr *mei_hdr, size_t length) in mei_hbm_hdr()
173 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_write()
255 struct mei_msg_hdr mei_hdr; in mei_hbm_start_req()
291 struct mei_msg_hdr mei_hdr; in mei_hbm_dma_setup_req()
333 struct mei_msg_hdr mei_hdr; in mei_hbm_capabilities_req()
372 struct mei_msg_hdr mei_hdr; in mei_hbm_enum_clients_req()
440 struct mei_msg_hdr mei_hdr; in mei_hbm_add_cl_resp()
500 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_notify_req()
611 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_dma_map_req()
[all …]
H A Dhbm.h11 struct mei_msg_hdr;
40 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
H A Dhw.h411 struct mei_msg_hdr { struct
H A Dclient.c1765 static struct mei_msg_hdr *mei_msg_hdr_init(const struct mei_cl_cb *cb) in mei_msg_hdr_init()
1769 struct mei_msg_hdr *mei_hdr; in mei_msg_hdr_init()
1843 struct mei_msg_hdr *mei_hdr = NULL; in mei_cl_irq_write()
1969 struct mei_msg_hdr *mei_hdr = NULL; in mei_cl_write()
H A Dmei_dev.h664 return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length, MEI_SLOT_SIZE); in mei_hbm2slots()
H A Dhw-txe.c711 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_txe_write()
H A Dhw-me.c601 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_me_hbuf_write()