Searched refs:test_byte (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | t613.c | 572 u8 test_byte = 0; in sd_init() local 611 test_byte = reg_r(gspca_dev, 0x0063); in sd_init() 613 if (test_byte == 0x17) in sd_init() 617 pr_err("Bad sensor reset %02x\n", test_byte); in sd_init() 625 test_byte = reg_r(gspca_dev, read_indexs[i]); in sd_init() 627 read_indexs[i], test_byte); in sd_init() 636 test_byte = reg_r(gspca_dev, 0x80); in sd_init() 638 test_byte); in sd_init() 658 test_byte = reg_r(gspca_dev, 0x80); in sd_init() 660 test_byte); in sd_init() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | t613.c | 572 u8 test_byte = 0; in sd_init() local 611 test_byte = reg_r(gspca_dev, 0x0063); in sd_init() 613 if (test_byte == 0x17) in sd_init() 617 pr_err("Bad sensor reset %02x\n", test_byte); in sd_init() 625 test_byte = reg_r(gspca_dev, read_indexs[i]); in sd_init() 627 read_indexs[i], test_byte); in sd_init() 636 test_byte = reg_r(gspca_dev, 0x80); in sd_init() 638 test_byte); in sd_init() 658 test_byte = reg_r(gspca_dev, 0x80); in sd_init() 660 test_byte); in sd_init() [all...] |
/kernel/linux/linux-5.10/drivers/misc/eeprom/ |
H A D | at24.c | 600 u8 test_byte; in at24_probe() local 772 err = at24_read(at24, 0, &test_byte, 1); in at24_probe()
|
/kernel/linux/linux-6.6/drivers/misc/eeprom/ |
H A D | at24.c | 597 u8 test_byte; in at24_probe() local 774 err = at24_read(at24, 0, &test_byte, 1); in at24_probe()
|
Completed in 5 milliseconds