Lines Matching refs:int
27 int file;
28 int adapter_nr = 2; /* probably dynamically determined */
39 int addr = 0x40; /* The I2C address */
101 int nmsgs; /* number of messages to exchange */
121 __s32 i2c_smbus_write_quick(int file, __u8 value);
122 __s32 i2c_smbus_read_byte(int file);
123 __s32 i2c_smbus_write_byte(int file, __u8 value);
124 __s32 i2c_smbus_read_byte_data(int file, __u8 command);
125 __s32 i2c_smbus_write_byte_data(int file, __u8 command, __u8 value);
126 __s32 i2c_smbus_read_word_data(int file, __u8 command);
127 __s32 i2c_smbus_write_word_data(int file, __u8 command, __u16 value);
128 __s32 i2c_smbus_process_call(int file, __u8 command, __u16 value);
129 __s32 i2c_smbus_read_block_data(int file, __u8 command, __u8 *values);
130 __s32 i2c_smbus_write_block_data(int file, __u8 command, __u8 length,