Home
last modified time | relevance | path

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

/linux-6.1.9/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.h493 int pmbus_write_byte_data(struct i2c_client *client, int page, u8 reg,
Dlm25066.c428 ret = pmbus_write_byte_data(client, 0, LM25066_SAMPLES_FOR_AVG, in lm25066_write_word_data()
Dltc2978.c207 return pmbus_write_byte_data(client, page, reg, value); in ltc_write_byte_data()
Dpmbus_core.c299 return pmbus_write_byte_data(client, page, reg, value); in _pmbus_write_byte_data()
416 int pmbus_write_byte_data(struct i2c_client *client, int page, u8 reg, u8 value) in pmbus_write_byte_data() function
426 EXPORT_SYMBOL_NS_GPL(pmbus_write_byte_data, PMBUS);