Home
last modified time | relevance | path

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

/openbmc/hiomapd/
H A Dcontrol.c111 rc = protocol_events_clear(context, BMC_EVENT_FLASH_CTRL_LOST); in control_resume()
129 rc = protocol_events_clear(context, BMC_EVENT_DAEMON_READY); in control_set_backend()
H A Dprotocol.h131 int protocol_events_clear(struct mbox_context *context, uint8_t bmc_event);
H A Dprotocol.c77 int protocol_events_clear(struct mbox_context *context, uint8_t bmc_event) in protocol_events_clear() function
492 return protocol_events_clear(context, in protocol_v1_ack()
745 rc = protocol_events_clear(context, BMC_EVENT_DAEMON_READY); in protocol_reset()