Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/fb/
H A Dfbd.c57 LIST_HEAD(fb_list_head_t, fb_list_entry) fb_list_head =
59 struct fb_list_entry { struct
62 LIST_ENTRY(fb_list_entry) fb_list; argument
187 fb_init(struct fb_list_entry *entry, int unit) in fb_init()
203 struct fb_list_entry *entry; in fbd_list()
216 static struct fb_list_entry *
219 struct fb_list_entry *entry, *tmp; in fbd_find()
233 struct fb_list_entry *entry; in fbd_register()
246 entry = malloc(sizeof(struct fb_list_entry), M_DEVBUF, M_WAITOK|M_ZERO); in fbd_register()
267 struct fb_list_entry *entry, *tmp; in fbd_unregister()