Searched refs:in_obj (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Dhp_accel.c133 union acpi_object in_obj[2]; local
134 struct acpi_object_list args = { 2, in_obj };
136 in_obj[0].type = ACPI_TYPE_INTEGER;
137 in_obj[0].integer.value = reg;
138 in_obj[1].type = ACPI_TYPE_INTEGER;
139 in_obj[1].integer.value = val;
240 union acpi_object in_obj[1]; local
241 struct acpi_object_list args = { 1, in_obj };
243 in_obj[0].type = ACPI_TYPE_INTEGER;
244 in_obj[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Dhp_accel.c133 union acpi_object in_obj[2]; local
134 struct acpi_object_list args = { 2, in_obj };
136 in_obj[0].type = ACPI_TYPE_INTEGER;
137 in_obj[0].integer.value = reg;
138 in_obj[1].type = ACPI_TYPE_INTEGER;
139 in_obj[1].integer.value = val;
240 union acpi_object in_obj[1]; local
241 struct acpi_object_list args = { 1, in_obj };
243 in_obj[0].type = ACPI_TYPE_INTEGER;
244 in_obj[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/platform/x86/
H A Dasus-laptop.c296 union acpi_object in_obj; /* the only param we use */ local
303 params.pointer = &in_obj;
304 in_obj.type = ACPI_TYPE_INTEGER;
305 in_obj.integer.value = val;
393 union acpi_object in_obj; local
397 params.pointer = &in_obj;
398 in_obj.type = ACPI_TYPE_INTEGER;
399 in_obj.integer.value = 2;
H A Dasus_acpi.c492 union acpi_object in_obj; /* the only param we use */ local
496 params.pointer = &in_obj;
497 in_obj.type = ACPI_TYPE_INTEGER;
498 in_obj.integer.value = val;
H A Dsony-laptop.c696 union acpi_object in_obj; local
702 params.pointer = &in_obj;
703 in_obj.type = ACPI_TYPE_INTEGER;
704 in_obj.integer.value = value;
1168 union acpi_object in_obj; local
1187 params.pointer = &in_obj;
1188 in_obj.type = ACPI_TYPE_INTEGER;
1189 in_obj.integer.value = offset;
H A Deeepc-laptop.c193 union acpi_object in_obj; local
197 params.pointer = &in_obj;
198 in_obj.type = ACPI_TYPE_INTEGER;
199 in_obj.integer.value = val;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/platform/x86/
H A Dasus-laptop.c296 union acpi_object in_obj; /* the only param we use */ local
303 params.pointer = &in_obj;
304 in_obj.type = ACPI_TYPE_INTEGER;
305 in_obj.integer.value = val;
393 union acpi_object in_obj; local
397 params.pointer = &in_obj;
398 in_obj.type = ACPI_TYPE_INTEGER;
399 in_obj.integer.value = 2;
H A Dasus_acpi.c492 union acpi_object in_obj; /* the only param we use */ local
496 params.pointer = &in_obj;
497 in_obj.type = ACPI_TYPE_INTEGER;
498 in_obj.integer.value = val;
H A Dsony-laptop.c696 union acpi_object in_obj; local
702 params.pointer = &in_obj;
703 in_obj.type = ACPI_TYPE_INTEGER;
704 in_obj.integer.value = value;
1168 union acpi_object in_obj; local
1187 params.pointer = &in_obj;
1188 in_obj.type = ACPI_TYPE_INTEGER;
1189 in_obj.integer.value = offset;
H A Deeepc-laptop.c193 union acpi_object in_obj; local
197 params.pointer = &in_obj;
198 in_obj.type = ACPI_TYPE_INTEGER;
199 in_obj.integer.value = val;

Completed in 145 milliseconds