Searched refs:sc_fbd (Results 1 – 2 of 2) sorted by relevance
197 device_t sc_fbd; /* fbd child */ member435 sc->sc_fbd = device_add_child(dev, "fbd", device_get_unit(dev)); in dcu_attach()436 if (sc->sc_fbd == NULL) in dcu_attach()439 if (device_probe_and_attach(sc->sc_fbd) != 0) { in dcu_attach()
80 device_t sc_fbd; /* fbd child */ member310 sc->sc_fbd = device_add_child(dev, "fbd", device_get_unit(dev)); in ipu3_fb_attach()311 if (sc->sc_fbd == NULL) in ipu3_fb_attach()