Lines Matching refs:arg
70 union acpi_object arg; in memory_get_max_bandwidth() local
74 arg_list.pointer = &arg; in memory_get_max_bandwidth()
75 arg.type = ACPI_TYPE_INTEGER; in memory_get_max_bandwidth()
76 arg.integer.value = MEMORY_ARG_MAX_BANDWIDTH; in memory_get_max_bandwidth()
96 union acpi_object arg; in memory_get_cur_bandwidth() local
100 arg_list.pointer = &arg; in memory_get_cur_bandwidth()
101 arg.type = ACPI_TYPE_INTEGER; in memory_get_cur_bandwidth()
102 arg.integer.value = MEMORY_ARG_CUR_BANDWIDTH; in memory_get_cur_bandwidth()
118 union acpi_object arg; in memory_set_cur_bandwidth() local
130 arg_list.pointer = &arg; in memory_set_cur_bandwidth()
131 arg.type = ACPI_TYPE_INTEGER; in memory_set_cur_bandwidth()
132 arg.integer.value = state; in memory_set_cur_bandwidth()
277 union acpi_object arg = { in sensor_set_auxtrip() local
281 1, &arg in sensor_set_auxtrip()
295 arg.integer.value = value; in sensor_set_auxtrip()