Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/mei/
Dhbm.h21 struct mei_msg_hdr;
45 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
Dhbm.c128 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()
Dmei_dev.h316 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()
Dinterrupt.c66 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()
Dhw.h151 struct mei_msg_hdr { struct
Dclient.h110 int mei_cl_irq_read_msg(struct mei_cl *cl, struct mei_msg_hdr *hdr,
Dclient.c1100 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()
Dhw-me.c452 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()
Dwd.c117 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()
Damthif.c430 struct mei_msg_hdr *mei_hdr, in mei_amthif_irq_read_msg()