Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A 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()
H A Dmax31785.c99 rc = pmbus_write_byte_data(client, page, command, data); in _max31785_write_byte_data()
H A Dpmbus_core.c359 return pmbus_write_byte_data(client, page, reg, value); in _pmbus_write_byte_data()
484 int pmbus_write_byte_data(struct i2c_client *client, int page, u8 reg, u8 value) in pmbus_write_byte_data() function
498 EXPORT_SYMBOL_NS_GPL(pmbus_write_byte_data, "PMBUS");