Lines Matching full:capability
102 .Fn pci_find_cap "device_t dev" "int capability" "int *capreg"
108 .Fn pci_find_extcap "device_t dev" "int capability" "int *capreg"
110 .Fn pci_find_htcap "device_t dev" "int capability" "int *capreg"
112 .Fn pci_find_next_cap "device_t dev" "int capability" "int start" "int *capreg"
114 .Fn pci_find_next_extcap "device_t dev" "int capability" "int start" "int *capreg"
116 .Fn pci_find_next_htcap "device_t dev" "int capability" "int start" "int *capreg"
233 capability register set of device
252 capability register set of device
264 to a register in the PCI-express capability register set of device
331 function is used to locate the first instance of a PCI capability
334 The capability to locate is specified by ID via
335 .Fa capability .
338 for standard capability IDs are defined in
340 If the capability is found, then
342 is set to the offset in configuration space of the capability register set,
346 If the capability is not found or the device does not support capabilities,
351 function is used to locate the next instance of a PCI capability
375 extended capability register set for the device
377 The extended capability to locate is specified by ID via
378 .Fa capability .
381 for standard extended capability IDs are defined in
383 If the extended capability is found, then
385 is set to the offset in configuration space of the extended capability
389 If the extended capability is not found or the device is not a
396 extended capability register set for the device
412 function is used to locate the first instance of a HyperTransport capability
415 The capability to locate is specified by type via
416 .Fa capability .
419 for standard HyperTransport capability types are defined in
421 If the capability is found, then
423 is set to the offset in configuration space of the capability register set,
427 If the capability is not found or the device is not a HyperTransport device,
432 function is used to locate the next instance of a HyperTransport capability