Searched refs:mei_msg_hdr (Results 1 – 10 of 10) sorted by relevance
/drivers/misc/mei/ |
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() 234 static inline bool hdr_is_hbm(struct mei_msg_hdr *mei_hdr) in hdr_is_hbm() 239 static inline bool hdr_is_fixed(struct mei_msg_hdr *mei_hdr) in hdr_is_fixed() 257 struct mei_msg_hdr *mei_hdr; in mei_irq_read_handler() 266 mei_hdr = (struct mei_msg_hdr *) &dev->rd_msg_hdr; in mei_irq_read_handler()
|
D | hbm.c | 128 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; in mei_hbm_cl_write() 255 struct mei_msg_hdr mei_hdr; in mei_hbm_start_req() 293 struct mei_msg_hdr mei_hdr; in mei_hbm_enum_clients_req() 363 struct mei_msg_hdr mei_hdr; in mei_hbm_add_cl_resp() 424 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_notify_req() 536 struct mei_msg_hdr mei_hdr; in mei_hbm_prop_req() 583 struct mei_msg_hdr mei_hdr; in mei_hbm_pg() 612 struct mei_msg_hdr mei_hdr; in mei_hbm_stop_req() 1017 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr) in mei_hbm_dispatch()
|
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 | 292 struct mei_msg_hdr *hdr, 519 return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length, 4); in mei_data2slots() 576 struct mei_msg_hdr *mei_hdr, 655 struct mei_msg_hdr *hdr, void *buf) in mei_write_message() 686 void mei_irq_discard_msg(struct mei_device *dev, struct mei_msg_hdr *hdr);
|
D | hw.h | 189 struct mei_msg_hdr { struct
|
D | client.h | 220 int mei_cl_irq_read_msg(struct mei_cl *cl, struct mei_msg_hdr *hdr,
|
D | amthif.c | 239 struct mei_msg_hdr *mei_hdr, in mei_amthif_irq_read_msg()
|
D | hw-txe.c | 694 struct mei_msg_hdr *header, unsigned char *buf) in mei_txe_write() 760 return PAYLOAD_SIZE - sizeof(struct mei_msg_hdr); in mei_txe_hbuf_max_len()
|
D | client.c | 1524 struct mei_msg_hdr mei_hdr; in mei_cl_irq_write() 1564 len = (slots * sizeof(u32)) - sizeof(struct mei_msg_hdr); in mei_cl_irq_write() 1616 struct mei_msg_hdr mei_hdr; in mei_cl_write()
|
D | hw-me.c | 448 return dev->hbuf_depth * sizeof(u32) - sizeof(struct mei_msg_hdr); in mei_me_hbuf_max_len() 462 struct mei_msg_hdr *header, in mei_me_write_message()
|