Searched refs:rom_handle (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_acpi.c | 49 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() 379 acpi_handle dhandle, rom_handle; in nouveau_acpi_rom_supported() local 385 status = acpi_get_handle(dhandle, "_ROM", &rom_handle); in nouveau_acpi_rom_supported() 389 nouveau_dsm_priv.rom_handle = rom_handle; in nouveau_acpi_rom_supported() 395 return nouveau_rom_call(nouveau_dsm_priv.rom_handle, bios, offset, len); in nouveau_acpi_get_bios_chunk()
|