| /freebsd-12.1/sys/dev/bhnd/cores/chipc/ |
| H A D | chipc_slicer.c | 89 if (device_get_devclass(dev) != devclass_find("cfi")) in chipc_slicer_cfi() 98 if (device_get_devclass(parent) != devclass_find("bhnd_chipc")) { in chipc_slicer_cfi() 130 if (device_get_devclass(chipc) != devclass_find("bhnd_chipc")) { in chipc_slicer_spi()
|
| H A D | bhnd_pmu_chipc.c | 77 if (device_get_devclass(chipc) != devclass_find("bhnd_chipc")) in bhnd_pmu_chipc_probe()
|
| /freebsd-12.1/sys/dev/vnic/ |
| H A D | thunder_bgx_fdt.c | 293 KASSERT(device_get_devclass(device_get_parent(dev)) == pci_class, in bgx_find_root_pcib() 302 if (device_get_devclass(bus) != pci_class) in bgx_find_root_pcib() 313 if (device_get_devclass(device_get_parent(pcib)) != pci_class) in bgx_find_root_pcib()
|
| /freebsd-12.1/sys/dev/ata/ |
| H A D | ata-pci.c | 228 if (device_get_devclass(child) == ata_devclass) { in ata_pci_alloc_resource() 286 if (device_get_devclass(child) == ata_devclass) { in ata_pci_release_resource() 344 if (device_get_devclass(child) == ata_devclass) in ata_pci_setup_intr() 367 if (device_get_devclass(child) == ata_devclass) in ata_pci_teardown_intr()
|
| H A D | ata-all.c | 1180 if (device_get_devclass(device_get_parent(parent)) == in ataaction()
|
| /freebsd-12.1/sys/amd64/vmm/io/ |
| H A D | iommu.c | 230 device_get_devclass(dev) == dc) in iommu_init()
|
| /freebsd-12.1/sys/dev/bhnd/ |
| H A D | bhnd_subr.c | 606 KASSERT(device_get_devclass(device_get_parent(dev)) == bhnd_devclass, in bhnd_find_bridge_root() 614 if (device_get_devclass(parent) == bhndb_class) in bhnd_find_bridge_root() 627 if (bus != NULL && device_get_devclass(bus) == bus_class) in bhnd_find_bridge_root() 871 if (device_get_devclass(parent) != bhnd_devclass) { in bhnd_device_matches()
|
| /freebsd-12.1/sys/dev/sound/isa/ |
| H A D | gusc.c | 436 devclass = device_get_devclass(child); in gusc_setup_intr() 458 devclass = device_get_devclass(scp->dev); in find_masterdev()
|
| /freebsd-12.1/sys/compat/linsysfs/ |
| H A D | linsysfs.c | 421 devclass = device_get_devclass(parent); in linsysfs_run_bus() 514 devclass = device_get_devclass(dev); in linsysfs_run_bus()
|
| /freebsd-12.1/sys/x86/iommu/ |
| H A D | intel_drv.c | 622 if (device_get_devclass(device_get_parent(pcib)) != in dmar_dev_depth() 643 if (device_get_devclass(device_get_parent(pcib)) != in dmar_dev_path() 775 if (device_get_devclass(device_get_parent(dev)) != in dmar_find()
|
| H A D | intel_intrmap.c | 246 src_class = device_get_devclass(src); in dmar_ir_find()
|
| H A D | busdma_dmar.c | 142 KASSERT(device_get_devclass(pci) == pci_class, in dmar_get_requester() 158 if (device_get_devclass(pcip) != pci_class) in dmar_get_requester()
|
| /freebsd-12.1/sys/dev/bhnd/cores/chipc/pwrctl/ |
| H A D | bhnd_pwrctl.c | 96 if (device_get_devclass(chipc) != devclass_find("bhnd_chipc")) in bhnd_pwrctl_probe()
|
| /freebsd-12.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_pci.c | 143 devclass = device_get_devclass(parent); in linux_pci_attach()
|
| /freebsd-12.1/sys/dev/bhnd/cores/pmu/ |
| H A D | bhnd_pmu.c | 127 if (device_get_devclass(bus) == bhnd_class) in bhnd_pmu_attach()
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fwdump.c | 242 if (device_get_devclass(dev) != mlx5_core_driver.bsdclass) in mlx5_dbsf_to_core()
|
| /freebsd-12.1/sys/mips/broadcom/ |
| H A D | bcm_mips.c | 509 if (device_get_devclass(bus) == bhnd_class) in bcm_mips_find_bhnd_parent()
|
| /freebsd-12.1/sys/dev/pci/ |
| H A D | vga_pci.c | 117 if (device_get_devclass(device_get_parent(pcib)) == in vga_pci_is_boot_display()
|
| H A D | pci.c | 4365 if (device_get_devclass(device_get_parent(device_get_parent(dev))) != in pci_attach_common() 6177 KASSERT(device_get_devclass(device_get_parent(dev)) == pci_class, in pci_find_pcie_root_port() 6197 if (device_get_devclass(device_get_parent(pcib)) != pci_class) in pci_find_pcie_root_port()
|
| /freebsd-12.1/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_pci.c | 284 for (bus_devclass = device_get_devclass(parent_bus); in bhndb_pci_probe() 1334 device_get_devclass(dev), eio, hint, &p->cid); in bhndb_pci_probe_alloc()
|
| /freebsd-12.1/sys/dev/ichwd/ |
| H A D | ichwd.c | 570 if (pci == NULL || device_get_devclass(pci) != devclass_find("pci")) in ichwd_find_ich_lpc_bridge()
|
| /freebsd-12.1/sys/arm64/cavium/ |
| H A D | thunder_pcie_pem.c | 767 if (device_get_devclass(parent) == pci_class) in thunder_pem_attach()
|
| /freebsd-12.1/sys/sys/ |
| H A D | bus.h | 596 devclass_t device_get_devclass(device_t dev);
|
| /freebsd-12.1/sys/dev/xen/netback/ |
| H A D | netback.c | 1129 devclass_get_name(device_get_devclass(dev))); in xnb_probe()
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_bus.c | 2342 device_get_devclass(device_t dev) in device_get_devclass() function 3084 dc = device_get_devclass(dev); in device_set_unit()
|