Go to the source code of this file.
◆ uacpi_mapped_gas
Definition at line 15 of file io.h.
◆ uacpi_gas_read()
Definition at line 900 of file io.c.
901{
904
908
911
913}
#define uacpi_unlikely_error(expr)
void uacpi_unmap_gas_nofree(uacpi_mapped_gas *gas)
uacpi_status uacpi_map_gas_noalloc(const struct acpi_gas *gas, uacpi_mapped_gas *out_mapped)
uacpi_status uacpi_gas_read_mapped(const uacpi_mapped_gas *gas, uacpi_u64 *out_value)
GLenum GLenum GLenum GLenum mapping
◆ uacpi_gas_read_mapped()
◆ uacpi_gas_write()
Definition at line 915 of file io.c.
916{
919
923
926
928}
uacpi_status uacpi_gas_write_mapped(const uacpi_mapped_gas *gas, uacpi_u64 in_value)
◆ uacpi_gas_write_mapped()
◆ uacpi_map_gas()
Definition at line 868 of file io.c.
871{
874
878
883 }
884
887}
#define uacpi_free(mem, _)
@ UACPI_STATUS_OUT_OF_MEMORY
void * uacpi_kernel_alloc(uacpi_size size)
◆ uacpi_unmap_gas()
Definition at line 894 of file io.c.