Searched refs:vsc_tp_xfer (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/misc/mei/ |
H A D | vsc-tp.h | 34 int vsc_tp_xfer(struct vsc_tp *tp, u8 cmd, const void *obuf, size_t olen,
|
H A D | platform-vsc.c | 66 return vsc_tp_xfer(hw->tp, VSC_TP_CMD_READ, &ts, sizeof(ts), in mei_vsc_read_helper() 74 return vsc_tp_xfer(hw->tp, VSC_TP_CMD_WRITE, buf, len, &status, in mei_vsc_write_helper()
|
H A D | vsc-tp.c | 271 int vsc_tp_xfer(struct vsc_tp *tp, u8 cmd, const void *obuf, size_t olen, in vsc_tp_xfer() function 302 EXPORT_SYMBOL_NS_GPL(vsc_tp_xfer, "VSC_TP");
|