HomeSort by: relevance | last modified time | path
    Searched defs:video_attach (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/
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));

Completed in 155 milliseconds