Searched refs:mei_msg_hdr (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/misc/mei/ |
| A D | interrupt.c | 53 struct mei_msg_hdr *mei_hdr) in mei_cl_hbm_equal() 66 static void mei_irq_discard_msg(struct mei_device *dev, struct mei_msg_hdr *hdr, in mei_irq_discard_msg() 94 struct mei_msg_hdr *mei_hdr, in mei_cl_irq_read_msg() 321 static inline bool hdr_is_hbm(struct mei_msg_hdr *mei_hdr) in hdr_is_hbm() 326 static inline bool hdr_is_fixed(struct mei_msg_hdr *mei_hdr) in hdr_is_fixed() 333 struct mei_msg_hdr *mei_hdr; in hdr_is_valid() 336 mei_hdr = (struct mei_msg_hdr *)&msg_hdr; in hdr_is_valid() 363 struct mei_msg_hdr *mei_hdr; in mei_irq_read_handler() 386 mei_hdr = (struct mei_msg_hdr *)dev->rd_msg_hdr; in mei_irq_read_handler()
|
| A D | hbm.c | 98 struct mei_msg_hdr *hdr, in mei_hbm_write_message() 175 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_write() 257 struct mei_msg_hdr mei_hdr; in mei_hbm_start_req() 293 struct mei_msg_hdr mei_hdr; in mei_hbm_dma_setup_req() 335 struct mei_msg_hdr mei_hdr; in mei_hbm_capabilities_req() 374 struct mei_msg_hdr mei_hdr; in mei_hbm_enum_clients_req() 442 struct mei_msg_hdr mei_hdr; in mei_hbm_add_cl_resp() 502 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_notify_req() 613 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_dma_map_req() 644 struct mei_msg_hdr mei_hdr; in mei_hbm_cl_dma_unmap_req() [all …]
|
| A D | hbm.h | 11 struct mei_msg_hdr; 40 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
|
| A D | platform-vsc.c | 53 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; in mei_vsc_read_slots() 233 hdr = (struct mei_msg_hdr *)&hw->rx_hdr; in mei_vsc_read_slots()
|
| A D | hw.h | 409 struct mei_msg_hdr { struct
|
| A D | client.c | 1765 static struct mei_msg_hdr *mei_msg_hdr_init(const struct mei_cl_cb *cb) in mei_msg_hdr_init() 1769 struct mei_msg_hdr *mei_hdr; in mei_msg_hdr_init() 1843 struct mei_msg_hdr *mei_hdr = NULL; in mei_cl_irq_write() 1969 struct mei_msg_hdr *mei_hdr = NULL; in mei_cl_write()
|
| A D | mei_dev.h | 687 return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length, MEI_SLOT_SIZE); in mei_hbm2slots()
|
| A D | hw-txe.c | 711 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_txe_write()
|
| A D | hw-me.c | 651 dev_dbg(dev->dev, MEI_HDR_FMT, MEI_HDR_PRM((struct mei_msg_hdr *)hdr)); in mei_me_hbuf_write()
|
Completed in 27 milliseconds