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

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

Completed in 60 milliseconds