Lines Matching defs:Info
212 AH_PREDEF ("_CBR", "CXL Host Bridge Register Info", "Get the memory location of CXL Host Bridge Registers"),
336 AH_PREDEF ("_PMC", "Power Meter Capabilities", "Returns a list of Power Meter capabilities info"),
401 AH_PREDEF ("_SBA", "SM Bus Alert information", "Returns info on an SMBus alert"),
402 AH_PREDEF ("_SBI", "SM Bus General information", "Returns info on an SMBus segment"),
479 * RETURN: ID info struct. NULL if Nameseg not found
489 const AH_PREDEFINED_NAME *Info;
501 for (Info = AslPredefinedInfo; Info->Name; Info++)
503 if (ACPI_COMPARE_NAMESEG (Nameseg, Info->Name))
505 return (Info);