Lines Matching defs:value
242 acpi_integer *value)
260 * value is the parameter passed by the IPMI opregion space handler.
263 buffer = (struct acpi_ipmi_buffer *)value;
298 acpi_integer *value)
303 * value is also used as output parameter. It represents the response
306 buffer = (struct acpi_ipmi_buffer *)value;
516 * @value : it is an in/out parameter. It points to the IPMI message buffer.
524 u32 bits, acpi_integer *value,
547 if (acpi_format_ipmi_request(tx_msg, address, value) != 0) {
576 acpi_format_ipmi_response(tx_msg, value);