Home
last modified time | relevance | path

Searched refs:mctp_binding_astlpc (Results 1 – 5 of 5) sorted by relevance

/openbmc/libmctp/
H A Dlibmctp-astlpc.h14 struct mctp_binding_astlpc;
33 struct mctp_binding_astlpc *
37 struct mctp_binding_astlpc *
40 void mctp_astlpc_destroy(struct mctp_binding_astlpc *astlpc);
42 struct mctp_binding *mctp_binding_astlpc_core(struct mctp_binding_astlpc *b);
44 bool mctp_astlpc_tx_done(struct mctp_binding_astlpc *astlpc);
45 int mctp_astlpc_poll(struct mctp_binding_astlpc *astlpc);
48 struct mctp_binding_astlpc *mctp_astlpc_init_fileio(const char *kcs_path);
51 int mctp_astlpc_init_pollfd(struct mctp_binding_astlpc *astlpc,
H A Dastlpc.c121 struct mctp_binding_astlpc { struct
598 struct mctp_binding_astlpc *astlpc = in mctp_binding_astlpc_start_bmc()
775 struct mctp_binding_astlpc *astlpc = in mctp_binding_astlpc_start_host()
1252 struct mctp_binding_astlpc *astlpc; in __mctp_astlpc_init()
1292 struct mctp_binding_astlpc *
1296 struct mctp_binding_astlpc *astlpc; in mctp_astlpc_init()
1316 struct mctp_binding_astlpc *
1426 struct mctp_binding_astlpc *astlpc = arg; in __mctp_astlpc_fileio_kcs_read()
1439 struct mctp_binding_astlpc *astlpc = arg; in __mctp_astlpc_fileio_kcs_write()
1466 struct mctp_binding_astlpc *astlpc; in mctp_astlpc_init_fileio()
[all …]
/openbmc/libmctp/utils/
H A Dmctp-astlpc-daemon.c54 struct mctp_binding_astlpc *astlpc; in main()
H A Dmctp-demux-daemon.c213 struct mctp_binding_astlpc *astlpc; in binding_astlpc_init()
237 struct mctp_binding_astlpc *astlpc = binding->data; in binding_astlpc_destroy()
/openbmc/libmctp/tests/
H A Dtest_astlpc.c38 struct mctp_binding_astlpc astlpc;
49 struct mctp_binding_astlpc *astlpc;
373 struct mctp_binding_astlpc *astlpc; in astlpc_test_host_before_bmc()
732 static const struct mctp_binding_astlpc astlpc_layout_ctx = {