Searched refs:pmbus_write_byte (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/hwmon/pmbus/ |
H A D | lm25066.c | 420 ret = pmbus_write_byte(client, 0, LM25066_CLEAR_PIN_PEAK); lm25066_write_word_data()
|
H A D | pmbus.h | 411 int pmbus_write_byte(struct i2c_client *client, int page, u8 value);
|
H A D | pmbus_core.c | 147 int pmbus_write_byte(struct i2c_client *client, int page, u8 value) pmbus_write_byte() function 159 EXPORT_SYMBOL_GPL(pmbus_write_byte); variable 162 * _pmbus_write_byte() is similar to pmbus_write_byte(), but checks if 176 return pmbus_write_byte(client, page, value); _pmbus_write_byte()
|
H A D | zl6100.c | 290 ret = pmbus_write_byte(client, page, value); zl6100_write_byte()
|
H A D | ltc2978.c | 191 return pmbus_write_byte(client, page, byte); ltc_write_byte()
|
Completed in 73 milliseconds