Home
last modified time | relevance | path

Searched refs:iamthif_msg_buf (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/mei/
Dinit.c598 kfree(dev->iamthif_msg_buf); in mei_host_init_iamthif()
599 dev->iamthif_msg_buf = NULL; in mei_host_init_iamthif()
609 dev->iamthif_msg_buf = msg_buf; in mei_host_init_iamthif()
Diorw.c474 memcpy(dev->iamthif_msg_buf, cb->request_buffer.data, in amthi_write()
501 (unsigned char *)(dev->iamthif_msg_buf), in amthi_write()
Dinterrupt.c88 dev->iamthif_msg_buf, in _mei_cmpl_iamthif()
126 buffer = dev->iamthif_msg_buf + dev->iamthif_msg_buf_index; in mei_irq_thread_read_amthi_message()
1028 (dev->iamthif_msg_buf + in _mei_irq_thread_cmpl_iamthif()
1063 (dev->iamthif_msg_buf + in _mei_irq_thread_cmpl_iamthif()
Dmei_dev.h255 unsigned char *iamthif_msg_buf; /* Note: memory has to be allocated */ member