Searched refs:i2c_smbus_read_byte (Results 1 – 25 of 41) sorted by relevance
12
217 temp = i2c_smbus_read_byte(pdev->client); in ds2482_wait_1wire_idle()245 if (i2c_smbus_read_byte(pdev->client) == ds2482_chan_rd[channel]) { in ds2482_set_channel()369 result = i2c_smbus_read_byte(pdev->client); in ds2482_w1_read_byte()473 temp1 = i2c_smbus_read_byte(client); in ds2482_probe()
254 i2c_smbus_read_byte(client); in pcf8591_init_client()274 i2c_smbus_read_byte(client); in pcf8591_read_channel()276 value = i2c_smbus_read_byte(client); in pcf8591_read_channel()
55 ret = i2c_smbus_read_byte(data->client2); /* read MSB, address 0x39 */ in veml6070_read()60 ret = i2c_smbus_read_byte(data->client1); /* read LSB, address 0x38 */ in veml6070_read()
210 *val = i2c_smbus_read_byte(cm36651->ps_client); in cm36651_read_output()245 ret = i2c_smbus_read_byte(cm36651->ara_client); in cm36651_irq_handler()
51 x = 0xF & (~(i2c_smbus_read_byte(lp->client) >> 4)); in read_state()54 y = 0xF & (~i2c_smbus_read_byte(lp->client)); in read_state()
115 i2c_smbus_read_byte() or i2c_smbus_read_i2c_block_data() to read the data.125 value = i2c_smbus_read_byte(fd);
31 return i2c_smbus_read_byte(client); in read_d8()
91 return i2c_smbus_read_byte(client); in i2c_read_le8()321 status = i2c_smbus_read_byte(client); in pcf857x_probe()
48 val = i2c_smbus_read_byte(gw->client); in gw_pld_get8()
52 ret = i2c_smbus_read_byte(client); in pca9570_read()
143 data = i2c_smbus_read_byte(client); in qt2160_read_block()215 ret = i2c_smbus_read_byte(client); in qt2160_read()
141 data = i2c_smbus_read_byte(touchkey->client); in tm2_touchkey_irq_handler()
31 ret = i2c_smbus_read_byte(client); in adt7316_i2c_read()
36 idx = i2c_smbus_read_byte(pmic->client); in isl6271a_get_voltage_sel()
65 ret = i2c_smbus_read_byte(data->client); in mcp4018_read_raw()
92 j = i2c_smbus_read_byte(client); in max6875_update_slice()
61 err = i2c_smbus_read_byte(ee1004_set_page[0]); in ee1004_get_current_page()
52 return i2c_smbus_read_byte(client); in saa7185_read()
90 i2c_smbus_read_byte(dev->client); in max9271_wake_up()
102 s32 i2c_smbus_read_byte(const struct i2c_client *client) in i2c_smbus_read_byte() function112 EXPORT_SYMBOL(i2c_smbus_read_byte);
85 status = i2c_smbus_read_byte(ara); in smbus_alert()
85 /* Using I2C Read, equivalent of i2c_smbus_read_byte(file) */155 __s32 i2c_smbus_read_byte(int file);
107 ret = i2c_smbus_read_byte(client); in lidar_smbus_xfer()
207 ret = i2c_smbus_read_byte(client); in vz89x_smbus_xfer()
209 status = i2c_smbus_read_byte(data->client); in mpr_read_pressure()