Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c49 acpi_handle rom_handle; member
347 static int nouveau_rom_call(acpi_handle rom_handle, uint8_t *bios, in nouveau_rom_call() argument
364 status = acpi_evaluate_object(rom_handle, NULL, &rom_arg, &buffer); in nouveau_rom_call()
378 acpi_handle dhandle, rom_handle; in nouveau_acpi_rom_supported() local
384 status = acpi_get_handle(dhandle, "_ROM", &rom_handle); in nouveau_acpi_rom_supported()
388 nouveau_dsm_priv.rom_handle = rom_handle; in nouveau_acpi_rom_supported()
394 return nouveau_rom_call(nouveau_dsm_priv.rom_handle, bios, offset, len); in nouveau_acpi_get_bios_chunk()