Home
last modified time | relevance | path

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

1234567

/freebsd-13-stable/sys/sys/
HDkobj.h115 DEFINE_CLASS_0(name, name ## _class, methods, size)
122 #define DEFINE_CLASS_0(name, classvar, methods, size) \ macro
/freebsd-13-stable/sys/dev/dpaa2/
HDmemac_mdio_fdt.c154 DEFINE_CLASS_0(memacphy_fdt, memacphy_fdt_driver, memacphy_fdt_methods,
298 DEFINE_CLASS_0(memac_mdio_fdt, memac_mdio_fdt_driver, memac_mdio_fdt_methods,
HDmemac_mdio_acpi.c154 DEFINE_CLASS_0(memacphy_acpi, memacphy_acpi_driver, memacphy_acpi_methods,
300 DEFINE_CLASS_0(memac_mdio_acpi, memac_mdio_acpi_driver, memac_mdio_acpi_methods,
/freebsd-13-stable/sys/x86/pci/
HDqpi.c217 DEFINE_CLASS_0(qpi, qpi_driver, qpi_methods, 0);
314 DEFINE_CLASS_0(pcib, qpi_pcib_driver, qpi_pcib_methods, 0);
HDpci_bus.c672 DEFINE_CLASS_0(pcib, legacy_pcib_driver, legacy_pcib_methods, 1);
715 DEFINE_CLASS_0(pcibus_pnp, pcibus_pnp_driver, pcibus_pnp_methods, 1);
/freebsd-13-stable/sys/arm64/coresight/
HDcoresight_replicator.c125 DEFINE_CLASS_0(replicator, replicator_driver, replicator_methods,
HDcoresight_funnel.c141 DEFINE_CLASS_0(funnel, funnel_driver, funnel_methods,
/freebsd-13-stable/sys/powerpc/powernv/
HDpowernv_xscom.c122 DEFINE_CLASS_0(powernv_xscom, powernv_xscom_driver, powernv_xscom_methods,
HDpowernv_centaur.c122 DEFINE_CLASS_0(powernv_centaur, powernv_centaur_driver, powernv_centaur_methods,
HDopal_i2cm.c123 DEFINE_CLASS_0(opal_i2cm, opal_i2cm_driver, opal_i2cm_methods,
/freebsd-13-stable/sys/dev/xen/xenstore/
HDxenstored_dev.c158 DEFINE_CLASS_0(xsd_dev, xsd_dev_driver, xsd_dev_methods, 0);
/freebsd-13-stable/sys/dev/hid/
HDhsctrl.c101 DEFINE_CLASS_0(hsctrl, hsctrl_driver, hsctrl_methods, sizeof(struct hidmap));
HDps4dshock.c1369 DEFINE_CLASS_0(ps4dsacc, ps4dsacc_driver, ps4dsacc_methods,
1372 DEFINE_CLASS_0(ps4dshead, ps4dshead_driver, ps4dshead_methods,
1375 DEFINE_CLASS_0(ps4dsmtp, ps4dsmtp_driver, ps4dsmtp_methods,
1378 DEFINE_CLASS_0(ps4dshock, ps4dshock_driver, ps4dshock_methods,
HDxb360gp.c172 DEFINE_CLASS_0(xb360gp, xb360gp_driver, xb360gp_methods,
/freebsd-13-stable/sys/xen/xenbus/
HDxenbusb_front.c188 DEFINE_CLASS_0(xenbusb_front, xenbusb_front_driver, xenbusb_front_methods,
HDxenbusb_back.c311 DEFINE_CLASS_0(xenbusb_back, xenbusb_back_driver, xenbusb_back_methods,
/freebsd-13-stable/sys/arm64/broadcom/brcmmdio/
HDmdio_ns2_pcie_phy.c67 DEFINE_CLASS_0(ns2_pcie_phy, ns2_pcie_phy_fdt_driver, ns2_pcie_phy_fdt_methods,
/freebsd-13-stable/sys/dev/etherswitch/
HDmiiproxy.c430 DEFINE_CLASS_0(miiproxy, miiproxy_driver, miiproxy_methods,
432 DEFINE_CLASS_0(mdioproxy, mdioproxy_driver, mdioproxy_methods,
/freebsd-13-stable/sys/dev/goldfish/
HDgoldfish_rtc.c180 DEFINE_CLASS_0(goldfish_rtc, goldfish_rtc_driver, goldfish_rtc_methods,
/freebsd-13-stable/sys/dev/bhnd/
HDbhnd_erom.h112 DEFINE_CLASS_0(name, classvar, methods, size); \
/freebsd-13-stable/sys/dev/extres/syscon/
HDsyscon_power.c193 DEFINE_CLASS_0(syscon_power, syscon_power_driver, syscon_power_methods,
/freebsd-13-stable/sys/dev/bhnd/bhndb/
HDbhnd_bhndb.c190 DEFINE_CLASS_0(bhnd, bhnd_bhndb_driver, bhnd_bhndb_methods, 0);
/freebsd-13-stable/sys/arm/nvidia/
HDtegra_abpmisc.c188 static DEFINE_CLASS_0(abpmisc, tegra_abpmisc_driver, tegra_abpmisc_methods,
/freebsd-13-stable/sys/dev/bhnd/nvram/
HDbhnd_sprom.c247 DEFINE_CLASS_0(bhnd_nvram_store, bhnd_sprom_driver, bhnd_sprom_methods, sizeof(struct bhnd_sprom_so…
/freebsd-13-stable/sys/mips/broadcom/
HDbhnd_nexus.c277 DEFINE_CLASS_0(bhnd, bhnd_nexus_driver, bhnd_nexus_methods,

1234567