Searched refs:mei_msg_hdr (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/misc/mei/ |
D | interrupt.c | 53 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() 285 static inline bool hdr_is_hbm(struct mei_msg_hdr *mei_hdr) in hdr_is_hbm() 290 static inline bool hdr_is_fixed(struct mei_msg_hdr *mei_hdr) in hdr_is_fixed() 297 struct mei_msg_hdr *mei_hdr; in hdr_is_valid() 299 mei_hdr = (struct mei_msg_hdr *)&msg_hdr; in hdr_is_valid() 322 struct mei_msg_hdr *mei_hdr; in mei_irq_read_handler() 344 mei_hdr = (struct mei_msg_hdr *)dev->rd_msg_hdr; in mei_irq_read_handler()
|
D | hbm.h | 11 struct mei_msg_hdr; 39 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
|
D | hbm.c | 96 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() 366 struct mei_msg_hdr mei_hdr; in mei_hbm_enum_clients_req() 434 struct mei_msg_hdr mei_hdr; in mei_hbm_add_cl_resp() 494 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_notify_req() 605 struct mei_msg_hdr mei_hdr; in mei_hbm_prop_req() [all …]
|
D | hw.h | 302 struct mei_msg_hdr { struct
|
D | client.c | 1740 static struct mei_msg_hdr *mei_msg_hdr_init(const struct mei_cl_cb *cb) in mei_msg_hdr_init() 1745 struct mei_msg_hdr *mei_hdr; in mei_msg_hdr_init() 1803 struct mei_msg_hdr *mei_hdr = NULL; in mei_cl_irq_write() 1927 struct mei_msg_hdr *mei_hdr = NULL; in mei_cl_write()
|
D | mei_dev.h | 597 return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length, MEI_SLOT_SIZE); in mei_hbm2slots()
|
D | hw-txe.c | 711 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_txe_write()
|
D | hw-me.c | 561 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_me_hbuf_write()
|