Home
last modified time | relevance | path

Searched refs:syndrome_data (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/acpi/apei/
H A Deinj-core.c115 static struct syndrome_array *syndrome_data; variable
582 if (is_end_of_list(syndrome_data[i].comp_id.acpi_id)) in __einj_error_inject()
585 syndrome_data[i].comp_id; in __einj_error_inject()
587 syndrome_data[i].comp_synd; in __einj_error_inject()
1024 syndrome_data = kcalloc(max_nr_components, sizeof(syndrome_data[0]), GFP_KERNEL); in setup_einjv2_component_files()
1025 if (!syndrome_data) in setup_einjv2_component_files()
1031 &syndrome_data[i].comp_id, &u128_fops); in setup_einjv2_component_files()
1034 &syndrome_data[i].comp_synd, &u128_fops); in setup_einjv2_component_files()
1166 kfree(syndrome_data); in einj_remove()