#include <pci.h>
|
| Address (unsigned int bus, unsigned int device, unsigned int function) |
|
unsigned int | Bus () const |
|
unsigned int | Device () const |
|
unsigned int | Function () const |
|
std::string | Id () const |
|
◆ Address()
cuttlefish::pci::Address::Address |
( |
unsigned int |
bus, |
|
|
unsigned int |
device, |
|
|
unsigned int |
function |
|
) |
| |
◆ Bus()
unsigned int cuttlefish::pci::Address::Bus |
( |
| ) |
const |
|
inline |
◆ Device()
unsigned int cuttlefish::pci::Address::Device |
( |
| ) |
const |
|
inline |
◆ Function()
unsigned int cuttlefish::pci::Address::Function |
( |
| ) |
const |
|
inline |
◆ Id()
std::string cuttlefish::pci::Address::Id |
( |
| ) |
const |
|
inline |
◆ bus_
unsigned int cuttlefish::pci::Address::bus_ |
|
private |
◆ device_
unsigned int cuttlefish::pci::Address::device_ |
|
private |
◆ function_
unsigned int cuttlefish::pci::Address::function_ |
|
private |
The documentation for this class was generated from the following files:
- cuttlefish/host/libs/vm_manager/pci.h
- cuttlefish/host/libs/vm_manager/pci.cpp