Searched refs:mctp_binding_astlpc (Results 1 – 5 of 5) sorted by relevance
/openbmc/libmctp/ |
H A D | libmctp-astlpc.h | 14 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 D | astlpc.c | 121 struct mctp_binding_astlpc { struct 142 container_of(b, struct mctp_binding_astlpc, binding) argument 294 static inline int mctp_astlpc_kcs_write(struct mctp_binding_astlpc *astlpc, in mctp_astlpc_kcs_write() 301 static inline int mctp_astlpc_kcs_read(struct mctp_binding_astlpc *astlpc, in mctp_astlpc_kcs_read() 308 static inline int mctp_astlpc_lpc_write(struct mctp_binding_astlpc *astlpc, in mctp_astlpc_lpc_write() 330 static inline int mctp_astlpc_lpc_read(struct mctp_binding_astlpc *astlpc, in mctp_astlpc_lpc_read() 353 mctp_astlpc_kcs_print_status_write(struct mctp_binding_astlpc *astlpc, in mctp_astlpc_kcs_print_status_write() 363 static int mctp_astlpc_kcs_set_status(struct mctp_binding_astlpc *astlpc, in mctp_astlpc_kcs_set_status() 394 static int mctp_astlpc_layout_read(struct mctp_binding_astlpc *astlpc, in mctp_astlpc_layout_read() 422 static int mctp_astlpc_layout_write(struct mctp_binding_astlpc *astlpc, in mctp_astlpc_layout_write() [all …]
|
/openbmc/libmctp/utils/ |
H A D | mctp-astlpc-daemon.c | 54 struct mctp_binding_astlpc *astlpc; in main()
|
H A D | mctp-demux-daemon.c | 215 struct mctp_binding_astlpc *astlpc; in binding_astlpc_init() 239 struct mctp_binding_astlpc *astlpc = binding->data; in binding_astlpc_destroy()
|
/openbmc/libmctp/tests/ |
H A D | test_astlpc.c | 38 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 = {
|