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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dzc3xx.c5684 static u8 reg_r_i(struct gspca_dev *gspca_dev, function
5699 PDEBUG(D_ERR, "reg_r_i err %d", ret);
5711 ret = reg_r_i(gspca_dev, index);
5755 retbyte = reg_r_i(gspca_dev, 0x0091); /* read status */
5758 retval = reg_r_i(gspca_dev, 0x0095); /* read Lowbyte */
5759 retval |= reg_r_i(gspca_dev, 0x0096) << 8; /* read Hightbyte */
5779 retbyte = reg_r_i(gspca_dev, 0x0091); /* read status */
H A Dvc032x.c3149 static void reg_r_i(struct gspca_dev *gspca_dev, function
3175 reg_r_i(gspca_dev, req, index, len);
3329 reg_r_i(gspca_dev, 0xa1, 0xb33f, 1);
3338 reg_r_i(gspca_dev, 0xa1, 0xb33b, 1);

Completed in 74 milliseconds