|
ReactOS 0.4.17-dev-683-g0dafdc5
|


Go to the source code of this file.
Classes | |
| struct | uacpi_mapped_gas |
Typedefs | |
| typedef struct uacpi_mapped_gas | uacpi_mapped_gas |
| #define uacpi_mmio_read16 uacpi_builtin_mmio_read16 |
| #define uacpi_mmio_read32 uacpi_builtin_mmio_read32 |
| #define uacpi_mmio_read64 uacpi_builtin_mmio_read64 |
| #define uacpi_mmio_read8 uacpi_builtin_mmio_read8 |
| #define uacpi_mmio_write16 uacpi_builtin_mmio_write16 |
| #define uacpi_mmio_write32 uacpi_builtin_mmio_write32 |
| #define uacpi_mmio_write64 uacpi_builtin_mmio_write64 |
| #define uacpi_mmio_write8 uacpi_builtin_mmio_write8 |
| typedef struct uacpi_mapped_gas uacpi_mapped_gas |
| uacpi_status uacpi_field_unit_get_bit_length | ( | struct uacpi_field_unit * | field, |
| uacpi_size * | out_length | ||
| ) |
Definition at line 721 of file io.c.
Referenced by field_byte_size().
| uacpi_status uacpi_field_unit_get_read_type | ( | struct uacpi_field_unit * | field, |
| uacpi_object_type * | out_type | ||
| ) |
Definition at line 692 of file io.c.
Referenced by field_get_read_type().
| uacpi_status uacpi_map_gas_noalloc | ( | const struct acpi_gas * | gas, |
| uacpi_mapped_gas * | out_mapped | ||
| ) |
Definition at line 927 of file io.c.
Referenced by create_gpe_block(), map_one(), uacpi_gas_read(), uacpi_gas_write(), and uacpi_map_gas().
| uacpi_status uacpi_pci_read | ( | uacpi_handle | handle, |
| uacpi_size | offset, | ||
| uacpi_u8 | width, | ||
| uacpi_u64 * | out | ||
| ) |
Definition at line 1185 of file io.c.
Referenced by pci_region_do_rw().
| uacpi_status uacpi_pci_write | ( | uacpi_handle | handle, |
| uacpi_size | offset, | ||
| uacpi_u8 | width, | ||
| uacpi_u64 | in | ||
| ) |
Definition at line 1217 of file io.c.
Referenced by pci_region_do_rw().
| void uacpi_read_buffer_field | ( | const uacpi_buffer_field * | field, |
| void * | dst | ||
| ) |
Definition at line 113 of file io.c.
Referenced by handle_field_read(), and handle_inc_dec().
| uacpi_status uacpi_read_field_unit | ( | uacpi_field_unit * | field, |
| void * | dst, | ||
| uacpi_size | size, | ||
| uacpi_data_view * | wtr_response | ||
| ) |
Definition at line 530 of file io.c.
Referenced by access_field_unit(), handle_field_read(), and handle_inc_dec().
| uacpi_size uacpi_round_up_bits_to_bytes | ( | uacpi_size | bit_length | ) |
Definition at line 11 of file io.c.
Referenced by do_misaligned_buffer_read(), field_byte_size(), uacpi_read_buffer_field(), uacpi_read_field_unit(), and uacpi_write_buffer_field().
| uacpi_status uacpi_system_io_read | ( | uacpi_handle | handle, |
| uacpi_size | offset, | ||
| uacpi_u8 | width, | ||
| uacpi_u64 * | out | ||
| ) |
Definition at line 1126 of file io.c.
Referenced by io_region_do_rw(), and uacpi_map_gas_noalloc().
| uacpi_status uacpi_system_io_write | ( | uacpi_handle | handle, |
| uacpi_size | offset, | ||
| uacpi_u8 | width, | ||
| uacpi_u64 | in | ||
| ) |
Definition at line 1158 of file io.c.
Referenced by io_region_do_rw(), and uacpi_map_gas_noalloc().
| uacpi_status uacpi_system_memory_read | ( | void * | ptr, |
| uacpi_size | offset, | ||
| uacpi_u8 | width, | ||
| uacpi_u64 * | out | ||
| ) |
Definition at line 1067 of file io.c.
Referenced by memory_region_do_rw(), table_data_region_do_rw(), and uacpi_map_gas_noalloc().
| uacpi_status uacpi_system_memory_write | ( | void * | ptr, |
| uacpi_size | offset, | ||
| uacpi_u8 | width, | ||
| uacpi_u64 | in | ||
| ) |
Definition at line 1093 of file io.c.
Referenced by memory_region_do_rw(), table_data_region_do_rw(), and uacpi_map_gas_noalloc().
| void uacpi_unmap_gas_nofree | ( | uacpi_mapped_gas * | gas | ) |
Definition at line 984 of file io.c.
Referenced by uacpi_deinitialize_registers(), uacpi_gas_read(), uacpi_gas_write(), uacpi_unmap_gas(), and uninstall_gpe_block().
| void uacpi_write_buffer_field | ( | uacpi_buffer_field * | field, |
| const void * | src, | ||
| uacpi_size | size | ||
| ) |
Definition at line 148 of file io.c.
Referenced by object_assign_with_implicit_cast().
| uacpi_status uacpi_write_field_unit | ( | uacpi_field_unit * | field, |
| const void * | src, | ||
| uacpi_size | size, | ||
| uacpi_data_view * | wtr_response | ||
| ) |
Definition at line 662 of file io.c.
Referenced by access_field_unit(), and object_assign_with_implicit_cast().