Lines Matching refs:error
64 pr_warn("%s: i2c write error (addr 0x%02x, err == %i)\n",
77 pr_warn("%s: i2c read error (addr 0x%02x, err == %i)\n",
101 pr_warn("%s: i2c write error (addr 0x%02x, err == %i)\n",
118 pr_warn("%s: i2c read error (addr 0x%02x, err == %i)\n",
335 pr_warn("error writing to tuner\n");
373 pr_warn("timeout error writing to tuner\n");
1149 goto error;
1171 goto error;
1177 if (buf[0] != 0x04) goto error; /* device id */
1178 if (buf[1] != 0x02) goto error; /* fab id */
1179 if (buf[2] != 0x11) goto error; /* month */
1180 if (buf[3] != 0x20) goto error; /* year msb */
1181 if (buf[4] != 0x00) goto error; /* year lsb */
1184 if (buf[0] != 0x05) goto error; /* device id */
1187 goto error;
1195 error: