Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowacpi.c29 bool nouveau_acpi_rom_supported(struct pci_dev *pdev);
32 nouveau_acpi_rom_supported(struct pci_dev *pdev) in nouveau_acpi_rom_supported() function
93 if (!nouveau_acpi_rom_supported(nv_device(bios)->pdev)) in acpi_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_acpi.h13 bool nouveau_acpi_rom_supported(struct pci_dev *pdev);
21 static inline bool nouveau_acpi_rom_supported(struct pci_dev *pdev) { return false; } in nouveau_acpi_rom_supported() function
Dnouveau_acpi.c375 bool nouveau_acpi_rom_supported(struct pci_dev *pdev) in nouveau_acpi_rom_supported() function