Rechercher une page de manuel
pci_find_next_ht_capability
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
pci_find_next_ht_capability - query a device's Hypertransport capabilitiesSYNOPSIS
- int pci_find_next_ht_capability(struct pci_dev * dev, int pos, int ht_cap);
ARGUMENTS
dev
- PCI device to query
pos
- Position from which to continue searching
ht_cap
- Hypertransport capability code
DESCRIPTION
To be used in conjunction with pci_find_ht_capability to search for all capabilities matching ht_cap. pos should always be a value returned from pci_find_ht_capability.
NB. To be 100% safe against broken PCI devices, the caller should take steps to avoid an infinite loop.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre