Searched refs:test_byte (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/gspca/
H A Dt613.c867 u8 test_byte = 0; local
906 test_byte = reg_r(gspca_dev, 0x0063);
908 if (test_byte == 0x17)
912 pr_err("Bad sensor reset %02x\n", test_byte);
920 test_byte = reg_r(gspca_dev, read_indexs[i]);
922 test_byte);
931 test_byte = reg_r(gspca_dev, 0x80);
933 test_byte);
958 test_byte = reg_r(gspca_dev, 0x80);
960 test_byte);
[all...]

Completed in 44 milliseconds