Searched refs:mutex_mod (Results 1 – 1 of 1) sorted by relevance
147 const unsigned int *mutex_mod; member459 if (ddp->mutex_mod[id] < 32) { in mtk_disp_mutex_add_comp()462 reg |= 1 << ddp->mutex_mod[id]; in mtk_disp_mutex_add_comp()467 reg |= 1 << (ddp->mutex_mod[id] - 32); in mtk_disp_mutex_add_comp()497 if (ddp->mutex_mod[id] < 32) { in mtk_disp_mutex_remove_comp()500 reg &= ~(1 << ddp->mutex_mod[id]); in mtk_disp_mutex_remove_comp()505 reg &= ~(1 << (ddp->mutex_mod[id] - 32)); in mtk_disp_mutex_remove_comp()580 ddp->mutex_mod = of_device_get_match_data(dev); in mtk_ddp_probe()