Home
last modified time | relevance | path

Searched refs:protocol_events_set (Results 1 – 6 of 6) sorted by relevance

/openbmc/hiomapd/
H A Dcontrol.c70 protocol_events_set(context, BMC_EVENT_WINDOW_RESET); in control_modified()
86 rc = protocol_events_set(context, BMC_EVENT_FLASH_CTRL_LOST); in control_suspend()
145 return protocol_events_set(context, in control_set_backend()
H A Dprotocol.h130 int protocol_events_set(struct mbox_context *context, uint8_t bmc_event);
H A Dprotocol.c55 int protocol_events_set(struct mbox_context *context, uint8_t bmc_event) in protocol_events_set() function
757 rc = protocol_events_set(context, in protocol_reset()
H A Dtransport_dbus.c128 protocol_events_set(context, context->bmc_events); in transport_dbus_get_info()
H A Dtransport_mbox.c602 protocol_events_set(context, context->bmc_events); in handle_mbox_req()
/openbmc/hiomapd/test/
H A Dbmc_event_ack_v2.c53 protocol_events_set(ctx, FLAGS); in main()