Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_dcu4.c197 device_t sc_fbd; /* fbd child */ member
435 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()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c80 device_t sc_fbd; /* fbd child */ member
310 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()