Home
last modified time | relevance | path

Searched refs:lpc_write (Results 1 – 3 of 3) sorted by relevance

/openbmc/libmctp/
H A Dlibmctp-astlpc.h28 int (*lpc_write)(void *data, const void *buf, long offset, size_t len); member
H A Dastlpc.c317 if (astlpc->ops.lpc_write) { in mctp_astlpc_lpc_write()
320 return astlpc->ops.lpc_write(data, buf, offset, len); in mctp_astlpc_lpc_write()
/openbmc/libmctp/tests/
H A Dtest_astlpc.c150 .lpc_write = mctp_astlpc_mmio_lpc_write,