|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Classes | |
| struct | uacpi_mapped_gas |
Typedefs | |
| typedef struct uacpi_mapped_gas | uacpi_mapped_gas |
| 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 626 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 597 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 832 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 1048 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 1080 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 114 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 459 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 989 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 1021 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 930 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 956 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 889 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 149 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 576 of file io.c.
Referenced by access_field_unit(), and object_assign_with_implicit_cast().