Home
last modified time | relevance | path

Searched refs:ACPI_INLINE (Results 1 – 8 of 8) sorted by relevance

/acpica-3.7.0/source/include/platform/
Daclinux.h232 static ACPI_INLINE Prototype {return(AE_NOT_CONFIGURED);}
234 static ACPI_INLINE Prototype {return(AE_OK);}
236 static ACPI_INLINE Prototype {return;}
238 static ACPI_INLINE Prototype {return(0);}
240 static ACPI_INLINE Prototype {return(NULL);}
Dacenv.h414 #ifndef ACPI_INLINE
415 #define ACPI_INLINE macro
Dacintel.h167 #define ACPI_INLINE __inline macro
Dacgcc.h171 #define ACPI_INLINE __inline__ macro
Dacmsvc.h178 #define ACPI_INLINE __inline macro
/acpica-3.7.0/source/include/
Dacpixf.h457 static ACPI_INLINE Prototype {return(AE_NOT_CONFIGURED);}
460 static ACPI_INLINE Prototype {return(AE_OK);}
463 static ACPI_INLINE prototype {return(0);}
466 static ACPI_INLINE Prototype {return;}
484 static ACPI_INLINE Prototype {return;}
502 static ACPI_INLINE Prototype {return;}
520 static ACPI_INLINE Prototype {return;}
541 static ACPI_INLINE Prototype {return(AE_OK);}
544 static ACPI_INLINE Prototype {return;}
/acpica-3.7.0/source/tools/acpisrc/
Dasfile.c175 static ACPI_INLINE int
/acpica-3.7.0/documents/
Dchanges.txt8265 Added the ACPI_INLINE type to enhance the ACPICA configuration. The