PCI_BUS_MATCH

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

pci_bus_match - Tell if a PCI device structure has a matching PCI device id structure  

SYNOPSIS

"SYNOPSIS"

int pci_bus_match (struct device * dev, struct device_driver * drv);  

ARGUMENTS

dev
the PCI device structure to match against
drv
-- undescribed --
 

DESCRIPTION

Used by a driver to check whether a PCI device present in the system is in its list of supported devices.Returns the matching pci_device_id structure or NULL if there is no match.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:36 GMT, October 09, 2005