Searched defs:in_obj (Results 1 - 5 of 5) sorted by relevance

/drivers/platform/x86/
H A Dhp_accel.c136 union acpi_object in_obj[2]; local
137 struct acpi_object_list args = { 2, in_obj };
139 in_obj[0].type = ACPI_TYPE_INTEGER;
140 in_obj[0].integer.value = reg;
141 in_obj[1].type = ACPI_TYPE_INTEGER;
142 in_obj[1].integer.value = val;
253 union acpi_object in_obj[1]; local
254 struct acpi_object_list args = { 1, in_obj };
256 in_obj[0].type = ACPI_TYPE_INTEGER;
257 in_obj[
[all...]
H A Dideapad-laptop.c111 union acpi_object in_obj; local
114 params.pointer = &in_obj;
115 in_obj.type = ACPI_TYPE_INTEGER;
116 in_obj.integer.value = cmd;
132 union acpi_object in_obj[2]; local
136 params.pointer = in_obj;
137 in_obj[0].type = ACPI_TYPE_INTEGER;
138 in_obj[0].integer.value = cmd;
139 in_obj[1].type = ACPI_TYPE_INTEGER;
140 in_obj[
[all...]
H A Deeepc-laptop.c194 union acpi_object in_obj; local
198 params.pointer = &in_obj;
199 in_obj.type = ACPI_TYPE_INTEGER;
200 in_obj.integer.value = val;
H A Dasus-laptop.c353 union acpi_object in_obj; /* the only param we use */ local
360 params.pointer = &in_obj;
361 in_obj.type = ACPI_TYPE_INTEGER;
362 in_obj.integer.value = val;
571 union acpi_object in_obj; local
575 params.pointer = &in_obj;
576 in_obj.type = ACPI_TYPE_INTEGER;
577 in_obj.integer.value = 2;
H A Dsony-laptop.c719 union acpi_object in_obj; local
725 params.pointer = &in_obj;
726 in_obj.type = ACPI_TYPE_INTEGER;
727 in_obj.integer.value = value;
1308 union acpi_object in_obj; local
1327 params.pointer = &in_obj;
1328 in_obj.type = ACPI_TYPE_INTEGER;
1329 in_obj.integer.value = offset;
1571 union acpi_object in_obj; local
1587 params.pointer = &in_obj;
[all...]

Completed in 71 milliseconds