Searched refs:i2c_smbus_read_byte (Results 1 – 25 of 34) sorted by relevance
12
218 temp = i2c_smbus_read_byte(pdev->client); in ds2482_wait_1wire_idle()246 if (i2c_smbus_read_byte(pdev->client) == ds2482_chan_rd[channel]) { in ds2482_set_channel()370 result = i2c_smbus_read_byte(pdev->client); in ds2482_w1_read_byte()473 temp1 = i2c_smbus_read_byte(client); in ds2482_probe()
268 i2c_smbus_read_byte(client); in pcf8591_init_client()288 i2c_smbus_read_byte(client); in pcf8591_read_channel()290 value = i2c_smbus_read_byte(client); in pcf8591_read_channel()
58 ret = i2c_smbus_read_byte(data->client2); /* read MSB, address 0x39 */ in veml6070_read()63 ret = i2c_smbus_read_byte(data->client1); /* read LSB, address 0x38 */ in veml6070_read()
213 *val = i2c_smbus_read_byte(cm36651->ps_client); in cm36651_read_output()248 ret = i2c_smbus_read_byte(cm36651->ara_client); in cm36651_irq_handler()
52 x = 0xF & (~(i2c_smbus_read_byte(lp->client) >> 4)); in read_state()55 y = 0xF & (~i2c_smbus_read_byte(lp->client)); in read_state()
93 i2c_smbus_read_byte() or i2c_smbus_read_i2c_block_data() to read the data.100 value = i2c_smbus_read_byte(fd);
32 return i2c_smbus_read_byte(client); in read_d8()
480 val = i2c_smbus_read_byte(cpld_client); in set_vpif_clock()596 val = i2c_smbus_read_byte(cpld_client); in setup_vpif_input_path()628 val = i2c_smbus_read_byte(cpld_client); in setup_vpif_input_channel_mode()
32 ret = i2c_smbus_read_byte(client); in adt7316_i2c_read()
109 return (int)i2c_smbus_read_byte(client); in i2c_read_le8()323 status = i2c_smbus_read_byte(client); in pcf857x_probe()
45 idx = i2c_smbus_read_byte(pmic->client); in isl6271a_get_voltage_sel()
94 status = i2c_smbus_read_byte(ara); in smbus_alert()
95 s32 i2c_smbus_read_byte(const struct i2c_client *client) in i2c_smbus_read_byte() function105 EXPORT_SYMBOL(i2c_smbus_read_byte);
548 status = i2c_smbus_read_byte(client); in i2c_acpi_space_handler()
167 data = i2c_smbus_read_byte(client); in qt2160_read_block()266 ret = i2c_smbus_read_byte(client); in qt2160_read()
65 ret = i2c_smbus_read_byte(data->client); in mcp4018_read_raw()
95 j = i2c_smbus_read_byte(client); in max6875_update_slice()
61 return i2c_smbus_read_byte(client); in saa7185_read()
118 return i2c_smbus_read_byte(client); in saa7110_read()
81 /* Using I2C Read, equivalent of i2c_smbus_read_byte(file) */150 __s32 i2c_smbus_read_byte(int file);
102 ret = i2c_smbus_read_byte(client); in lidar_smbus_xfer()
208 ret = i2c_smbus_read_byte(client); in vz89x_smbus_xfer()
241 ret = i2c_smbus_read_byte(client); in sii9234_writebm()277 ret = i2c_smbus_read_byte(client); in sii9234_readb()
272 ret = i2c_smbus_read_byte(data->client); in pca954x_irq_handler()
155 extern s32 i2c_smbus_read_byte(const struct i2c_client *client);