HomeSort by: relevance | last modified time | path
    Searched defs:rom_handle (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_acpi.c 64 acpi_handle rom_handle; member in struct:nouveau_dsm_priv
405 static int nouveau_rom_call(acpi_handle rom_handle, uint8_t *bios,
422 status = acpi_evaluate_object(rom_handle, NULL, &rom_arg, &buffer);
442 acpi_handle dhandle, rom_handle; local in function:nouveau_acpi_rom_supported
452 status = acpi_get_handle(dhandle, "_ROM", &rom_handle);
456 nouveau_dsm_priv.rom_handle = rom_handle;
462 return nouveau_rom_call(nouveau_dsm_priv.rom_handle, bios, offset, len);

Completed in 17 milliseconds