Searched refs:fb_list_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/fb/
H A Dfbd.c59 LIST_HEAD(fb_list_head_t, fb_list_entry) fb_list_head =
61 struct fb_list_entry { struct
64 LIST_ENTRY(fb_list_entry) fb_list;
189 fb_init(struct fb_list_entry *entry, int unit)
205 struct fb_list_entry *entry;
218 static struct fb_list_entry *
221 struct fb_list_entry *entry, *tmp;
235 struct fb_list_entry *entry;
248 entry = malloc(sizeof(struct fb_list_entry), M_DEVBUF, M_WAITOK|M_ZERO);
269 struct fb_list_entry *entr
[all...]

Completed in 103 milliseconds