Lines Matching refs:arg_list
69 struct acpi_object_list arg_list; in memory_get_max_bandwidth() local
73 arg_list.count = 1; in memory_get_max_bandwidth()
74 arg_list.pointer = &arg; in memory_get_max_bandwidth()
78 &arg_list, &value); in memory_get_max_bandwidth()
95 struct acpi_object_list arg_list; in memory_get_cur_bandwidth() local
99 arg_list.count = 1; in memory_get_cur_bandwidth()
100 arg_list.pointer = &arg; in memory_get_cur_bandwidth()
104 &arg_list, &result); in memory_get_cur_bandwidth()
117 struct acpi_object_list arg_list; in memory_set_cur_bandwidth() local
129 arg_list.count = 1; in memory_set_cur_bandwidth()
130 arg_list.pointer = &arg; in memory_set_cur_bandwidth()
135 acpi_evaluate_integer(handle, MEMORY_SET_BANDWIDTH, &arg_list, in memory_set_cur_bandwidth()