Searched refs:LoadInitTable (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/display/astro-display/
H A Dlcd.h25 zx_status_t LoadInitTable(const uint8_t* buffer, size_t size);
H A Dlcd.cpp559 zx_status_t Lcd::LoadInitTable(const uint8_t* buffer, size_t size) { function in class:astro_display::Lcd
596 return LoadInitTable(lcd_shutdown_sequence, sizeof(lcd_shutdown_sequence));
622 status = LoadInitTable(lcd_init_sequence_TV070WSM_FT,
625 status = LoadInitTable(lcd_init_sequence_P070ACB_FT,

Completed in 76 milliseconds