Searched refs:rom_handle (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/gpu/drm/nouveau/ |
| D | nouveau_acpi.c | 52 acpi_handle rom_handle; member 389 static int nouveau_rom_call(acpi_handle rom_handle, uint8_t *bios, in nouveau_rom_call() argument 406 status = acpi_evaluate_object(rom_handle, NULL, &rom_arg, &buffer); in nouveau_rom_call() 422 acpi_handle dhandle, rom_handle; in nouveau_acpi_rom_supported() local 428 status = acpi_get_handle(dhandle, "_ROM", &rom_handle); in nouveau_acpi_rom_supported() 432 nouveau_dsm_priv.rom_handle = rom_handle; in nouveau_acpi_rom_supported() 438 return nouveau_rom_call(nouveau_dsm_priv.rom_handle, bios, offset, len); in nouveau_acpi_get_bios_chunk()
|