Home
last modified time | relevance | path

Searched refs:device_get_devclass (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_slicer.c87 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 Dhidbus.c292 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 Dietp.c466 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 Dhmt.c883 if (device_get_devclass(hconf) != hconf_devclass) in hmt_set_input_mode()
/freebsd/sys/dev/ata/
H A Data-pci.c226 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 Dlinsysfs.c277 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 Diommu.c231 device_get_devclass(dev) == dc) in iommu_init()
/freebsd/sys/dev/bhnd/
H A Dbhnd_subr.c602 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 Dintel_intrmap.c249 src_class = device_get_devclass(src); in dmar_ir_find()
H A Damd_intrmap.c246 src_class = device_get_devclass(src); in amdiommu_ir_find()
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c92 if (device_get_devclass(chipc) != devclass_find("bhnd_chipc")) in bhnd_pwrctl_probe()
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.c122 if (device_get_devclass(bus) == bhnd_class) in bhnd_pmu_attach()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c277 if (device_get_devclass(dev) != mlx5_core_driver.bsdclass) in mlx5_dbsf_to_core()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c281 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 Diommu.c1248 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 Dmpt_pci.c291 mpt2 = devclass_get_softc(device_get_devclass(mpt->dev), mpt->unit - 1);
/freebsd/sys/dev/sdio/
H A Dsdiob.c935 bus_devclass = device_get_devclass(pdev); in sdio_newbus_sim_add()
/freebsd/sys/dev/acpica/
H A Dacpi_cpu.c417 if (devclass_get_drivers(device_get_devclass(dev), &drivers, in acpi_cpu_attach()
/freebsd/sys/sys/
H A Dbus.h717 devclass_t device_get_devclass(device_t dev);
/freebsd/sys/dev/xen/netback/
H A Dnetback.c1121 devclass_get_name(device_get_devclass(dev))); in xnb_probe()
/freebsd/sys/kern/
H A Dsubr_bus.c1916 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 Dpci_pci.c2749 if (device_get_devclass(child) != devclass_find("pci")) in pcib_reset_child()
H A Dpci.c6998 return (device_get_devclass(device_get_parent(dev)) == pci_class); in is_pci_device()
/freebsd/share/man/man9/
H A DMakefile114 device_get_devclass.9 \