Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/pmbus/
Dfsp-3y.c185 .read_byte_data = fsp3y_read_byte_data,
200 .read_byte_data = fsp3y_read_byte_data,
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,
Dbpa-rs600.c145 .read_byte_data = bpa_rs600_read_byte_data,
Dmax8688.c163 .read_byte_data = max8688_read_byte_data,
Dltc3815.c175 .read_byte_data = ltc3815_read_byte_data,
Dmax15301.c169 info->read_byte_data = max15301_read_byte_data; in max15301_probe()
Dstpddc60.c222 info->read_byte_data = stpddc60_read_byte_data; in stpddc60_probe()
Dpim4328.c175 info->read_byte_data = pim4328_read_byte_data; in pim4328_probe()
Dibm-cffps.c466 .read_byte_data = ibm_cffps_read_byte_data,
480 .read_byte_data = ibm_cffps_read_byte_data,
Dmax16601.c251 .read_byte_data = max16601_read_byte,
Dmax31785.c252 .read_byte_data = max31785_read_byte_data,
Dmp2888.c349 .read_byte_data = mp2888_read_byte_data,
Dpmbus.h438 int (*read_byte_data)(struct i2c_client *client, int page, int reg); member
Dzl6100.c453 info->read_byte_data = zl6100_read_byte_data; in zl6100_probe()
Dlm25066.c511 info->read_byte_data = lm25056_read_byte_data; in lm25066_probe()
Ducd9000.c598 info->read_byte_data = ucd9000_read_byte_data; in ucd9000_probe()
Dmp2975.c679 .read_byte_data = mp2975_read_byte_data,
Dadm1275.c553 info->read_byte_data = adm1275_read_byte_data; in adm1275_probe()
Dltc2978.c714 info->read_byte_data = ltc_read_byte_data; in ltc2978_probe()
Dpmbus_core.c312 if (info->read_byte_data) { in _pmbus_read_byte_data()
313 status = info->read_byte_data(client, page, reg); in _pmbus_read_byte_data()
/Linux-v6.1/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-v6.1/Documentation/hwmon/
Dpmbus-core.rst166 int (*read_byte_data)(struct i2c_client *client, int page, int reg);