Searched refs:read_byte_data (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/hwmon/pmbus/ |
D | max34440.c | 243 .read_byte_data = max34440_read_byte_data, 286 .read_byte_data = max34440_read_byte_data, 323 .read_byte_data = max34440_read_byte_data, 354 .read_byte_data = max34440_read_byte_data, 390 .read_byte_data = max34440_read_byte_data,
|
D | max8688.c | 172 .read_byte_data = max8688_read_byte_data,
|
D | ucd9000.c | 224 info->read_byte_data = ucd9000_read_byte_data; in ucd9000_probe()
|
D | pmbus.h | 363 int (*read_byte_data)(struct i2c_client *client, int page, int reg); member
|
D | zl6100.c | 399 info->read_byte_data = zl6100_read_byte_data; in zl6100_probe()
|
D | adm1275.c | 299 info->read_byte_data = adm1275_read_byte_data; in adm1275_probe()
|
D | lm25066.c | 466 info->read_byte_data = lm25056_read_byte_data; in lm25066_probe()
|
D | pmbus_core.c | 299 if (info->read_byte_data) { in _pmbus_read_byte_data() 300 status = info->read_byte_data(client, page, reg); in _pmbus_read_byte_data()
|
/linux-4.1.27/Documentation/i2c/ |
D | functionality | 27 I2C_FUNC_SMBUS_READ_BYTE_DATA Handles the SMBus read_byte_data command 41 I2C_FUNC_SMBUS_BYTE_DATA Handles the SMBus read_byte_data
|
/linux-4.1.27/Documentation/hwmon/ |
D | pmbus-core | 154 int (*read_byte_data)(struct i2c_client *client, int page, int reg);
|