Home
last modified time | relevance | path

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

/openbmc/libmctp/
H A Dlibmctp-i2c.h7 typedef int (*mctp_i2c_tx_fn)(const void *buf, size_t len, void *ctx); typedef
11 mctp_i2c_tx_fn tx_fn, void *tx_ctx);
H A Di2c-internal.h43 mctp_i2c_tx_fn tx_fn;
H A Di2c.c145 mctp_i2c_tx_fn tx_fn, void *tx_ctx) in mctp_i2c_setup()