| /freebsd/sys/dev/bhnd/cores/chipc/ |
| H A D | chipc_slicer.c | 87 if (device_get_devclass(dev) != devclass_find("cfi")) in chipc_slicer_cfi() 96 if (device_get_devclass(parent) != devclass_find("bhnd_chipc")) { in chipc_slicer_cfi() 128 if (device_get_devclass(chipc) != devclass_find("bhnd_chipc")) { in chipc_slicer_spi()
|
| /freebsd/sys/dev/hid/ |
| H A D | hidbus.c | 292 is_bus = device_get_devclass(dev) == devclass_find("hidbus"); in hidbus_detach_children() 295 KASSERT(device_get_devclass(bus) == devclass_find("hidbus"), in hidbus_detach_children() 669 bus = device_get_devclass(dev) == devclass_find("hidbus") ? in hid_get_report_descr() 709 is_bus = device_get_devclass(dev) == devclass_find("hidbus"); in hid_set_report_descr() 836 is_child = device_get_devclass(dev) != devclass_find("hidbus"); in hidbus_lookup_id() 912 bus = device_get_devclass(dev) == devclass_find("hidbus") ? in hid_get_device_info()
|
| H A D | ietp.c | 466 if (device_get_devclass(iichid) != devclass_find("iichid")) in ietp_iic_identify() 497 if (device_get_devclass(iichid) != devclass_find("iichid")) in ietp_iic_probe()
|
| H A D | hmt.c | 883 if (device_get_devclass(hconf) != hconf_devclass) in hmt_set_input_mode()
|
| /freebsd/sys/dev/ata/ |
| H A D | ata-pci.c | 226 if (device_get_devclass(child) == ata_devclass) { in ata_pci_alloc_resource() 285 if (device_get_devclass(child) == ata_devclass) { in ata_pci_release_resource() 338 if (device_get_devclass(child) == ata_devclass) in ata_pci_setup_intr() 361 if (device_get_devclass(child) == ata_devclass) in ata_pci_teardown_intr()
|
| /freebsd/sys/compat/linsysfs/ |
| H A D | linsysfs.c | 277 devclass = device_get_devclass(parent); in linsysfs_run_bus() 372 devclass = device_get_devclass(dev); in linsysfs_run_bus()
|
| /freebsd/sys/amd64/vmm/io/ |
| H A D | iommu.c | 231 device_get_devclass(dev) == dc) in iommu_init()
|
| /freebsd/sys/dev/bhnd/ |
| H A D | bhnd_subr.c | 602 KASSERT(device_get_devclass(device_get_parent(dev)) == in bhnd_find_bridge_root() 611 if (device_get_devclass(parent) == bhndb_class) in bhnd_find_bridge_root() 624 if (bus != NULL && device_get_devclass(bus) == bus_class) in bhnd_find_bridge_root() 865 if (device_get_devclass(parent) != devclass_find("bhnd")) { in bhnd_device_matches()
|
| /freebsd/sys/x86/iommu/ |
| H A D | intel_intrmap.c | 249 src_class = device_get_devclass(src); in dmar_ir_find()
|
| H A D | amd_intrmap.c | 246 src_class = device_get_devclass(src); in amdiommu_ir_find()
|
| /freebsd/sys/dev/bhnd/cores/chipc/pwrctl/ |
| H A D | bhnd_pwrctl.c | 92 if (device_get_devclass(chipc) != devclass_find("bhnd_chipc")) in bhnd_pwrctl_probe()
|
| /freebsd/sys/dev/bhnd/cores/pmu/ |
| H A D | bhnd_pmu.c | 122 if (device_get_devclass(bus) == bhnd_class) in bhnd_pmu_attach()
|
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fwdump.c | 277 if (device_get_devclass(dev) != mlx5_core_driver.bsdclass) in mlx5_dbsf_to_core()
|
| /freebsd/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_pci.c | 281 for (bus_devclass = device_get_devclass(parent_bus); in bhndb_pci_probe() 1330 device_get_devclass(dev), eio, hint, &p->cid); in bhndb_pci_probe_alloc()
|
| /freebsd/sys/riscv/iommu/ |
| H A D | iommu.c | 1248 if (device_get_devclass(device_get_parent(ctx->dev)) == pci_class) { in riscv_iommu_ctx_init() 1266 if (device_get_devclass(device_get_parent(ctx->dev)) == pci_class) in riscv_iommu_ctx_init()
|
| /freebsd/sys/dev/mpt/ |
| H A D | mpt_pci.c | 291 mpt2 = devclass_get_softc(device_get_devclass(mpt->dev), mpt->unit - 1);
|
| /freebsd/sys/dev/sdio/ |
| H A D | sdiob.c | 935 bus_devclass = device_get_devclass(pdev); in sdio_newbus_sim_add()
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_cpu.c | 417 if (devclass_get_drivers(device_get_devclass(dev), &drivers, in acpi_cpu_attach()
|
| /freebsd/sys/sys/ |
| H A D | bus.h | 717 devclass_t device_get_devclass(device_t dev);
|
| /freebsd/sys/dev/xen/netback/ |
| H A D | netback.c | 1121 devclass_get_name(device_get_devclass(dev))); in xnb_probe()
|
| /freebsd/sys/kern/ |
| H A D | subr_bus.c | 1916 device_get_devclass(device_t dev) in device_get_devclass() function 2788 dc = device_get_devclass(dev); in device_set_unit()
|
| /freebsd/sys/dev/pci/ |
| H A D | pci_pci.c | 2749 if (device_get_devclass(child) != devclass_find("pci")) in pcib_reset_child()
|
| H A D | pci.c | 6998 return (device_get_devclass(device_get_parent(dev)) == pci_class); in is_pci_device()
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 114 device_get_devclass.9 \
|