Searched refs:Lcd (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/dev/display/astro-display/
H A Dlcd.h17 class Lcd { class in namespace:astro_display
19 Lcd(uint8_t panel_type) : panel_type_(panel_type) {} function in class:astro_display::Lcd
H A Daml-dsi-host.h64 fbl::unique_ptr<Lcd> lcd_;
H A Dlcd.cpp543 zx_status_t Lcd::GetDisplayId() {
559 zx_status_t Lcd::LoadInitTable(const uint8_t* buffer, size_t size) {
589 zx_status_t Lcd::Disable() {
599 zx_status_t Lcd::Enable() {
639 zx_status_t Lcd::Init(zx_device_t* parent) {
661 DISP_ERROR("Lcd: Could not create MIPI DSI object\n");
666 DISP_ERROR("Lcd: MIPI DSI initialization failed\n");
H A Daml-dsi-host.cpp191 lcd_ = fbl::make_unique_checked<astro_display::Lcd>(&ac, panel_type_);

Completed in 133 milliseconds