Searched refs:disp_ll_p (Results 1 – 2 of 2) sorted by relevance
30 #define disp_ll_p &(LV_GLOBAL_DEFAULT()->disp_ll) macro64 lv_display_t * disp = lv_ll_ins_head(disp_ll_p); in lv_display_create()209 lv_ll_remove(disp_ll_p, disp); in lv_display_delete()217 if(was_default) lv_display_set_default(lv_ll_get_head(disp_ll_p)); in lv_display_delete()235 return lv_ll_get_head(disp_ll_p); in lv_display_get_next()237 return lv_ll_get_next(disp_ll_p, disp); in lv_display_get_next()
23 #define disp_ll_p &(LV_GLOBAL_DEFAULT()->disp_ll) macro311 lv_ll_t * disp_head = disp_ll_p; in lv_obj_get_display()