Lines Matching refs:s32
80 extern s32 i2c_smbus_xfer(struct i2c_adapter *adapter, u16 addr,
87 extern s32 i2c_smbus_read_byte(const struct i2c_client *client);
88 extern s32 i2c_smbus_write_byte(const struct i2c_client *client, u8 value);
89 extern s32 i2c_smbus_read_byte_data(const struct i2c_client *client,
91 extern s32 i2c_smbus_write_byte_data(const struct i2c_client *client,
93 extern s32 i2c_smbus_read_word_data(const struct i2c_client *client,
95 extern s32 i2c_smbus_write_word_data(const struct i2c_client *client,
98 static inline s32
101 s32 value = i2c_smbus_read_word_data(client, command); in i2c_smbus_read_word_swapped()
106 static inline s32
114 extern s32 i2c_smbus_read_block_data(const struct i2c_client *client,
116 extern s32 i2c_smbus_write_block_data(const struct i2c_client *client,
119 extern s32 i2c_smbus_read_i2c_block_data(const struct i2c_client *client,
121 extern s32 i2c_smbus_write_i2c_block_data(const struct i2c_client *client,