Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Diommu.c231 device_get_devclass(dev) == dc) in iommu_init()
/f-stack/freebsd/x86/iommu/
H A Dintel_intrmap.c249 src_class = device_get_devclass(src); in dmar_ir_find()
H A Dintel_drv.c621 if (device_get_devclass(device_get_parent(pcib)) != in dmar_dev_depth()
642 if (device_get_devclass(device_get_parent(pcib)) != in dmar_dev_path()
774 if (device_get_devclass(device_get_parent(dev)) != in dmar_find()
/f-stack/freebsd/mips/broadcom/
H A Dbcm_mips.c508 if (device_get_devclass(bus) == bhnd_class) in bcm_mips_find_bhnd_parent()
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c765 if (device_get_devclass(parent) == pci_class) in thunder_pem_attach()
/f-stack/freebsd/sys/
H A Dbus.h587 devclass_t device_get_devclass(device_t dev);
/f-stack/freebsd/kern/
H A Dsubr_bus.c2318 device_get_devclass(device_t dev) in device_get_devclass() function
3092 dc = device_get_devclass(dev); in device_set_unit()