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

/linux-4.1.27/drivers/media/usb/gspca/
H A Dt613.c585 u8 test_byte = 0; sd_init() local
624 test_byte = reg_r(gspca_dev, 0x0063); sd_init()
626 if (test_byte == 0x17) sd_init()
630 pr_err("Bad sensor reset %02x\n", test_byte); sd_init()
638 test_byte = reg_r(gspca_dev, read_indexs[i]); sd_init()
640 test_byte); sd_init()
649 test_byte = reg_r(gspca_dev, 0x80); sd_init()
651 test_byte); sd_init()
671 test_byte = reg_r(gspca_dev, 0x80); sd_init()
673 test_byte); sd_init()

Completed in 41 milliseconds