Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/display/driver/backlight/
Dhdf_bl.h39 struct BacklightDev *GetBacklightDev(const char *name);
Dhdf_bl.c127 struct BacklightDev *GetBacklightDev(const char *name) in GetBacklightDev() function
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/display_template/
Drk3568_display_driver_source.template191 ${driver_lower_case}->panel.blDev = GetBacklightDev("hdf_pwm");
193 HDF_LOGE("%s GetBacklightDev fail", __func__);
Dhi35xx_display_driver_source.template212 ${driver_lower_case}->panel.blDev = GetBacklightDev("hdf_pwm");
214 HDF_LOGE("%s GetBacklightDev fail", __func__);
/drivers/hdf_core/framework/model/display/driver/panel/
Dmipi_icn9700.c310 icn9700->panel.blDev = GetBacklightDev("hdf_pwm"); in Icn9700EntryInit()
Dili9881c_boe.c671 ili9881cBoeDev->panel.blDev = GetBacklightDev("hdf_pwm"); in Ili9881cBoeEntryInit()