Searched refs:bl_val (Results 1 – 2 of 2) sorted by relevance
160 dcon->bl_val = level; in dcon_set_backlight()161 dcon_write(dcon, DCON_REG_BRIGHT, dcon->bl_val); in dcon_set_backlight()164 if (dcon->bl_val == 0) { in dcon_set_backlight()219 if (dcon->bl_val != 0) in dcon_sleep()228 dcon_set_backlight(dcon, dcon->bl_val); in dcon_sleep()527 if (level != dcon->bl_val) in dcon_bl_update()541 return dcon->bl_val; in dcon_bl_get()644 dcon->bl_val = dcon_read(dcon, DCON_REG_BRIGHT) & 0x0F; in dcon_probe()647 dcon_bl_props.brightness = dcon->bl_val; in dcon_probe()
72 u8 bl_val; member