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

/drivers/media/video/gspca/
H A Dzc3xx.c5702 u8 retbyte; local
5710 retbyte = reg_r(gspca_dev, 0x0091); /* read status */
5711 if (retbyte != 0x00)
5712 pr_err("i2c_r status error %02x\n", retbyte);
5723 u8 retbyte; local
5732 retbyte = reg_r(gspca_dev, 0x0091); /* read status */
5733 if (retbyte != 0x00)
5734 pr_err("i2c_w status error %02x\n", retbyte);
5735 return retbyte;
6444 u8 retbyte; local
[all...]

Completed in 36 milliseconds