Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/gspca/
Dzc3xx.c5593 u8 retbyte; in i2c_read() local
5601 retbyte = reg_r(gspca_dev, 0x0091); /* read status */ in i2c_read()
5602 if (retbyte != 0x00) in i2c_read()
5603 pr_err("i2c_r status error %02x\n", retbyte); in i2c_read()
5614 u8 retbyte; in i2c_write() local
5623 retbyte = reg_r(gspca_dev, 0x0091); /* read status */ in i2c_write()
5624 if (retbyte != 0x00) in i2c_write()
5625 pr_err("i2c_w status error %02x\n", retbyte); in i2c_write()
5626 return retbyte; in i2c_write()
6262 u8 retbyte; in vga_3wr_probe() local
[all …]