HomeSort by: relevance | last modified time | path
    Searched refs:nouveau_acpi_rom_supported (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_acpi.h 19 bool nouveau_acpi_rom_supported(struct acpi_devnode *);
21 bool nouveau_acpi_rom_supported(struct device *);
31 static inline bool nouveau_acpi_rom_supported(struct acpi_devnode *acpidev) { return false; } function in typeref:typename:bool
33 static inline bool nouveau_acpi_rom_supported(struct device *dev) { return false; } function in typeref:typename:bool
nouveau_acpi.c 436 bool nouveau_acpi_rom_supported(struct acpi_devnode *acpidev) function in typeref:typename:bool
438 bool nouveau_acpi_rom_supported(struct device *dev)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_shadowacpi.c 33 bool nouveau_acpi_rom_supported(struct acpi_devnode *);
35 bool nouveau_acpi_rom_supported(struct device *);
40 nouveau_acpi_rom_supported(struct acpi_devnode *dev) function in typeref:typename:bool
42 nouveau_acpi_rom_supported(struct device *dev)
104 if (!nouveau_acpi_rom_supported(bios->subdev.device->acpidev))

Completed in 13 milliseconds