Lines Matching full:capability
95 .Fn pci_find_cap "device_t dev" "int capability" "int *capreg"
101 .Fn pci_find_extcap "device_t dev" "int capability" "int *capreg"
103 .Fn pci_find_htcap "device_t dev" "int capability" "int *capreg"
105 .Fn pci_find_next_cap "device_t dev" "int capability" "int start" "int *capreg"
107 .Fn pci_find_next_extcap "device_t dev" "int capability" "int start" "int *capreg"
109 .Fn pci_find_next_htcap "device_t dev" "int capability" "int start" "int *capreg"
224 capability register set of device
243 capability register set of device
255 to a register in the PCI-express capability register set of device
322 function is used to locate the first instance of a PCI capability
325 The capability to locate is specified by ID via
326 .Fa capability .
329 for standard capability IDs are defined in
331 If the capability is found, then
333 is set to the offset in configuration space of the capability register set,
337 If the capability is not found or the device does not support capabilities,
342 function is used to locate the next instance of a PCI capability
360 extended capability register set for the device
362 The extended capability to locate is specified by ID via
363 .Fa capability .
366 for standard extended capability IDs are defined in
368 If the extended capability is found, then
370 is set to the offset in configuration space of the extended capability
374 If the extended capability is not found or the device is not a
381 extended capability register set for the device
397 function is used to locate the first instance of a HyperTransport capability
400 The capability to locate is specified by type via
401 .Fa capability .
404 for standard HyperTransport capability types are defined in
406 If the capability is found, then
408 is set to the offset in configuration space of the capability register set,
412 If the capability is not found or the device is not a HyperTransport device,
417 function is used to locate the next instance of a HyperTransport capability