Searched refs:pmbus_write_byte (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/hwmon/pmbus/
H A Dlm25066.c420 ret = pmbus_write_byte(client, 0, LM25066_CLEAR_PIN_PEAK); lm25066_write_word_data()
H A Dpmbus.h411 int pmbus_write_byte(struct i2c_client *client, int page, u8 value);
H A Dpmbus_core.c147 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 Dzl6100.c290 ret = pmbus_write_byte(client, page, value); zl6100_write_byte()
H A Dltc2978.c191 return pmbus_write_byte(client, page, byte); ltc_write_byte()

Completed in 73 milliseconds