Searched refs:i2c_smbus_read_byte (Results 1 – 26 of 26) sorted by relevance
223 temp = i2c_smbus_read_byte(pdev->client); in ds2482_wait_1wire_idle()251 if (i2c_smbus_read_byte(pdev->client) == ds2482_chan_rd[channel]) { in ds2482_set_channel()375 result = i2c_smbus_read_byte(pdev->client); in ds2482_w1_read_byte()479 temp1 = i2c_smbus_read_byte(client); in ds2482_probe()
270 i2c_smbus_read_byte(client); in pcf8591_init_client()290 i2c_smbus_read_byte(client); in pcf8591_read_channel()292 value = i2c_smbus_read_byte(client); in pcf8591_read_channel()
422 err = i2c_smbus_read_byte(client); in lm90_read_reg()
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()
174 *val = i2c_smbus_read_byte(client); in taos_i2c_read()353 reg_val = i2c_smbus_read_byte(chip->client); in taos_als_calibrate()369 reg_val = i2c_smbus_read_byte(chip->client); in taos_als_calibrate()837 ret = i2c_smbus_read_byte(clientp); in taos_probe()
309 ret = i2c_smbus_read_byte(client); in tsl2x7x_i2c_read()586 reg_val = i2c_smbus_read_byte(chip->client); in tsl2x7x_als_calibrate()602 reg_val = i2c_smbus_read_byte(chip->client); in tsl2x7x_als_calibrate()
32 ret = i2c_smbus_read_byte(client); in adt7316_i2c_read()
445 val = i2c_smbus_read_byte(cpld_client); in set_vpif_clock()560 val = i2c_smbus_read_byte(cpld_client); in setup_vpif_input_path()592 val = i2c_smbus_read_byte(cpld_client); in setup_vpif_input_channel_mode()
110 return (int)i2c_smbus_read_byte(client); in i2c_read_le8()294 status = i2c_smbus_read_byte(client); in pcf857x_probe()
187 ret = i2c_smbus_read_byte(client); in max732x_readb()
45 idx = i2c_smbus_read_byte(pmic->client); in isl6271a_get_voltage_sel()
167 data = i2c_smbus_read_byte(client); in qt2160_read_block()266 ret = i2c_smbus_read_byte(client); in qt2160_read()
95 status = i2c_smbus_read_byte(ara); in smbus_alert()
294 status = i2c_smbus_read_byte(&client); in acpi_i2c_space_handler()2466 s32 i2c_smbus_read_byte(const struct i2c_client *client) in i2c_smbus_read_byte() function2476 EXPORT_SYMBOL(i2c_smbus_read_byte);
95 j = i2c_smbus_read_byte(client); in max6875_update_slice()
65 return i2c_smbus_read_byte(client); in saa7185_read()
122 return i2c_smbus_read_byte(client); in saa7110_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()
87 extern s32 i2c_smbus_read_byte(const struct i2c_client *client);
81 /* Using I2C Read, equivalent of i2c_smbus_read_byte(file) */150 __s32 i2c_smbus_read_byte(int file);
61 SMBus Receive Byte: i2c_smbus_read_byte()
360 s32 i2c_smbus_read_byte(struct i2c_client *client);
342 result = i2c_smbus_read_byte(client); in blinkm_read()
331 ret = i2c_smbus_read_byte(client); in max1363_smbus_recv()