Home
last modified time | relevance | path

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

/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()
319 static inline bool hdr_is_hbm(struct mei_msg_hdr *mei_hdr) in hdr_is_hbm()
324 static inline bool hdr_is_fixed(struct mei_msg_hdr *mei_hdr) in hdr_is_fixed()
331 struct mei_msg_hdr *mei_hdr; in hdr_is_valid()
334 mei_hdr = (struct mei_msg_hdr *)&msg_hdr; in hdr_is_valid()
361 struct mei_msg_hdr *mei_hdr; in mei_irq_read_handler()
384 mei_hdr = (struct mei_msg_hdr *)dev->rd_msg_hdr; in mei_irq_read_handler()
H A Dhbm.c98 struct mei_msg_hdr *hdr, in mei_hbm_write_message()
134 static inline void mei_hbm_hdr(struct mei_msg_hdr *mei_hdr, size_t length) in mei_hbm_hdr()
175 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_write()
257 struct mei_msg_hdr mei_hdr; in mei_hbm_start_req()
292 struct mei_msg_hdr mei_hdr; in mei_hbm_dma_setup_req()
333 struct mei_msg_hdr mei_hdr; in mei_hbm_capabilities_req()
371 struct mei_msg_hdr mei_hdr; in mei_hbm_enum_clients_req()
438 struct mei_msg_hdr mei_hdr; in mei_hbm_add_cl_resp()
497 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_notify_req()
608 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 Dplatform-vsc.c53 char tx_buf[MEI_VSC_MAX_MSG_SIZE + sizeof(struct mei_msg_hdr)] ____cacheline_aligned;
55 char rx_buf[MEI_VSC_MAX_MSG_SIZE + sizeof(struct mei_msg_hdr)] ____cacheline_aligned;
231 struct mei_msg_hdr *hdr; in mei_vsc_read_slots()
233 hdr = (struct mei_msg_hdr *)&hw->rx_hdr; in mei_vsc_read_slots()
H A Dclient.c1738 static struct mei_msg_hdr *mei_msg_hdr_init(const struct mei_cl_cb *cb) in mei_msg_hdr_init()
1742 struct mei_msg_hdr *mei_hdr; in mei_msg_hdr_init()
1816 struct mei_msg_hdr *mei_hdr = NULL; in mei_cl_irq_write()
1942 struct mei_msg_hdr *mei_hdr = NULL; in mei_cl_write()
H A Dhw.h411 struct mei_msg_hdr { struct
H A Dmei_dev.h687 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.c615 dev_dbg(&dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_me_hbuf_write()