Searched refs:pmbus_write_byte_data (Results 1 – 2 of 2) 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 | pmbus_core.c | 360 return pmbus_write_byte_data(client, page, reg, value); in _pmbus_write_byte_data() 485 int pmbus_write_byte_data(struct i2c_client *client, int page, u8 reg, u8 value) in pmbus_write_byte_data() function 499 EXPORT_SYMBOL_NS_GPL(pmbus_write_byte_data, "PMBUS");
|