Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Dsclpquiesce.c28 static bool can_handle_event(uint8_t type) in can_handle_event() function
132 k->can_handle_event = can_handle_event; in quiesce_class_init()
H A Devent-facility.c146 ec->can_handle_event(event_buf->type)) { in handle_write_event_buf()
/openbmc/qemu/hw/char/
H A Dsclpconsole.c86 static bool can_handle_event(uint8_t type) in can_handle_event() function
270 ec->can_handle_event = can_handle_event; in console_class_init()
H A Dsclpconsole-lm.c105 static bool can_handle_event(uint8_t type) in can_handle_event() function
354 ec->can_handle_event = can_handle_event; in console_class_init()
/openbmc/qemu/include/hw/s390x/
H A Devent-facility.h191 bool (*can_handle_event)(uint8_t type); member