Searched refs:mei_msg_hdr (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/misc/mei/ |
D | hbm.h | 21 struct mei_msg_hdr; 45 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
|
D | mei_dev.h | 332 struct mei_msg_hdr *hdr, 516 struct mei_msg_hdr hdr; 585 return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length, 4); in mei_data2slots() 648 struct mei_msg_hdr *mei_hdr, 753 struct mei_msg_hdr *hdr, in mei_write_message() 785 void mei_irq_discard_msg(struct mei_device *dev, struct mei_msg_hdr *hdr);
|
D | hbm.c | 130 static inline void mei_hbm_hdr(struct mei_msg_hdr *hdr, size_t length) in mei_hbm_hdr() 173 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_cl_write() 255 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_start_req() 293 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_enum_clients_req() 360 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_add_cl_resp() 420 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_cl_notify_req() 534 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_prop_req() 583 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_pg() 613 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_stop_req() 1006 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr) in mei_hbm_dispatch()
|
D | interrupt.c | 67 struct mei_msg_hdr *mei_hdr) in mei_cl_hbm_equal() 79 void mei_irq_discard_msg(struct mei_device *dev, struct mei_msg_hdr *hdr) in mei_irq_discard_msg() 100 struct mei_msg_hdr *mei_hdr, in mei_cl_irq_read_msg() 241 struct mei_msg_hdr *mei_hdr; in mei_irq_read_handler() 250 mei_hdr = (struct mei_msg_hdr *) &dev->rd_msg_hdr; in mei_irq_read_handler()
|
D | hw.h | 178 struct mei_msg_hdr { struct
|
D | client.h | 224 int mei_cl_irq_read_msg(struct mei_cl *cl, struct mei_msg_hdr *hdr,
|
D | wd.c | 103 struct mei_msg_hdr hdr; in mei_wd_send()
|
D | hw-txe.c | 687 struct mei_msg_hdr *header, unsigned char *buf) in mei_txe_write() 753 return PAYLOAD_SIZE - sizeof(struct mei_msg_hdr); in mei_txe_hbuf_max_len()
|
D | client.c | 1511 struct mei_msg_hdr mei_hdr; in mei_cl_irq_write() 1551 len = (slots * sizeof(u32)) - sizeof(struct mei_msg_hdr); in mei_cl_irq_write() 1599 struct mei_msg_hdr mei_hdr; in mei_cl_write()
|
D | hw-me.c | 443 return dev->hbuf_depth * sizeof(u32) - sizeof(struct mei_msg_hdr); in mei_me_hbuf_max_len() 457 struct mei_msg_hdr *header, in mei_me_write_message()
|
D | amthif.c | 412 struct mei_msg_hdr *mei_hdr, in mei_amthif_irq_read_msg()
|