|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <io.h>

Public Attributes | |
| uacpi_handle | mapping |
| uacpi_u8 | access_bit_width |
| uacpi_u8 | total_bit_width |
| uacpi_u8 | bit_offset |
| uacpi_status(* | read )(uacpi_handle, uacpi_size offset, uacpi_u8 width, uacpi_u64 *out) |
| uacpi_status(* | write )(uacpi_handle, uacpi_size offset, uacpi_u8 width, uacpi_u64 in) |
| void(* | unmap )(uacpi_handle, uacpi_size) |
| uacpi_u8 uacpi_mapped_gas::access_bit_width |
Definition at line 11 of file io.h.
Referenced by uacpi_gas_read_mapped(), uacpi_gas_write_mapped(), uacpi_map_gas_noalloc(), and uacpi_unmap_gas_nofree().
| uacpi_u8 uacpi_mapped_gas::bit_offset |
Definition at line 13 of file io.h.
Referenced by uacpi_gas_read_mapped(), uacpi_gas_write_mapped(), and uacpi_map_gas_noalloc().
| uacpi_handle uacpi_mapped_gas::mapping |
Definition at line 10 of file io.h.
Referenced by uacpi_gas_read_mapped(), uacpi_gas_write_mapped(), uacpi_map_gas_noalloc(), and uacpi_unmap_gas_nofree().
| uacpi_status(* uacpi_mapped_gas::read) (uacpi_handle, uacpi_size offset, uacpi_u8 width, uacpi_u64 *out) |
Definition at line 15 of file io.h.
Referenced by uacpi_gas_read_mapped(), and uacpi_map_gas_noalloc().
| uacpi_u8 uacpi_mapped_gas::total_bit_width |
Definition at line 12 of file io.h.
Referenced by uacpi_gas_read_mapped(), uacpi_gas_write_mapped(), and uacpi_map_gas_noalloc().
| void(* uacpi_mapped_gas::unmap) (uacpi_handle, uacpi_size) |
Definition at line 22 of file io.h.
Referenced by uacpi_map_gas_noalloc(), and uacpi_unmap_gas_nofree().
| uacpi_status(* uacpi_mapped_gas::write) (uacpi_handle, uacpi_size offset, uacpi_u8 width, uacpi_u64 in) |
Definition at line 18 of file io.h.
Referenced by uacpi_gas_write_mapped(), and uacpi_map_gas_noalloc().