Lines Matching defs:feature
93 enum pci_feature feature);
854 device_printf(dev, "Unable to activate hot plug feature.\n");
2660 enum pci_feature feature)
2664 * every valid feature requested.
2666 switch (feature) {
2678 pcib_request_feature(device_t dev, enum pci_feature feature)
2685 return (PCIB_REQUEST_FEATURE(dev, dev, feature));
2689 * Pass the request to use this PCI feature up the tree. Either there's a
2690 * firmware like ACPI that's using this feature that will approve (or deny) the
2693 * to make use of the feature or render it harmless.
2697 enum pci_feature feature)
2707 return (PCIB_REQUEST_FEATURE(device_get_parent(bus), dev, feature));