Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Dfbd.c56 LIST_HEAD(fb_list_head_t, fb_list_entry) fb_list_head =
58 struct fb_list_entry { struct
61 LIST_ENTRY(fb_list_entry) fb_list; argument
186 fb_init(struct fb_list_entry *entry, int unit) in fb_init()
202 struct fb_list_entry *entry; in fbd_list()
215 static struct fb_list_entry *
218 struct fb_list_entry *entry, *tmp; in fbd_find()
232 struct fb_list_entry *entry; in fbd_register()
245 entry = malloc(sizeof(struct fb_list_entry), M_DEVBUF, M_WAITOK|M_ZERO); in fbd_register()
266 struct fb_list_entry *entry, *tmp; in fbd_unregister()