Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/pmbus/
H A Dfsp-3y.c184 .read_byte_data = fsp3y_read_byte_data,
199 .read_byte_data = fsp3y_read_byte_data,
H A Dmax34440.c312 .read_byte_data = max34440_read_byte_data,
355 .read_byte_data = max34440_read_byte_data,
392 .read_byte_data = max34440_read_byte_data,
H A Dbpa-rs600.c145 .read_byte_data = bpa_rs600_read_byte_data,
H A Dmax8688.c163 .read_byte_data = max8688_read_byte_data,
H A Dltc3815.c175 .read_byte_data = ltc3815_read_byte_data,
H A Dmp5990.c107 .read_byte_data = mp5990_read_byte_data,
H A Dmax15301.c169 info->read_byte_data = max15301_read_byte_data; in max15301_probe()
H A Dstpddc60.c222 info->read_byte_data = stpddc60_read_byte_data; in stpddc60_probe()
H A Dpim4328.c175 info->read_byte_data = pim4328_read_byte_data; in pim4328_probe()
H A Dibm-cffps.c449 .read_byte_data = ibm_cffps_read_byte_data,
465 .read_byte_data = ibm_cffps_read_byte_data,
H A Ducd9000.c666 info->read_byte_data = ucd9000_read_byte_data; in ucd9000_probe()
670 info->read_byte_data = ucd90320_read_byte_data; in ucd9000_probe()
H A Dmax16601.c252 .read_byte_data = max16601_read_byte,
H A Dmp2888.c349 .read_byte_data = mp2888_read_byte_data,
H A Dzl6100.c453 info->read_byte_data = zl6100_read_byte_data; in zl6100_probe()
H A Dpmbus.h438 int (*read_byte_data)(struct i2c_client *client, int page, int reg); member
H A Dmp2856.c392 .read_byte_data = mp2856_read_byte_data,
H A Dlm25066.c511 info->read_byte_data = lm25056_read_byte_data; in lm25066_probe()
H A Dmax31785.c647 .read_byte_data = max31785_read_byte_data,
H A Dadm1275.c596 info->read_byte_data = adm1275_read_byte_data; in adm1275_probe()
H A Dltc2978.c717 info->read_byte_data = ltc_read_byte_data; in ltc2978_probe()
H A Dpmbus_core.c323 if (info->read_byte_data) { in _pmbus_read_byte_data()
324 status = info->read_byte_data(client, page, reg); in _pmbus_read_byte_data()
/openbmc/linux/Documentation/i2c/
H A 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
/openbmc/linux/Documentation/hwmon/
H A Dpmbus-core.rst166 int (*read_byte_data)(struct i2c_client *client, int page, int reg);