Searched refs:ishtp_read (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/ |
H A D | ishtp-dev.h | 118 int (*ishtp_read)(struct ishtp_device *dev, unsigned char *buffer, member
|
H A D | hbm.c | 776 dev->ops->ishtp_read(dev, rd_msg_buf, ishtp_hdr->length); in recv_hbm() 883 dev->ops->ishtp_read(dev, rd_msg_buf, ishtp_hdr->length); in recv_fixed_cl_msg()
|
H A D | client.c | 894 dev->ops->ishtp_read(dev, buffer, ishtp_hdr->length); in recv_ishtp_cl_msg() 942 dev->ops->ishtp_read(dev, rd_msg_buf, ishtp_hdr->length); in recv_ishtp_cl_msg()
|
/openbmc/linux/drivers/hid/intel-ish-hid/ipc/ |
H A D | ipc.c | 923 .ishtp_read = _ishtp_read,
|