Searched refs:mei_msg_hdr (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/misc/mei/ |
| D | interrupt.c | 53 struct mei_msg_hdr *mei_hdr) in mei_cl_hbm_equal() 65 static void mei_irq_discard_msg(struct mei_device *dev, struct mei_msg_hdr *hdr) in mei_irq_discard_msg() 88 struct mei_msg_hdr *mei_hdr, in mei_cl_irq_read_msg() 230 static inline bool hdr_is_hbm(struct mei_msg_hdr *mei_hdr) in hdr_is_hbm() 235 static inline bool hdr_is_fixed(struct mei_msg_hdr *mei_hdr) in hdr_is_fixed() 242 struct mei_msg_hdr *mei_hdr; in hdr_is_valid() 244 mei_hdr = (struct mei_msg_hdr *)&msg_hdr; in hdr_is_valid() 267 struct mei_msg_hdr *mei_hdr; in mei_irq_read_handler() 284 mei_hdr = (struct mei_msg_hdr *)dev->rd_msg_hdr; in mei_irq_read_handler()
|
| D | hbm.h | 11 struct mei_msg_hdr; 37 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 *hdr, size_t length) in mei_hbm_hdr() 177 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_write() 259 struct mei_msg_hdr mei_hdr; in mei_hbm_start_req() 296 struct mei_msg_hdr mei_hdr; in mei_hbm_dma_setup_req() 339 struct mei_msg_hdr mei_hdr; in mei_hbm_enum_clients_req() 409 struct mei_msg_hdr mei_hdr; in mei_hbm_add_cl_resp() 470 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_notify_req() 582 struct mei_msg_hdr mei_hdr; in mei_hbm_prop_req() 629 struct mei_msg_hdr mei_hdr; in mei_hbm_pg() [all …]
|
| D | hw.h | 201 struct mei_msg_hdr { struct
|
| D | client.c | 1525 static void mei_msg_hdr_init(struct mei_msg_hdr *mei_hdr, struct mei_cl_cb *cb) in mei_msg_hdr_init() 1551 struct mei_msg_hdr mei_hdr; in mei_cl_irq_write() 1660 struct mei_msg_hdr mei_hdr; in mei_cl_write()
|
| D | mei_dev.h | 563 return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length, MEI_SLOT_SIZE); in mei_hbm2slots()
|
| D | hw-txe.c | 707 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_txe_write()
|
| D | hw-me.c | 532 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_me_hbuf_write()
|