Lines Matching refs:input
219 struct acpi_buffer input; in alienware_update_led() local
229 input.length = (acpi_size) sizeof(wmax_args); in alienware_update_led()
230 input.pointer = &wmax_args; in alienware_update_led()
243 input.length = (acpi_size) sizeof(legacy_args); in alienware_update_led()
244 input.pointer = &legacy_args; in alienware_update_led()
248 status = wmi_evaluate_method(guid, 1, method_id, &input, NULL); in alienware_update_led()
290 struct acpi_buffer input; in wmax_brightness() local
295 input.length = (acpi_size) sizeof(args); in wmax_brightness()
296 input.pointer = &args; in wmax_brightness()
298 WMAX_METHOD_BRIGHTNESS, &input, NULL); in wmax_brightness()
447 struct acpi_buffer input; in alienware_hdmi_command() local
450 input.length = (acpi_size) sizeof(*in_args); in alienware_hdmi_command()
451 input.pointer = in_args; in alienware_hdmi_command()
456 command, &input, &output); in alienware_hdmi_command()
459 command, &input, NULL); in alienware_hdmi_command()