Home
last modified time | relevance | path

Searched refs:pmbus_write_byte_data (Results 1 – 4 of 4) sorted by relevance

/drivers/hwmon/pmbus/
Dstpddc60.c161 ret = pmbus_write_byte_data(client, page, in stpddc60_write_word_data()
171 ret = pmbus_write_byte_data(client, page, in stpddc60_write_word_data()
Dpmbus.h487 int pmbus_write_byte_data(struct i2c_client *client, int page, u8 reg,
Dpmbus_core.c293 rv = pmbus_write_byte_data(client, page, in pmbus_update_fan()
375 int pmbus_write_byte_data(struct i2c_client *client, int page, u8 reg, u8 value) in pmbus_write_byte_data() function
385 EXPORT_SYMBOL_NS_GPL(pmbus_write_byte_data, PMBUS);
400 rv = pmbus_write_byte_data(client, page, reg, tmp); in pmbus_update_byte_data()
915 ret = pmbus_write_byte_data(client, page, reg, regval); in pmbus_get_boolean()
Dlm25066.c429 ret = pmbus_write_byte_data(client, 0, LM25066_SAMPLES_FOR_AVG, in lm25066_write_word_data()