video.c | 198 static void video_attach(device_t, device_t, void *); 228 video_match, video_attach, video_detach, video_activate); 344 video_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void 367 DPRINTF(("video_attach: sc=%p hwif=%p\n", sc, sc->hw_if));
|