Home
last modified time | relevance | path

Searched refs:fbd (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c115 device_t fbd; in bcm_fb_setup_fbd() local
152 fbd = device_add_child(sc->dev, "fbd", device_get_unit(sc->dev)); in bcm_fb_setup_fbd()
153 if (fbd == NULL) { in bcm_fb_setup_fbd()
157 } else if (device_probe_and_attach(fbd) != 0) { in bcm_fb_setup_fbd()
159 device_delete_child(sc->dev, fbd); in bcm_fb_setup_fbd()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_lcd.c834 device_t fbd = device_add_child(sc->sc_dev, "fbd", in am335x_lcd_configure() local
836 if (fbd != NULL) { in am335x_lcd_configure()
837 if (device_probe_and_attach(fbd) != 0) in am335x_lcd_configure()
/f-stack/freebsd/arm/conf/
H A DTEGRA124124 device fbd
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_ipu.c1051 device_t fbd = device_add_child(sc->sc_dev, "fbd", in ipu_init() local
1053 if (fbd == NULL) { in ipu_init()
1057 if (device_probe_and_attach(fbd) != 0) { in ipu_init()
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_host1x.c645 DRIVER_MODULE(fbd, host1x, fbd_driver, fbd_devclass, 0, 0);