Searched refs:bl_val (Results 1 – 2 of 2) sorted by relevance
157 dcon->bl_val = level; in dcon_set_backlight()158 dcon_write(dcon, DCON_REG_BRIGHT, dcon->bl_val); in dcon_set_backlight()161 if (dcon->bl_val == 0) { in dcon_set_backlight()216 if (dcon->bl_val != 0) in dcon_sleep()225 dcon_set_backlight(dcon, dcon->bl_val); in dcon_sleep()522 if (level != dcon->bl_val) in dcon_bl_update()536 return dcon->bl_val; in dcon_bl_get()639 dcon->bl_val = dcon_read(dcon, DCON_REG_BRIGHT) & 0x0F; in dcon_probe()642 dcon_bl_props.brightness = dcon->bl_val; in dcon_probe()
73 u8 bl_val; member