Searched defs:arg_list (Results 1 - 18 of 18) sorted by relevance

/drivers/acpi/acpica/
H A Dhwesleep.c66 struct acpi_object_list arg_list; local
74 arg_list.count = 1;
75 arg_list.pointer = &arg;
79 status = acpi_evaluate_object(NULL, method_pathname, &arg_list, NULL);
H A Dpsscope.c160 scope->parse_scope.arg_list = remaining_args;
188 * arg_list - Where the popped "next argument" is
190 * arg_count - Count of objects in arg_list
200 union acpi_parse_object **op, u32 * arg_list, u32 * arg_count)
214 *arg_list = scope->parse_scope.arg_list;
225 *arg_list = 0;
199 acpi_ps_pop_scope(struct acpi_parse_state *parser_state, union acpi_parse_object **op, u32 * arg_list, u32 * arg_count) argument
H A Dhwxfsleep.c289 struct acpi_object_list arg_list; local
304 arg_list.count = 1;
305 arg_list.pointer = &arg;
310 acpi_evaluate_object(NULL, METHOD_PATHNAME__PTS, &arg_list, NULL);
H A Dutxferror.c106 va_list arg_list; local
111 va_start(arg_list, format);
112 acpi_os_vprintf(format, arg_list);
114 va_end(arg_list);
140 va_list arg_list; local
146 va_start(arg_list, format);
147 acpi_os_vprintf(format, arg_list);
149 va_end(arg_list);
172 va_list arg_list; local
177 va_start(arg_list, forma
206 va_list arg_list; local
250 va_list arg_list; local
292 va_list arg_list; local
[all...]
H A Daclocal.h574 u32 arg_list; /* Next argument to parse */ member in struct:acpi_pscope_state
/drivers/acpi/
H A Dacpi_memhotplug.c278 struct acpi_object_list arg_list; local
284 arg_list.count = 1;
285 arg_list.pointer = &arg;
289 "_EJ0", &arg_list, NULL);
H A Dprocessor_perflib.c166 struct acpi_object_list arg_list = {2, params}; local
176 acpi_evaluate_object(handle, "_OST", &arg_list, NULL);
H A Dacpi_pad.c421 struct acpi_object_list arg_list = {3, params}; local
427 acpi_evaluate_object(handle, "_OST", &arg_list, NULL);
H A Dbus.c814 struct acpi_object_list arg_list = { 1, &arg }; local
845 status = acpi_evaluate_object(NULL, "\\_PIC", &arg_list, NULL);
H A Dpower.c485 struct acpi_object_list arg_list = { 3, in_arg }; local
505 status = acpi_evaluate_object(dev->handle, "_DSW", &arg_list, NULL);
515 arg_list.count = 1;
517 status = acpi_evaluate_object(dev->handle, "_PSW", &arg_list, NULL);
H A Dsleep.c64 struct acpi_object_list arg_list = { 1, &in_arg }; local
68 status = acpi_evaluate_object(NULL, "\\_TTS", &arg_list, NULL);
H A Ddock.c428 struct acpi_object_list arg_list; local
440 arg_list.count = 1;
441 arg_list.pointer = &arg;
445 status = acpi_evaluate_object(ds->handle, "_EJ0", &arg_list, NULL);
460 struct acpi_object_list arg_list; local
471 arg_list.count = 1;
472 arg_list.pointer = &arg;
475 status = acpi_evaluate_object(ds->handle, "_DCK", &arg_list, &buffer);
517 struct acpi_object_list arg_list; local
521 arg_list
[all...]
H A Dbattery.c487 struct acpi_object_list arg_list = { 1, &arg0 }; local
497 &arg_list, NULL);
H A Dscan.c90 struct acpi_object_list arg_list; local
116 arg_list.count = 1;
117 arg_list.pointer = &arg;
120 acpi_evaluate_object(handle, "_LCK", &arg_list, NULL);
123 arg_list.count = 1;
124 arg_list.pointer = &arg;
131 status = acpi_evaluate_object(handle, "_EJ0", &arg_list, NULL);
H A Dthermal.c240 struct acpi_object_list arg_list = { 1, &arg0 }; local
255 status = acpi_evaluate_object(handle, NULL, &arg_list, NULL);
/drivers/platform/x86/
H A Dintel_menlow.c71 struct acpi_object_list arg_list; local
75 arg_list.count = 1;
76 arg_list.pointer = &arg;
80 &arg_list, &value);
97 struct acpi_object_list arg_list; local
101 arg_list.count = 1;
102 arg_list.pointer = &arg;
106 &arg_list, &result);
119 struct acpi_object_list arg_list; local
131 arg_list
[all...]
H A Dfujitsu-laptop.c221 struct acpi_object_list arg_list = { 4, &params[0] }; local
241 status = acpi_evaluate_object(handle, NULL, &arg_list, &output);
321 struct acpi_object_list arg_list = { 1, &arg0 }; local
338 status = acpi_evaluate_object(handle, NULL, &arg_list, NULL);
349 struct acpi_object_list arg_list = { 1, &arg0 }; local
366 status = acpi_evaluate_object(handle, NULL, &arg_list, NULL);
/drivers/pci/hotplug/
H A Dacpiphp_glue.c770 struct acpi_object_list arg_list; local
773 arg_list.count = 2;
774 arg_list.pointer = params;
780 acpi_evaluate_object(func->handle, "_REG", &arg_list, NULL);
976 struct acpi_object_list arg_list; local
983 arg_list.count = 1;
984 arg_list.pointer = &arg;
988 status = acpi_evaluate_object(func->handle, "_EJ0", &arg_list, NULL);

Completed in 556 milliseconds