Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowacpi.c27 bool nouveau_acpi_rom_supported(struct device *);
30 nouveau_acpi_rom_supported(struct device *dev) in nouveau_acpi_rom_supported() function
91 if (!nouveau_acpi_rom_supported(bios->subdev.device->dev)) in acpi_init()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_acpi.h14 bool nouveau_acpi_rom_supported(struct device *);
22 static inline bool nouveau_acpi_rom_supported(struct device *dev) { return false; } in nouveau_acpi_rom_supported() function
Dnouveau_acpi.c419 bool nouveau_acpi_rom_supported(struct device *dev) in nouveau_acpi_rom_supported() function