Lines Matching defs:error

197 /* HID++ 1.0 error codes */
212 /* HID++ 2.0 error codes */
257 * - If ' something else' is positive, that means that an error has been raised
259 * - If ' something else' is negative, that means that we had a classic error
297 dbg_hid("%s:got hidpp error %02X\n", __func__, ret);
305 dbg_hid("%s:got hidpp 2.0 error %02X\n", __func__, ret);
521 * Return: 0 if successful, otherwise a negative error code.
623 * 0x23 = charging error
676 * 0x03 = charging error
895 hid_err(hidpp->hid_dev, "%s: received protocol error 0x%02x\n",
985 hid_err(hidpp->hid_dev, "%s: received protocol error 0x%02x\n",
1009 hid_err(hidpp->hid_dev, "%s: received protocol error 0x%02x\n",
1142 6 = thermal error
1143 7 = other charging error */
1170 hid_err(hidpp->hid_dev, "%s: received protocol error 0x%02x\n",
1196 hid_err(hidpp->hid_dev, "%s: received protocol error 0x%02x\n",
1353 hid_err(hidpp->hid_dev, "%s: received protocol error 0x%02x\n",
1569 "Couldn't get wheel multiplier (error %d)\n", ret);
1629 hid_err(hidpp->hid_dev, "%s: received protocol error 0x%02x\n",
1722 hid_err(hidpp->hid_dev, "%s: received protocol error 0x%02x\n",
1792 hid_err(hidpp->hid_dev, "%s: received protocol error 0x%02x\n",
2326 int error, j, num_slots = data->num_effects;
2351 error = input_ff_create(dev, num_slots);
2353 if (error) {
2355 return error;
2392 error = device_create_file(&(hidpp->hid_dev->dev), &dev_attr_range);
2393 if (error)
2394 hid_warn(hidpp->hid_dev, "Unable to create sysfs interface for \"range\", errno %d!\n", error);
2719 hid_err(hdev, "error in parameter\n");
2724 hid_err(hdev, "error in report\n");
2759 hid_err(hdev, "error in report\n");
2954 "%s: received protocol error 0x%02x\n", __func__, ret);
3324 * error
3886 dev_err(&hdev->dev, "%s:hid_hw_open returned error:%d\n",
3930 hid_err(hdev, "%s:hid_connect returned error %d\n", __func__, ret);