Lines Matching refs:arg_list
54 struct acpi_object_list arg_list; in memory_get_max_bandwidth() local
58 arg_list.count = 1; in memory_get_max_bandwidth()
59 arg_list.pointer = &arg; in memory_get_max_bandwidth()
63 &arg_list, &value); in memory_get_max_bandwidth()
80 struct acpi_object_list arg_list; in memory_get_cur_bandwidth() local
84 arg_list.count = 1; in memory_get_cur_bandwidth()
85 arg_list.pointer = &arg; in memory_get_cur_bandwidth()
89 &arg_list, &result); in memory_get_cur_bandwidth()
102 struct acpi_object_list arg_list; in memory_set_cur_bandwidth() local
114 arg_list.count = 1; in memory_set_cur_bandwidth()
115 arg_list.pointer = &arg; in memory_set_cur_bandwidth()
120 acpi_evaluate_integer(handle, MEMORY_SET_BANDWIDTH, &arg_list, in memory_set_cur_bandwidth()