Home
last modified time | relevance | path

Searched refs:DEFINE_CLASS_0 (Results 1 – 25 of 71) sorted by relevance

123

/f-stack/freebsd/sys/
H A Dkobj.h117 DEFINE_CLASS_0(name, name ## _class, methods, size)
124 #define DEFINE_CLASS_0(name, classvar, methods, size) \ macro
/f-stack/freebsd/x86/pci/
H A Dqpi.c219 DEFINE_CLASS_0(qpi, qpi_driver, qpi_methods, 0);
316 DEFINE_CLASS_0(pcib, qpi_pcib_driver, qpi_pcib_methods, 0);
H A Dpci_bus.c674 DEFINE_CLASS_0(pcib, legacy_pcib_driver, legacy_pcib_methods, 1);
721 DEFINE_CLASS_0(pcibus_pnp, pcibus_pnp_driver, pcibus_pnp_methods, 1);
/f-stack/freebsd/arm64/coresight/
H A Dcoresight_replicator.c127 DEFINE_CLASS_0(replicator, replicator_driver, replicator_methods,
H A Dcoresight_funnel.c143 DEFINE_CLASS_0(funnel, funnel_driver, funnel_methods,
H A Dcoresight_etm4x.c266 DEFINE_CLASS_0(etm, etm_driver, etm_methods, sizeof(struct etm_softc));
/f-stack/freebsd/arm64/broadcom/brcmmdio/
H A Dmdio_ns2_pcie_phy.c69 DEFINE_CLASS_0(ns2_pcie_phy, ns2_pcie_phy_fdt_driver, ns2_pcie_phy_fdt_methods,
H A Dmdio_nexus_iproc.c95 DEFINE_CLASS_0(brcm_mdionexus, brcm_mdionexus_fdt_driver, brcm_mdionexus_fdt_methods,
/f-stack/freebsd/arm/nvidia/
H A Dtegra_abpmisc.c190 static DEFINE_CLASS_0(abpmisc, tegra_abpmisc_driver, tegra_abpmisc_methods,
H A Dtegra_mc.c308 static DEFINE_CLASS_0(mc, tegra_mc_driver, tegra_mc_methods,
H A Dtegra_rtc.c298 static DEFINE_CLASS_0(rtc, tegra_rtc_driver, tegra_rtc_methods,
H A Dtegra_ehci.c317 static DEFINE_CLASS_0(ehci, ehci_driver, ehci_methods,
H A Dtegra_lic.c285 static DEFINE_CLASS_0(lic, tegra_lic_driver, tegra_lic_methods,
/f-stack/freebsd/mips/broadcom/
H A Dbhnd_nexus.c280 DEFINE_CLASS_0(bhnd, bhnd_nexus_driver, bhnd_nexus_methods,
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c265 static DEFINE_CLASS_0(tegra124_coretemp, tegra124_coretemp_driver,
/f-stack/freebsd/x86/x86/
H A Dmptable_pci.c204 DEFINE_CLASS_0(pcib, mptable_hostb_driver, mptable_hostb_methods,
/f-stack/freebsd/arm/ti/clk/
H A Dti_mux_clock.c242 DEFINE_CLASS_0(ti_mux, ti_mux_driver, ti_mux_methods,
H A Dti_divider_clock.c257 DEFINE_CLASS_0(ti_divider, ti_divider_driver, ti_divider_methods,
H A Dti_gate_clock.c259 DEFINE_CLASS_0(ti_gate, ti_gate_driver, ti_gate_methods,
H A Dti_clkctrl.c344 DEFINE_CLASS_0(ti_clkctrl, ti_clkctrl_driver, ti_clkctrl_methods,
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_coretemp.c269 static DEFINE_CLASS_0(tegra210_coretemp, tegra210_coretemp_driver,
/f-stack/freebsd/arm/ti/omap4/
H A Domap4_wugen.c245 DEFINE_CLASS_0(omap4_wugen, omap4_wugen_driver, omap4_wugen_methods,
/f-stack/freebsd/arm64/rockchip/
H A Drk_usbphy.c304 static DEFINE_CLASS_0(rk_usbphy, rk_usbphy_driver, rk_usbphy_methods,
/f-stack/freebsd/arm64/rockchip/clk/
H A Drk_cru.c309 DEFINE_CLASS_0(rk_cru, rk_cru_driver, rk_cru_methods,
/f-stack/freebsd/arm64/qoriq/clk/
H A Dqoriq_clkgen.c173 DEFINE_CLASS_0(qoriq_clkgen, qoriq_clkgen_driver, qoriq_clkgen_methods,

123