Lines Matching defs:rev
1855 * (rev. 1.8, November 2010)" p. 9. */
1885 * (rev. 1.8, November 2010)" p. 3. */
1919 * (rev. 2.5, June 2010)" p. 17. */
3065 * Manual UG-214, rev 0 is bit confusing on this bit
3454 u16 rev;
3488 rev = adv_smbus_read_byte_data_check(client, 0xea, false) << 8 |
3490 if (rev != 0x2012) {
3491 v4l2_info(sd, "got rev=0x%04x on first read attempt\n", rev);
3492 rev = adv_smbus_read_byte_data_check(client, 0xea, false) << 8 |
3495 if (rev != 0x2012) {
3496 v4l2_info(sd, "not an adv7842 on address 0x%x (rev=0x%04x)\n",
3497 client->addr << 1, rev);