Searched refs:pmbus_write_byte (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/hwmon/pmbus/ |
H A D | lt7182s.c | 74 ret = pmbus_write_byte(client, 0, MFR_CLEAR_PEAKS); in lt7182s_write_word_data()
|
H A D | pmbus.h | 533 int pmbus_write_byte(struct i2c_client *client, int page, u8 value);
|
H A D | lm25066.c | 424 ret = pmbus_write_byte(client, 0, LM25066_CLEAR_PIN_PEAK); in lm25066_write_word_data()
|
H A D | ltc2978.c | 218 return pmbus_write_byte(client, page, byte); in ltc_write_byte()
|
H A D | pmbus_core.c | 241 int pmbus_write_byte(struct i2c_client *client, int page, u8 value) in pmbus_write_byte() function 255 EXPORT_SYMBOL_NS_GPL(pmbus_write_byte, PMBUS); 272 return pmbus_write_byte(client, page, value); in _pmbus_write_byte()
|
/linux/Documentation/hwmon/ |
H A D | pmbus-core.rst | 249 int pmbus_write_byte(struct i2c_client *client, int page, u8 value);
|