Lines Matching +defs:val +defs:resources
57 int __apei_exec_read_register(struct acpi_whea_header *entry, u64 *val) in __apei_exec_read_register()
74 u64 val = 0; in apei_exec_read_register() local
99 int __apei_exec_write_register(struct acpi_whea_header *entry, u64 val) in __apei_exec_write_register()
380 void apei_resources_fini(struct apei_resources *resources) in apei_resources_fini()
409 int apei_resources_add(struct apei_resources *resources, in apei_resources_add()
439 struct apei_resources *resources = data; in apei_get_res_callback() local
443 static int apei_get_nvs_resources(struct apei_resources *resources) in apei_get_nvs_resources()
450 static int apei_get_arch_resources(struct apei_resources *resources) in apei_get_arch_resources()
461 int apei_resources_request(struct apei_resources *resources, in apei_resources_request()
552 void apei_resources_release(struct apei_resources *resources) in apei_resources_release()
645 int apei_read(u64 *val, struct acpi_generic_address *reg) in apei_read()
679 int apei_write(u64 val, struct acpi_generic_address *reg) in apei_write()
714 struct apei_resources *resources = data; in collect_res_callback() local
745 struct apei_resources *resources) in apei_exec_collect_resources()