Searched refs:bl_val (Results 1 – 2 of 2) sorted by relevance
159 dcon->bl_val = level; in dcon_set_backlight()160 dcon_write(dcon, DCON_REG_BRIGHT, dcon->bl_val); in dcon_set_backlight()163 if (dcon->bl_val == 0) { in dcon_set_backlight()218 if (dcon->bl_val != 0) in dcon_sleep()227 dcon_set_backlight(dcon, dcon->bl_val); in dcon_sleep()524 if (level != dcon->bl_val) in dcon_bl_update()538 return dcon->bl_val; in dcon_bl_get()641 dcon->bl_val = dcon_read(dcon, DCON_REG_BRIGHT) & 0x0F; in dcon_probe()644 dcon_bl_props.brightness = dcon->bl_val; in dcon_probe()
72 u8 bl_val; member