Home
last modified time | relevance | path

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

/trueos/sys/dev/ata/
HData-pci.c225 if (device_get_devclass(child) == ata_devclass) { in ata_pci_alloc_resource()
283 if (device_get_devclass(child) == ata_devclass) { in ata_pci_release_resource()
341 if (device_get_devclass(child) == ata_devclass) in ata_pci_setup_intr()
364 if (device_get_devclass(child) == ata_devclass) in ata_pci_teardown_intr()
HData-all.c1103 if (device_get_devclass(device_get_parent(parent)) == in ataaction()
/trueos/sys/compat/linsysfs/
HDlinsysfs.c157 devclass = device_get_devclass(parent); in linsysfs_run_bus()
/trueos/sys/dev/sound/isa/
HDgusc.c438 devclass = device_get_devclass(child); in gusc_setup_intr()
462 devclass = device_get_devclass(scp->dev); in find_masterdev()
/trueos/sys/x86/iommu/
HDintel_drv.c602 if (device_get_devclass(device_get_parent(pcib)) != in dmar_dev_depth()
621 if (device_get_devclass(device_get_parent(pcib)) != in dmar_dev_path()
872 if (device_get_devclass(device_get_parent(pcib)) != in dmar_path_dev()
HDbusdma_dmar.c118 KASSERT(device_get_devclass(pci) == pci_class, in dmar_get_requester()
134 if (device_get_devclass(pcip) != pci_class) in dmar_get_requester()
/trueos/sys/dev/pci/
HDvga_pci.c113 if (device_get_devclass(device_get_parent(pcib)) == in vga_pci_is_boot_display()
HDpci.c3601 if (device_get_devclass(device_get_parent(device_get_parent(dev))) != in pci_attach_common()
/trueos/sys/sys/
HDbus.h440 devclass_t device_get_devclass(device_t dev);
/trueos/sys/kern/
HDsubr_bus.c2285 device_get_devclass(device_t dev) in device_get_devclass() function
2972 dc = device_get_devclass(dev); in device_set_unit()
/trueos/share/man/man9/
HDMakefile86 device_get_devclass.9 \
/trueos/sys/dev/xen/netback/
HDnetback.c1138 devclass_get_name(device_get_devclass(dev))); in xnb_probe()
/trueos/sys/dev/bge/
HDif_bge.c3223 if (device_get_devclass(dev) != pcib) in bge_mbox_reorder()
3236 if (device_get_devclass(bus) != pci) in bge_mbox_reorder()