Searched refs:fbd (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fbd.c | 115 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 D | am335x_lcd.c | 834 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 D | TEGRA124 | 124 device fbd
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_ipu.c | 1051 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 D | tegra_host1x.c | 645 DRIVER_MODULE(fbd, host1x, fbd_driver, fbd_devclass, 0, 0);
|