Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/mei/
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()
288 static inline bool hdr_is_hbm(struct mei_msg_hdr *mei_hdr) in hdr_is_hbm()
293 static inline bool hdr_is_fixed(struct mei_msg_hdr *mei_hdr) in hdr_is_fixed()
300 struct mei_msg_hdr *mei_hdr; in hdr_is_valid()
303 mei_hdr = (struct mei_msg_hdr *)&msg_hdr; in hdr_is_valid()
330 struct mei_msg_hdr *mei_hdr; in mei_irq_read_handler()
353 mei_hdr = (struct mei_msg_hdr *)dev->rd_msg_hdr; in mei_irq_read_handler()
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()
368 struct mei_msg_hdr mei_hdr; in mei_hbm_enum_clients_req()
436 struct mei_msg_hdr mei_hdr; in mei_hbm_add_cl_resp()
496 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_notify_req()
607 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_dma_map_req()
[all …]
Dhbm.h11 struct mei_msg_hdr;
40 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
Dhw.h331 struct mei_msg_hdr { struct
Dclient.c1750 static struct mei_msg_hdr *mei_msg_hdr_init(const struct mei_cl_cb *cb) in mei_msg_hdr_init()
1754 struct mei_msg_hdr *mei_hdr; in mei_msg_hdr_init()
1812 struct mei_msg_hdr *mei_hdr = NULL; in mei_cl_irq_write()
1936 struct mei_msg_hdr *mei_hdr = NULL; in mei_cl_write()
Dmei_dev.h615 return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length, MEI_SLOT_SIZE); in mei_hbm2slots()
Dhw-txe.c711 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_txe_write()
Dhw-me.c561 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_me_hbuf_write()