Lines Matching full:sort
97 * _ALR: Sort the list ascending by ambient_illuminance
99 * _CST: Sort the list ascending by C state type
104 * _PSS: Sort the list descending by Power
105 * _TSS: Sort the list descending by Power
213 * DESCRIPTION: Repair for the _ALR object. If necessary, sort the object list
401 * 1. Sort the list ascending by C state type
638 * DESCRIPTION: Repair for the _PSS object. If necessary, sort the object list
661 * incorrectly sorted, sort it. We sort by cpu_frequency, since this in acpi_ns_repair_PSS()
708 * DESCRIPTION: Repair for the _TSS object. If necessary, sort the object list
722 * We can only sort the _TSS return package if there is no _PSS in the in acpi_ns_repair_TSS()
750 * sort_index - Subpackage entry to sort on
758 * sort_index. If not, then sort the list.
828 * discrepancy, sort the entire list. in acpi_ns_check_sorted_list()
860 * index - Sort by which package element
861 * sort_direction - Ascending or Descending sort
865 * DESCRIPTION: Sort the objects that are in a package element list.
882 /* Simple bubble sort */ in acpi_ns_sort_list()