Searched refs:write_byte_data (Results 1 – 6 of 6) sorted by relevance
33 I2C_FUNC_SMBUS_WRITE_BYTE_DATA Handles the SMBus write_byte_data command35 I2C_FUNC_SMBUS_WRITE_WORD_DATA Handles the SMBus write_byte_data command49 and write_byte_data commands
191 data->info.write_byte_data = tda38640_write_byte_data; in tda38640_probe()
381 .write_byte_data = tps25990_write_byte_data,
456 int (*write_byte_data)(struct i2c_client *client, int page, int reg, member
747 info->write_byte_data = ltc_write_byte_data; in ltc2978_probe()
348 if (info->write_byte_data) { in _pmbus_write_byte_data() 349 status = info->write_byte_data(client, page, reg, value); in _pmbus_write_byte_data()