Lines Matching defs:args
45 u8 args[8];
265 union acpi_object args[3];
267 .pointer = args,
268 .count = ARRAY_SIZE(args),
275 args[0].type = args[1].type = args[2].type = ACPI_TYPE_INTEGER;
276 args[1].integer.value = 0x04;
280 args[0].integer.value = 0;
281 args[2].integer.value = brightness ? 1 : 0;
284 args[0].integer.value = 1;
285 args[2].integer.value = brightness ? 0 : 1;
299 arg.args[2] = brightness;
352 arg.args[2] = start;
353 arg.args[3] = end;
551 arg.args[2] = on + 1; // 0 undefined, 1 off, 2 on.