Home
last modified time | relevance | path

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

/src/sys/dev/usb/video/
H A Dudl.h68 device_t sc_fbdev; member
H A Dudl.c426 sc->sc_fbdev = device_add_child(dev, "fbd", DEVICE_UNIT_ANY); in udl_attach()
427 if (sc->sc_fbdev == NULL) in udl_attach()
429 if (device_probe_and_attach(sc->sc_fbdev) != 0) in udl_attach()