Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs-amp-lib.c259 static efi_status_t cs_amp_get_efi_variable(efi_char16_t *name, in cs_amp_get_efi_variable() function
270 KUNIT_STATIC_STUB_REDIRECT(cs_amp_get_efi_variable, name, guid, in cs_amp_get_efi_variable()
319 status = cs_amp_get_efi_variable(name, guid, NULL, &size, NULL); in cs_amp_alloc_get_efi_variable()
330 status = cs_amp_get_efi_variable(name, guid, returned_attr, &size, buf); in cs_amp_alloc_get_efi_variable()
350 status = cs_amp_get_efi_variable(cs_amp_lib_cal_efivars[i].name, in cs_amp_get_cal_efi_buffer()
376 status = cs_amp_get_efi_variable(cs_amp_lib_cal_efivars[i].name, in cs_amp_get_cal_efi_buffer()
677 status = cs_amp_get_efi_variable(info->name, info->guid, NULL, &size, &spkid); in cs_amp_get_efi_byte_spkid()
856 .get_efi_variable = cs_amp_get_efi_variable,