Home
last modified time | relevance | path

Searched refs:read_byte_data (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/drivers/hwmon/pmbus/
Dmax34440.c286 .read_byte_data = max34440_read_byte_data,
329 .read_byte_data = max34440_read_byte_data,
366 .read_byte_data = max34440_read_byte_data,
390 .read_byte_data = max34440_read_byte_data,
421 .read_byte_data = max34440_read_byte_data,
457 .read_byte_data = max34440_read_byte_data,
Dmax8688.c160 .read_byte_data = max8688_read_byte_data,
Dibm-cffps.c371 .read_byte_data = ibm_cffps_read_byte_data,
385 .read_byte_data = ibm_cffps_read_byte_data,
Dltc3815.c169 .read_byte_data = ltc3815_read_byte_data,
Dmax31785.c251 .read_byte_data = max31785_read_byte_data,
Dpmbus.h406 int (*read_byte_data)(struct i2c_client *client, int page, int reg); member
Dzl6100.c387 info->read_byte_data = zl6100_read_byte_data; in zl6100_probe()
Dlm25066.c448 info->read_byte_data = lm25056_read_byte_data; in lm25066_probe()
Ducd9000.c584 info->read_byte_data = ucd9000_read_byte_data; in ucd9000_probe()
Dadm1275.c536 info->read_byte_data = adm1275_read_byte_data; in adm1275_probe()
Dltc2978.c623 info->read_byte_data = ltc_read_byte_data; in ltc2978_probe()
Dpmbus_core.c394 if (info->read_byte_data) { in _pmbus_read_byte_data()
395 status = info->read_byte_data(client, page, reg); in _pmbus_read_byte_data()
/Linux-v5.4/Documentation/i2c/
Dfunctionality.rst32 I2C_FUNC_SMBUS_READ_BYTE_DATA Handles the SMBus read_byte_data command
48 I2C_FUNC_SMBUS_BYTE_DATA Handles the SMBus read_byte_data
/Linux-v5.4/Documentation/hwmon/
Dpmbus-core.rst157 int (*read_byte_data)(struct i2c_client *client, int page, int reg);