cx231xx.h (74be62c7cefbf320e0605f3da6639ef80448ff00) | cx231xx.h (54b1b41f8be7017950d7cdfe8834ed6361d0e33a) |
---|---|
1/* 2 cx231xx.h - driver for Conexant Cx23100/101/102 USB video capture devices 3 4 Copyright (C) 2008 <srinivasa.deevi at conexant dot com> 5 Based on em28xx driver 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by --- 462 unchanged lines hidden (view full) --- 471 472struct cx231xx_i2c { 473 struct cx231xx *dev; 474 475 int nr; 476 477 /* i2c i/o */ 478 struct i2c_adapter i2c_adap; | 1/* 2 cx231xx.h - driver for Conexant Cx23100/101/102 USB video capture devices 3 4 Copyright (C) 2008 <srinivasa.deevi at conexant dot com> 5 Based on em28xx driver 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by --- 462 unchanged lines hidden (view full) --- 471 472struct cx231xx_i2c { 473 struct cx231xx *dev; 474 475 int nr; 476 477 /* i2c i/o */ 478 struct i2c_adapter i2c_adap; |
479 u32 i2c_rc; | 479 int i2c_rc; |
480 481 /* different settings for each bus */ 482 u8 i2c_period; 483 u8 i2c_nostop; 484 u8 i2c_reserve; 485}; 486 487struct cx231xx_i2c_xfer_data { --- 523 unchanged lines hidden --- | 480 481 /* different settings for each bus */ 482 u8 i2c_period; 483 u8 i2c_nostop; 484 u8 i2c_reserve; 485}; 486 487struct cx231xx_i2c_xfer_data { --- 523 unchanged lines hidden --- |