Lines Matching defs:error
185 u32 error = 0;
191 &error, sizeof(u32));
194 return sprintf(buf, "%u\n", error);
200 u32 error;
203 if (kstrtou32(buf, 10, &error))
208 &error, sizeof(u32));
213 static DEVICE_ATTR_RW(error);
955 * Return: the size of the buffer for success or negative for error
984 * Return: the size of the buffer for success or negative for error
1175 goto error;
1178 /* Need to convert from VMCALL error codes to Linux */
1179 error:
1360 * < 0 - error: ControlVM message was processed but an error occurred.
1457 * Return: 0 if valid message was retrieved or -error
1474 * there too long and respond with an error
1569 goto error;
1620 error:
1621 dev_err(&acpi_device->dev, "failed with error %d\n", err);