Searched refs:bd (Results 1 – 2 of 2) sorted by relevance
304 mutex_lock(&bd->update_lock); in backlight_update_status()305 if (bd->ops && bd->ops->update_status) in backlight_update_status()306 ret = bd->ops->update_status(bd); in backlight_update_status()307 mutex_unlock(&bd->update_lock); in backlight_update_status()318 if (!bd) in backlight_enable()324 return backlight_update_status(bd); in backlight_enable()333 if (!bd) in backlight_disable()337 bd->props.state |= BL_CORE_FBBLANK; in backlight_disable()339 return backlight_update_status(bd); in backlight_disable()372 if (backlight_is_blank(bd)) in backlight_get_brightness()[all …]
52 struct bcom_bd *bd; member162 struct bcom_bd *bd; in bcom_buffer_done() local166 bd = bcom_get_bd(tsk, tsk->outdex); in bcom_buffer_done()167 return !(bd->status & BCOM_BD_READY); in bcom_buffer_done()179 struct bcom_bd *bd; in bcom_prepare_next_buffer() local181 bd = bcom_get_bd(tsk, tsk->index); in bcom_prepare_next_buffer()182 bd->status = 0; /* cleanup last status */ in bcom_prepare_next_buffer()183 return bd; in bcom_prepare_next_buffer()193 bd->status |= BCOM_BD_READY; in bcom_submit_next_buffer()206 *p_status = bd->status; in bcom_retrieve_buffer()[all …]
Completed in 4 milliseconds