Searched refs:pmbus_write_byte_data (Results 1 – 2 of 2) sorted by relevance
404 int pmbus_write_byte_data(struct i2c_client *client, int page, u8 reg,
258 int pmbus_write_byte_data(struct i2c_client *client, int page, u8 reg, u8 value) in pmbus_write_byte_data() function268 EXPORT_SYMBOL_GPL(pmbus_write_byte_data);283 rv = pmbus_write_byte_data(client, page, reg, tmp); in pmbus_update_byte_data()