Lines Matching refs:oem_id
1726 build_append_padded_str(array, desc->oem_id, 6, '\0'); /* OEMID */ in acpi_table_begin()
1823 g_array_append_vals(tbl, rsdp_data->oem_id, 6); /* OEMID */ in build_rsdp()
1868 const char *oem_id, const char *oem_table_id) in build_rsdt() argument
1872 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_rsdt()
1896 const char *oem_id, const char *oem_table_id) in build_xsdt() argument
1900 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_xsdt()
2028 const char *oem_id, const char *oem_table_id) in build_slit() argument
2033 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_slit()
2081 const char *oem_id, const char *oem_table_id, const char *name) in build_spcr() argument
2083 AcpiTable table = { .sig = "SPCR", .rev = rev, .oem_id = oem_id, in build_spcr()
2149 const char *oem_id, const char *oem_table_id) in build_pptt() argument
2158 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_pptt()
2222 const char *oem_id, const char *oem_table_id) in build_fadt() argument
2226 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_fadt()
2364 const char *oem_id, const char *oem_table_id) in build_tpm2() argument
2372 .oem_id = oem_id, .oem_table_id = oem_table_id }; in build_tpm2()