#include <device.h>
Public Attributes | |
| struct machine * | machine |
| char * | name |
| char * | name2 |
| uint64_t | addr |
| uint64_t | addr2 |
| uint64_t | len |
| char * | interrupt_path |
| int | in_use |
| int | addr_mult |
| int | pci_little_endian |
| void * | return_ptr |
| int devinit::addr_mult |
Definition at line 53 of file device.h.
Referenced by device_add(), and DEVINIT().
| int devinit::in_use |
Definition at line 52 of file device.h.
Referenced by device_add(), and DEVINIT().
| char* devinit::interrupt_path |
Definition at line 50 of file device.h.
Referenced by device_add(), and DEVINIT().
| uint64_t devinit::len |
Definition at line 48 of file device.h.
Referenced by device_add(), and DEVINIT().
| struct machine* devinit::machine |
Definition at line 41 of file device.h.
Referenced by add_cmmu_for_cpu(), device_add(), and DEVINIT().
| char* devinit::name |
Definition at line 43 of file device.h.
Referenced by device_add(), and DEVINIT().
1.8.17