Home
last modified time | relevance | path

Searched refs:pmbus_write_byte_data (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dstpddc60.c161 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 Dmpq7932.c62 return pmbus_write_byte_data(client, page, reg, word & 0xFF); in mpq7932_write_word_data()
H A Dlm25066.c428 ret = pmbus_write_byte_data(client, 0, LM25066_SAMPLES_FOR_AVG, in lm25066_write_word_data()
H A Dpmbus.h494 int pmbus_write_byte_data(struct i2c_client *client, int page, u8 reg,
H A Dltc2978.c207 return pmbus_write_byte_data(client, page, reg, value); in ltc_write_byte_data()
H A Dpmbus_core.c286 * _pmbus_write_byte_data() is similar to pmbus_write_byte_data(), but checks if
300 return pmbus_write_byte_data(client, page, reg, value); in _pmbus_write_byte_data()
417 int pmbus_write_byte_data(struct i2c_client *client, int page, u8 reg, u8 value) in pmbus_write_byte_data() function
427 EXPORT_SYMBOL_NS_GPL(pmbus_write_byte_data, PMBUS);
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dpmbus_core.c282 rv = pmbus_write_byte_data(client, page, in pmbus_update_fan()
364 int pmbus_write_byte_data(struct i2c_client *client, int page, u8 reg, u8 value) in pmbus_write_byte_data() function
374 EXPORT_SYMBOL_GPL(pmbus_write_byte_data); variable
389 rv = pmbus_write_byte_data(client, page, reg, tmp); in pmbus_update_byte_data()
902 ret = pmbus_write_byte_data(client, page, reg, regval); in pmbus_get_boolean()
H A Dpmbus.h486 int pmbus_write_byte_data(struct i2c_client *client, int page, u8 reg,
H A Dlm25066.c434 ret = pmbus_write_byte_data(client, 0, LM25066_SAMPLES_FOR_AVG, in lm25066_write_word_data()

Completed in 14 milliseconds