Subversion Repositories Kolibri OS

Rev

Rev 3192 | Rev 4065 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3192 Rev 3243
Line 170... Line 170...
170
 * @flags: to initialize i2c_client.flags
170
 * @flags: to initialize i2c_client.flags
171
 * @addr: stored in i2c_client.addr
171
 * @addr: stored in i2c_client.addr
172
 * @platform_data: stored in i2c_client.dev.platform_data
172
 * @platform_data: stored in i2c_client.dev.platform_data
173
 * @archdata: copied into i2c_client.dev.archdata
173
 * @archdata: copied into i2c_client.dev.archdata
174
 * @of_node: pointer to OpenFirmware device node
174
 * @of_node: pointer to OpenFirmware device node
-
 
175
 * @acpi_node: ACPI device node
175
 * @irq: stored in i2c_client.irq
176
 * @irq: stored in i2c_client.irq
176
 *
177
 *
177
 * I2C doesn't actually support hardware probing, although controllers and
178
 * I2C doesn't actually support hardware probing, although controllers and
178
 * devices may be able to use I2C_SMBUS_QUICK to tell whether or not there's
179
 * devices may be able to use I2C_SMBUS_QUICK to tell whether or not there's
179
 * a device at a given address.  Drivers commonly need more information than
180
 * a device at a given address.  Drivers commonly need more information than