Searched refs:pmbus_write_byte_data (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hwmon/pmbus/ |
| H A D | stpddc60.c | 161 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 D | max31785.c | 99 rc = pmbus_write_byte_data(client, page, command, data); in _max31785_write_byte_data()
|
| H A D | pmbus_core.c | 359 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");
|