Searched refs:ofwbus (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/sys/dev/ofw/
H A Dofwbus.c36 __FBSDID("$FreeBSD: stable/11/sys/dev/ofw/ofwbus.c 308333 2016-11-05 10:23:02Z mmel $");
62 * The ofwbus (which is a pseudo-bus actually) iterates over the nodes that
100 DEFINE_CLASS_1(ofwbus, ofwbus_driver, ofwbus_methods,
103 EARLY_DRIVER_MODULE(ofwbus, nexus, ofwbus_driver, ofwbus_devclass, 0, 0,
105 MODULE_VERSION(ofwbus, 1);
116 if (device_find_child(parent, "ofwbus", -1) == NULL)
117 BUS_ADD_CHILD(parent, 0, "ofwbus", -1);
152 * ofwbus bus starts on unamed node in FDT, so we cannot make
249 device_t ofwbus; local
251 ofwbus
[all...]
H A Dofw_cpu.c87 DRIVER_MODULE(ofw_cpulist, ofwbus, ofw_cpulist_driver, ofw_cpulist_devclass,
/freebsd-11-stable/sys/powerpc/mambo/
H A Dmambo.c78 DRIVER_MODULE(mambo, ofwbus, mambobus_driver, mambobus_devclass, 0, 0);
/freebsd-11-stable/sys/mips/mediatek/
H A Dpalmbus.c79 EARLY_DRIVER_MODULE(palmbus, ofwbus, palmbus_driver, palmbus_devclass, 0, 0,
/freebsd-11-stable/sys/dev/dpaa/
H A Ddpaa.c89 DRIVER_MODULE_ORDERED(dpaa, ofwbus, dpaa_driver, dpaa_devclass, 0, 0,
H A Dbman_fdt.c110 DRIVER_MODULE(bman_portals, ofwbus, bm_portals_driver, bm_portals_devclass, 0, 0);
H A Dqman_fdt.c110 DRIVER_MODULE(qman_portals, ofwbus, bm_portals_driver, bm_portals_devclass, 0, 0);
/freebsd-11-stable/sys/powerpc/ofw/
H A Dopenpic_ofw.c96 DRIVER_MODULE(openpic, ofwbus, openpic_ofw_driver, openpic_devclass, 0, 0);
/freebsd-11-stable/sys/arm/mv/armada38x/
H A Dpmsu.c85 DRIVER_MODULE(pmsu, ofwbus, pmsu_driver, pmsu_devclass, 0, 0);
/freebsd-11-stable/sys/powerpc/pseries/
H A Dxics.c125 EARLY_DRIVER_MODULE(xicp, ofwbus, xicp_driver, xicp_devclass, 0, 0,
127 EARLY_DRIVER_MODULE(xics, ofwbus, xics_driver, xics_devclass, 0, 0,
H A Drtas_dev.c76 DRIVER_MODULE(rtasdev, ofwbus, rtasdev_driver, rtasdev_devclass, 0, 0);
H A Drtas_pci.c103 DRIVER_MODULE(rtaspci, ofwbus, rtaspci_driver, rtaspci_devclass, 0, 0);
H A Dvdevice.c106 DRIVER_MODULE(vdevice, ofwbus, vdevice_driver, vdevice_devclass, 0, 0);
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_fdt.c89 DRIVER_MODULE(thunder_pcib, ofwbus, thunder_pcie_fdt_driver,
H A Dthunder_pcie_pem_fdt.c94 DRIVER_MODULE(thunder_pem, ofwbus, thunder_pem_fdt_driver,
/freebsd-11-stable/sys/dev/gpio/
H A Dgpioled_fdt.c228 DRIVER_MODULE(gpioled, ofwbus, gpioled_driver, gpioled_devclass, 0, 0);
/freebsd-11-stable/sys/powerpc/powermac/
H A Dgrackle.c102 DRIVER_MODULE(grackle, ofwbus, grackle_driver, grackle_devclass, 0, 0);
H A Duninorthpci.c100 DRIVER_MODULE(uninorth, ofwbus, uninorth_driver, uninorth_devclass, 0, 0);
/freebsd-11-stable/sys/riscv/riscv/
H A Dtimer.c254 EARLY_DRIVER_MODULE(timer, ofwbus, riscv_tmr_fdt_driver, riscv_tmr_fdt_devclass,
/freebsd-11-stable/sys/arm64/arm64/
H A Dgic_v3_fdt.c91 EARLY_DRIVER_MODULE(gic_v3, ofwbus, gic_v3_fdt_driver, gic_v3_fdt_devclass,
/freebsd-11-stable/sys/dev/vnic/
H A Dthunder_mdio_fdt.c65 EARLY_DRIVER_MODULE(thunder_mdio, ofwbus, thunder_mdio_fdt_driver,
/freebsd-11-stable/sys/dev/uart/
H A Duart_bus_fdt.c272 DRIVER_MODULE(uart, ofwbus, uart_fdt_driver, uart_devclass, 0, 0);
/freebsd-11-stable/sys/dev/psci/
H A Dpsci.c102 EARLY_DRIVER_MODULE(psci, ofwbus, psci_driver, psci_devclass, 0, 0,
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dtzic.c310 EARLY_DRIVER_MODULE(tzic, ofwbus, tzic_driver, tzic_devclass, 0, 0,
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c276 DRIVER_MODULE(bcm2835fb, ofwbus, bcm_fb_driver, bcm_fb_devclass, 0, 0);

Completed in 466 milliseconds

12