Searched refs:mutex_path (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/coreboot/src/drivers/wwan/fm/ |
H A D | acpi_fm350gl.c | 62 char mutex_path[128]; in wwan_fm350gl_acpi_method_fhrf() local 67 snprintf(mutex_path, sizeof(mutex_path), "%s", in wwan_fm350gl_acpi_method_fhrf() 70 acpigen_write_acquire(mutex_path, ACPI_MUTEX_NO_TIMEOUT); in wwan_fm350gl_acpi_method_fhrf() 116 acpigen_write_release(mutex_path); in wwan_fm350gl_acpi_method_fhrf() 129 char mutex_path[128]; in wwan_fm350gl_acpi_method_shrf() local 134 snprintf(mutex_path, sizeof(mutex_path), "%s", in wwan_fm350gl_acpi_method_shrf() 137 acpigen_write_acquire(mutex_path, ACPI_MUTEX_NO_TIMEOUT); in wwan_fm350gl_acpi_method_shrf() 170 acpigen_write_release(mutex_path); in wwan_fm350gl_acpi_method_shrf() 184 char mutex_path[128]; in wwan_fm350gl_acpi_method_rst() local 189 snprintf(mutex_path, sizeof(mutex_path), "%s", in wwan_fm350gl_acpi_method_rst() [all …]
|