Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/uefi/
Dlv_uefi_indev_keyboard.c54 static void _simple_text_input_context_free(lv_uefi_simple_text_input_context_t * indev_ctx);
182 if(indev_ctx != NULL) _simple_text_input_context_free(indev_ctx); in _simple_text_input_event_cb()
217 static void _simple_text_input_context_free(lv_uefi_simple_text_input_context_t * indev_ctx) in _simple_text_input_context_free() function