Searched refs:smbus_algorithm (Results 1 – 14 of 14) sorted by relevance
/linux-3.3/drivers/i2c/busses/ |
D | i2c-stub.c | 165 static const struct i2c_algorithm smbus_algorithm = { variable 173 .algo = &smbus_algorithm,
|
D | i2c-sis96x.c | 237 static const struct i2c_algorithm smbus_algorithm = { variable 245 .algo = &smbus_algorithm,
|
D | i2c-isch.c | 241 static const struct i2c_algorithm smbus_algorithm = { variable 249 .algo = &smbus_algorithm,
|
D | i2c-sis5595.c | 361 static const struct i2c_algorithm smbus_algorithm = { variable 369 .algo = &smbus_algorithm,
|
D | i2c-amd756.c | 294 static const struct i2c_algorithm smbus_algorithm = { variable 302 .algo = &smbus_algorithm,
|
D | i2c-ali15x3.c | 469 static const struct i2c_algorithm smbus_algorithm = { variable 477 .algo = &smbus_algorithm,
|
D | i2c-nforce2.c | 306 static struct i2c_algorithm smbus_algorithm = { variable 368 smbus->adapter.algo = &smbus_algorithm; in nforce2_probe_smb()
|
D | i2c-sis630.c | 464 static const struct i2c_algorithm smbus_algorithm = { variable 472 .algo = &smbus_algorithm,
|
D | i2c-ali1535.c | 487 static const struct i2c_algorithm smbus_algorithm = { variable 495 .algo = &smbus_algorithm,
|
D | i2c-viapro.c | 312 static const struct i2c_algorithm smbus_algorithm = { variable 320 .algo = &smbus_algorithm,
|
D | i2c-piix4.c | 464 static const struct i2c_algorithm smbus_algorithm = { variable 472 .algo = &smbus_algorithm,
|
D | i2c-amd8111.c | 412 static const struct i2c_algorithm smbus_algorithm = { variable 457 smbus->adapter.algo = &smbus_algorithm; in amd8111_probe()
|
D | i2c-pasemi.c | 337 static const struct i2c_algorithm smbus_algorithm = { variable 370 smbus->adapter.algo = &smbus_algorithm; in pasemi_smb_probe()
|
D | i2c-i801.c | 607 static const struct i2c_algorithm smbus_algorithm = { variable 776 priv->adapter.algo = &smbus_algorithm; in i801_probe()
|