Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mei/
Dinterrupt.c64 struct mei_msg_hdr *mei_hdr) in mei_cl_hbm_equal()
76 static void mei_irq_discard_msg(struct mei_device *dev, struct mei_msg_hdr *hdr) in mei_irq_discard_msg()
97 struct mei_msg_hdr *mei_hdr, in mei_cl_irq_read_msg()
235 static inline bool hdr_is_hbm(struct mei_msg_hdr *mei_hdr) in hdr_is_hbm()
240 static inline bool hdr_is_fixed(struct mei_msg_hdr *mei_hdr) in hdr_is_fixed()
247 struct mei_msg_hdr *mei_hdr; in hdr_is_valid()
249 mei_hdr = (struct mei_msg_hdr *)&msg_hdr; in hdr_is_valid()
269 struct mei_msg_hdr *mei_hdr; in mei_irq_read_handler()
286 mei_hdr = (struct mei_msg_hdr *)&dev->rd_msg_hdr; in mei_irq_read_handler()
Dhbm.h21 struct mei_msg_hdr;
45 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
Dhbm.c106 struct mei_msg_hdr *hdr, in mei_hbm_write_message()
142 static inline void mei_hbm_hdr(struct mei_msg_hdr *hdr, size_t length) in mei_hbm_hdr()
187 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_write()
269 struct mei_msg_hdr mei_hdr; in mei_hbm_start_req()
307 struct mei_msg_hdr mei_hdr; in mei_hbm_enum_clients_req()
377 struct mei_msg_hdr mei_hdr; in mei_hbm_add_cl_resp()
438 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_notify_req()
550 struct mei_msg_hdr mei_hdr; in mei_hbm_prop_req()
597 struct mei_msg_hdr mei_hdr; in mei_hbm_pg()
626 struct mei_msg_hdr mei_hdr; in mei_hbm_stop_req()
[all …]
Dhw.h210 struct mei_msg_hdr { struct
Dclient.c1549 static void mei_msg_hdr_init(struct mei_msg_hdr *mei_hdr, struct mei_cl_cb *cb) in mei_msg_hdr_init()
1575 struct mei_msg_hdr mei_hdr; in mei_cl_irq_write()
1668 struct mei_msg_hdr mei_hdr; in mei_cl_write()
Dmei_dev.h558 return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length, MEI_SLOT_SIZE); in mei_hbm2slots()
Dhw-txe.c717 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_txe_write()
Dhw-me.c545 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_me_hbuf_write()