Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/components/panel/panels/
A Dtm070rdh13.c30 panel->hw_if.set_backlight) { in power_on()
34 panel->hw_if.set_backlight(panel->state.backlight_percent); in power_on()
42 panel->hw_if.set_backlight) { in power_off()
44 panel->hw_if.set_backlight(0); in power_off()
A Dcc10128007.c98 panel->hw_if.set_backlight) { in power_on()
102 panel->hw_if.set_backlight(panel->state.backlight_percent); in power_on()
110 panel->hw_if.set_backlight) { in power_off()
112 panel->hw_if.set_backlight(0); in power_off()
A Dmc10128007_31b.c311 if (panel->hw_if.set_backlight) { in power_on()
314 panel->hw_if.set_backlight(panel->state.backlight_percent); in power_on()
325 if (panel->hw_if.set_backlight) in power_off()
326 panel->hw_if.set_backlight(0); in power_off()
/bsp/hpmicro/libraries/hpm_sdk/components/panel/
A Dhpm_panel.c102 if (panel->hw_if.set_backlight && in hpm_panel_set_backlight()
104 panel->hw_if.set_backlight(percent); in hpm_panel_set_backlight()
A Dhpm_panel.h46 void (*set_backlight)(uint16_t percent); member
/bsp/hpmicro/hpm6800evk/board/
A Dboard.c629 hw_if.set_backlight = set_backlight_tm070rdh13; in board_init_lcd_rgb_tm070rdh13()
672 hw_if.set_backlight = set_backlight_cc10128007; in board_init_lcd_lvds_cc10128007()
/bsp/hpmicro/hpm6750evkmini/board/
A Dboard.c292 hw_if.set_backlight = set_backlight_tm070rdh13; in board_init_lcd_rgb_tm070rdh13()
/bsp/hpmicro/hpm6750evk2/board/
A Dboard.c259 hw_if.set_backlight = set_backlight_tm070rdh13; in board_init_lcd_rgb_tm070rdh13()
/bsp/hpmicro/hpm6750evk/board/
A Dboard.c276 hw_if.set_backlight = set_backlight_tm070rdh13; in board_init_lcd_rgb_tm070rdh13()

Completed in 19 milliseconds