Home
last modified time | relevance | path

Searched refs:mei_msg_hdr (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/misc/mei/
Dhbm.h21 struct mei_msg_hdr;
45 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
Dmei_dev.h332 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);
Dhbm.c130 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()
Dinterrupt.c67 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()
Dhw.h178 struct mei_msg_hdr { struct
Dclient.h224 int mei_cl_irq_read_msg(struct mei_cl *cl, struct mei_msg_hdr *hdr,
Dwd.c103 struct mei_msg_hdr hdr; in mei_wd_send()
Dhw-txe.c687 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()
Dclient.c1511 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()
Dhw-me.c443 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()
Damthif.c412 struct mei_msg_hdr *mei_hdr, in mei_amthif_irq_read_msg()