Searched refs:can_handle_event (Results 1 – 5 of 5) sorted by relevance
28 static bool can_handle_event(uint8_t type) in can_handle_event() function132 k->can_handle_event = can_handle_event; in quiesce_class_init()
146 ec->can_handle_event(event_buf->type)) { in handle_write_event_buf()
86 static bool can_handle_event(uint8_t type) in can_handle_event() function270 ec->can_handle_event = can_handle_event; in console_class_init()
105 static bool can_handle_event(uint8_t type) in can_handle_event() function354 ec->can_handle_event = can_handle_event; in console_class_init()
191 bool (*can_handle_event)(uint8_t type); member