Searched refs:mei_msg_hdr (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/misc/mei/
H A Dhbm.h11 struct mei_msg_hdr;
40 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
H A Dinterrupt.c53 struct mei_msg_hdr *mei_hdr)
66 static void mei_irq_discard_msg(struct mei_device *dev, struct mei_msg_hdr *hdr,
94 struct mei_msg_hdr *mei_hdr,
321 static inline bool hdr_is_hbm(struct mei_msg_hdr *mei_hdr)
326 static inline bool hdr_is_fixed(struct mei_msg_hdr *mei_hdr)
333 struct mei_msg_hdr *mei_hdr;
336 mei_hdr = (struct mei_msg_hdr *)&msg_hdr;
363 struct mei_msg_hdr *mei_hdr;
386 mei_hdr = (struct mei_msg_hdr *)dev->rd_msg_hdr;
H A Dhbm.c98 struct mei_msg_hdr *hdr,
134 static inline void mei_hbm_hdr(struct mei_msg_hdr *mei_hdr, size_t length)
175 struct mei_msg_hdr mei_hdr;
257 struct mei_msg_hdr mei_hdr;
293 struct mei_msg_hdr mei_hdr;
335 struct mei_msg_hdr mei_hdr;
374 struct mei_msg_hdr mei_hdr;
442 struct mei_msg_hdr mei_hdr;
502 struct mei_msg_hdr mei_hdr;
613 struct mei_msg_hdr mei_hd
[all...]
H A Dplatform-vsc.c53 char tx_buf[MEI_VSC_MAX_MSG_SIZE + sizeof(struct mei_msg_hdr)] ____cacheline_aligned;
55 char rx_buf[MEI_VSC_MAX_MSG_SIZE + sizeof(struct mei_msg_hdr)] ____cacheline_aligned;
231 struct mei_msg_hdr *hdr;
233 hdr = (struct mei_msg_hdr *)&hw->rx_hdr;
H A Dhw.h399 * struct mei_msg_hdr - MEI BUS Interface Section
411 struct mei_msg_hdr { struct
H A Dmei_dev.h687 return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length, MEI_SLOT_SIZE);
H A Dclient.c1765 static struct mei_msg_hdr *mei_msg_hdr_init(const struct mei_cl_cb *cb)
1769 struct mei_msg_hdr *mei_hdr;
1843 struct mei_msg_hdr *mei_hdr = NULL;
1969 struct mei_msg_hdr *mei_hdr = NULL;
H A Dhw-txe.c711 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr));
H A Dhw-me.c651 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr));

Completed in 228 milliseconds