Searched refs:write_byte_data (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/i2c/ |
| H A D | functionality.rst | 33 I2C_FUNC_SMBUS_WRITE_BYTE_DATA Handles the SMBus write_byte_data command 35 I2C_FUNC_SMBUS_WRITE_WORD_DATA Handles the SMBus write_byte_data command 49 and write_byte_data commands
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | max34440.c | 465 .write_byte_data = max34451_write_byte_data, 503 .write_byte_data = max34451_write_byte_data, 539 .write_byte_data = max34451_write_byte_data, 689 .write_byte_data = max34451_write_byte_data, 715 .write_byte_data = max34451_write_byte_data,
|
| H A D | pmbus.h | 464 int (*write_byte_data)(struct i2c_client *client, int page, int reg, member
|
| H A D | pmbus_core.c | 367 if (info->write_byte_data) { in _pmbus_write_byte_data() 368 status = info->write_byte_data(client, page, reg, value); in _pmbus_write_byte_data()
|