Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/gspca/
Dt613.c581 u8 test_byte = 0; in sd_init() local
620 test_byte = reg_r(gspca_dev, 0x0063); in sd_init()
622 if (test_byte == 0x17) in sd_init()
626 pr_err("Bad sensor reset %02x\n", test_byte); in sd_init()
634 test_byte = reg_r(gspca_dev, read_indexs[i]); in sd_init()
636 read_indexs[i], test_byte); in sd_init()
645 test_byte = reg_r(gspca_dev, 0x80); in sd_init()
647 test_byte); in sd_init()
667 test_byte = reg_r(gspca_dev, 0x80); in sd_init()
669 test_byte); in sd_init()
/Linux-v4.19/drivers/misc/eeprom/
Dat24.c626 u8 test_byte; in at24_probe() local
713 err = at24_read(at24, 0, &test_byte, 1); in at24_probe()