Searched refs:mei_msg_hdr (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/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 | hbm.c | 128 static inline void mei_hbm_hdr(struct mei_msg_hdr *hdr, size_t length) in mei_hbm_hdr() 171 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_cl_write() 253 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_start_req() 291 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_enum_clients_req() 357 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_prop_req() 406 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_pg() 436 struct mei_msg_hdr *mei_hdr = &dev->wr_msg.hdr; in mei_hbm_stop_req() 737 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr) in mei_hbm_dispatch()
|
D | mei_dev.h | 316 struct mei_msg_hdr *hdr, 554 struct mei_msg_hdr hdr; 618 return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length, 4); in mei_data2slots() 681 struct mei_msg_hdr *mei_hdr, 786 struct mei_msg_hdr *hdr, in mei_write_message()
|
D | interrupt.c | 66 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() 326 struct mei_msg_hdr *mei_hdr; in mei_irq_read_handler() 335 mei_hdr = (struct mei_msg_hdr *) &dev->rd_msg_hdr; in mei_irq_read_handler()
|
D | hw.h | 151 struct mei_msg_hdr { struct
|
D | client.h | 110 int mei_cl_irq_read_msg(struct mei_cl *cl, struct mei_msg_hdr *hdr,
|
D | client.c | 1100 struct mei_msg_hdr mei_hdr; in mei_cl_irq_write() 1137 len = (slots * sizeof(u32)) - sizeof(struct mei_msg_hdr); in mei_cl_irq_write() 1183 struct mei_msg_hdr mei_hdr; in mei_cl_write()
|
D | hw-me.c | 452 return dev->hbuf_depth * sizeof(u32) - sizeof(struct mei_msg_hdr); in mei_me_hbuf_max_len() 466 struct mei_msg_hdr *header, in mei_me_write_message()
|
D | wd.c | 117 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 | amthif.c | 430 struct mei_msg_hdr *mei_hdr, in mei_amthif_irq_read_msg()
|