/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm77.c | 264 cur = i2c_smbus_read_word_data(client, 0); in lm77_detect() 266 hyst = i2c_smbus_read_word_data(client, 2); in lm77_detect() 267 crit = i2c_smbus_read_word_data(client, 3); in lm77_detect() 268 min = i2c_smbus_read_word_data(client, 4); in lm77_detect() 269 max = i2c_smbus_read_word_data(client, 5); in lm77_detect() 272 || i2c_smbus_read_word_data(client, i + 2) != hyst in lm77_detect() 273 || i2c_smbus_read_word_data(client, i + 3) != crit in lm77_detect() 274 || i2c_smbus_read_word_data(client, i + 4) != min in lm77_detect() 275 || i2c_smbus_read_word_data(client, i + 5) != max) in lm77_detect() 292 cur = i2c_smbus_read_word_data(clien in lm77_detect() [all...] |
H A D | menf21bmc_hwmon.c | 62 val = i2c_smbus_read_word_data(drv_data->i2c_client, in menf21bmc_hwmon_update() 82 val = i2c_smbus_read_word_data(drv_data->i2c_client, in menf21bmc_hwmon_get_volt_limits() 89 val = i2c_smbus_read_word_data(drv_data->i2c_client, in menf21bmc_hwmon_get_volt_limits()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm77.c | 264 cur = i2c_smbus_read_word_data(client, 0); in lm77_detect() 266 hyst = i2c_smbus_read_word_data(client, 2); in lm77_detect() 267 crit = i2c_smbus_read_word_data(client, 3); in lm77_detect() 268 min = i2c_smbus_read_word_data(client, 4); in lm77_detect() 269 max = i2c_smbus_read_word_data(client, 5); in lm77_detect() 272 || i2c_smbus_read_word_data(client, i + 2) != hyst in lm77_detect() 273 || i2c_smbus_read_word_data(client, i + 3) != crit in lm77_detect() 274 || i2c_smbus_read_word_data(client, i + 4) != min in lm77_detect() 275 || i2c_smbus_read_word_data(client, i + 5) != max) in lm77_detect() 292 cur = i2c_smbus_read_word_data(clien in lm77_detect() [all...] |
H A D | menf21bmc_hwmon.c | 62 val = i2c_smbus_read_word_data(drv_data->i2c_client, in menf21bmc_hwmon_update() 82 val = i2c_smbus_read_word_data(drv_data->i2c_client, in menf21bmc_hwmon_get_volt_limits() 89 val = i2c_smbus_read_word_data(drv_data->i2c_client, in menf21bmc_hwmon_get_volt_limits()
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | mp2975.c | 342 ret = i2c_smbus_read_word_data(client, MP2975_MFR_VR_MULTI_CONFIG_R2); in mp2975_identify_multiphase_rail2() 379 ret = i2c_smbus_read_word_data(client, MP2975_MFR_VR_MULTI_CONFIG_R1); in mp2975_identify_multiphase() 413 ret = i2c_smbus_read_word_data(client, reg); in mp2975_identify_vid() 473 ret = i2c_smbus_read_word_data(client, in mp2975_current_sense_gain_get() 508 ret = i2c_smbus_read_word_data(client, MP2975_MFR_READ_VREF_R1); in mp2975_vref_get() 516 ret = i2c_smbus_read_word_data(client, MP2975_MFR_READ_VREF_R2); in mp2975_vref_get() 531 ret = i2c_smbus_read_word_data(client, MP2975_MFR_OVP_TH_SET); in mp2975_vref_offset_get() 558 ret = i2c_smbus_read_word_data(client, PMBUS_VOUT_MAX); in mp2975_vout_max_get() 573 ret = i2c_smbus_read_word_data(client, MP2975_MFR_DC_LOOP_CTRL); in mp2975_identify_vout_format() 599 ret = i2c_smbus_read_word_data(clien in mp2975_vout_ov_scale_get() [all...] |
H A D | max16601.c | 106 return i2c_smbus_read_word_data(client, REG_IIN_SENSOR); in max16601_read_word() 108 return i2c_smbus_read_word_data(client, in max16601_read_word() 117 ret = i2c_smbus_read_word_data(data->vsa, in max16601_read_word() 135 return i2c_smbus_read_word_data(data->vsa, reg); in max16601_read_word()
|
H A D | max20730.c | 259 ret = i2c_smbus_read_word_data(psu->client, in max20730_debugfs_read() 272 ret = i2c_smbus_read_word_data(psu->client, PMBUS_VOUT_COMMAND); in max20730_debugfs_read() 281 ret = i2c_smbus_read_word_data(psu->client, PMBUS_VOUT_MAX); in max20730_debugfs_read() 311 ret = i2c_smbus_read_word_data(client, MAX20730_MFR_DEVSET2); in max20730_init_debugfs() 316 ret = i2c_smbus_read_word_data(client, MAX20730_MFR_VOUT_MIN); in max20730_init_debugfs() 739 ret = i2c_smbus_read_word_data(client, MAX20730_MFR_DEVSET1); in max20730_probe()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | menf21bmc.c | 64 rev_major = i2c_smbus_read_word_data(client, BMC_CMD_REV_MAJOR); in menf21bmc_probe() 70 rev_minor = i2c_smbus_read_word_data(client, BMC_CMD_REV_MINOR); in menf21bmc_probe() 76 rev_main = i2c_smbus_read_word_data(client, BMC_CMD_REV_MAIN); in menf21bmc_probe()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | menf21bmc.c | 64 rev_major = i2c_smbus_read_word_data(client, BMC_CMD_REV_MAJOR); in menf21bmc_probe() 70 rev_minor = i2c_smbus_read_word_data(client, BMC_CMD_REV_MINOR); in menf21bmc_probe() 76 rev_main = i2c_smbus_read_word_data(client, BMC_CMD_REV_MAIN); in menf21bmc_probe()
|
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | vcnl4000.c | 280 ret = i2c_smbus_read_word_data(data->client, VCNL4200_AL_CONF); in vcnl4000_write_als_enable() 303 ret = i2c_smbus_read_word_data(data->client, VCNL4200_PS_CONF1); in vcnl4000_write_ps_enable() 349 ret = i2c_smbus_read_word_data(data->client, VCNL4200_DEV_ID); in vcnl4200_init() 356 ret = i2c_smbus_read_word_data(data->client, VCNL4040_DEV_ID); in vcnl4200_init() 481 ret = i2c_smbus_read_word_data(data->client, chan->reg); in vcnl4200_measure() 562 ret = i2c_smbus_read_word_data(data->client, VCNL4200_AL_CONF); in vcnl4040_read_als_it() 597 ret = i2c_smbus_read_word_data(data->client, VCNL4200_AL_CONF); in vcnl4040_write_als_it() 616 ret = i2c_smbus_read_word_data(data->client, VCNL4200_PS_CONF1); in vcnl4040_read_ps_it() 651 ret = i2c_smbus_read_word_data(data->client, VCNL4200_PS_CONF1); in vcnl4040_write_ps_it() 670 ret = i2c_smbus_read_word_data(dat in vcnl4040_read_als_period() [all...] |
H A D | adjd_s311.c | 107 ret = i2c_smbus_read_word_data(data->client, reg); in adjd_s311_read_data() 130 ret = i2c_smbus_read_word_data(data->client, in adjd_s311_trigger_handler() 193 ret = i2c_smbus_read_word_data(data->client, in adjd_s311_read_raw()
|
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
H A D | mp2975.c | 487 ret = i2c_smbus_read_word_data(client, MP2975_MFR_VR_MULTI_CONFIG_R2); in mp2975_identify_multiphase_rail2() 524 ret = i2c_smbus_read_word_data(client, MP2975_MFR_VR_MULTI_CONFIG_R1); in mp2975_identify_multiphase() 560 ret = i2c_smbus_read_word_data(client, reg); in mp2975_identify_vid() 649 ret = i2c_smbus_read_word_data(client, in mp2975_current_sense_gain_get() 684 ret = i2c_smbus_read_word_data(client, MP2975_MFR_READ_VREF_R1); in mp2975_vref_get() 692 ret = i2c_smbus_read_word_data(client, MP2975_MFR_READ_VREF_R2); in mp2975_vref_get() 707 ret = i2c_smbus_read_word_data(client, MP2975_MFR_OVP_TH_SET); in mp2975_vref_offset_get() 734 ret = i2c_smbus_read_word_data(client, PMBUS_VOUT_MAX); in mp2975_vout_max_get() 751 ret = i2c_smbus_read_word_data(client, MP2975_MFR_DC_LOOP_CTRL); in mp2975_set_vout_format() 759 ret = i2c_smbus_read_word_data(clien in mp2975_set_vout_format() [all...] |
H A D | max16601.c | 113 return i2c_smbus_read_word_data(client, REG_IIN_SENSOR); in max16601_read_word() 115 return i2c_smbus_read_word_data(client, in max16601_read_word() 124 ret = i2c_smbus_read_word_data(data->vsa, in max16601_read_word() 142 return i2c_smbus_read_word_data(data->vsa, reg); in max16601_read_word()
|
H A D | max20730.c | 260 ret = i2c_smbus_read_word_data(psu->client, in max20730_debugfs_read() 273 ret = i2c_smbus_read_word_data(psu->client, PMBUS_VOUT_COMMAND); in max20730_debugfs_read() 282 ret = i2c_smbus_read_word_data(psu->client, PMBUS_VOUT_MAX); in max20730_debugfs_read() 313 ret = i2c_smbus_read_word_data(client, MAX20730_MFR_DEVSET2); in max20730_init_debugfs() 318 ret = i2c_smbus_read_word_data(client, MAX20730_MFR_VOUT_MIN); in max20730_init_debugfs() 739 ret = i2c_smbus_read_word_data(client, MAX20730_MFR_DEVSET1); in max20730_probe()
|
H A D | zl6100.c | 403 ret = i2c_smbus_read_word_data(client, ZL8802_MFR_DDC_CONFIG); in zl6100_probe() 424 ret = i2c_smbus_read_word_data(client, ZL8802_MFR_USER_CONFIG); in zl6100_probe() 434 ret = i2c_smbus_read_word_data(client, ZL8802_MFR_USER_GLOBAL_CONFIG); in zl6100_probe() 441 ret = i2c_smbus_read_word_data(client, ZL6100_MFR_CONFIG); in zl6100_probe()
|
/kernel/linux/linux-5.10/drivers/iio/temperature/ |
H A D | mlx90614.c | 155 ret = i2c_smbus_read_word_data(client, MLX90614_CONFIG); in mlx90614_iir_search() 250 ret = i2c_smbus_read_word_data(data->client, cmd); in mlx90614_read_raw() 272 ret = i2c_smbus_read_word_data(data->client, in mlx90614_read_raw() 292 ret = i2c_smbus_read_word_data(data->client, MLX90614_CONFIG); in mlx90614_read_raw() 447 i2c_smbus_read_word_data(data->client, MLX90614_CONFIG); in mlx90614_wakeup() 498 ret = i2c_smbus_read_word_data(client, MLX90614_CONFIG); in mlx90614_probe_num_ir_sensors()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | surface3_power.c | 217 ret = i2c_smbus_read_word_data(client, in mshw0011_bix() 227 ret = i2c_smbus_read_word_data(client, in mshw0011_bix() 253 ret = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_CYCLE_CNT); in mshw0011_bix() 278 rate = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_RATE); in mshw0011_bst() 282 capacity = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_CAPACITY); in mshw0011_bst() 286 voltage = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_VOLTAGE); in mshw0011_bst()
|
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surface3_power.c | 216 ret = i2c_smbus_read_word_data(client, in mshw0011_bix() 226 ret = i2c_smbus_read_word_data(client, in mshw0011_bix() 252 ret = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_CYCLE_CNT); in mshw0011_bix() 277 rate = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_RATE); in mshw0011_bst() 281 capacity = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_CAPACITY); in mshw0011_bst() 285 voltage = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_VOLTAGE); in mshw0011_bst()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-nxp.c | 95 i2c_smbus_read_word_data(isp1301_i2c_client, 0x00)); in isp1301_configure_lpc32xx() 97 i2c_smbus_read_word_data(isp1301_i2c_client, 0x02)); in isp1301_configure_lpc32xx() 99 i2c_smbus_read_word_data(isp1301_i2c_client, 0x14)); in isp1301_configure_lpc32xx()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-nxp.c | 95 i2c_smbus_read_word_data(isp1301_i2c_client, 0x00)); in isp1301_configure_lpc32xx() 97 i2c_smbus_read_word_data(isp1301_i2c_client, 0x02)); in isp1301_configure_lpc32xx() 99 i2c_smbus_read_word_data(isp1301_i2c_client, 0x14)); in isp1301_configure_lpc32xx()
|
/kernel/linux/linux-6.6/drivers/iio/proximity/ |
H A D | rfd77402.c | 104 ret = i2c_smbus_read_word_data(client, RFD77402_STATUS_R); in rfd77402_set_state() 143 ret = i2c_smbus_read_word_data(client, RFD77402_RESULT_R); in rfd77402_measure() 266 ret = i2c_smbus_read_word_data(client, RFD77402_MOD_CHIP_ID); in rfd77402_probe()
|
/kernel/linux/linux-6.6/drivers/iio/temperature/ |
H A D | mlx90614.c | 173 ret = i2c_smbus_read_word_data(client, chip_info->op_eeprom_config1); in mlx90614_iir_search() 279 ret = i2c_smbus_read_word_data(data->client, cmd); in mlx90614_read_raw() 304 ret = i2c_smbus_read_word_data(data->client, in mlx90614_read_raw() 327 ret = i2c_smbus_read_word_data(data->client, in mlx90614_read_raw() 519 i2c_smbus_read_word_data(data->client, chip_info->op_eeprom_config1); in mlx90614_wakeup() 576 ret = i2c_smbus_read_word_data(client, chip_info->op_eeprom_config1); in mlx90614_probe_num_ir_sensors()
|
/kernel/linux/linux-5.10/drivers/iio/light/ |
H A D | adjd_s311.c | 104 ret = i2c_smbus_read_word_data(data->client, reg); in adjd_s311_read_data() 127 ret = i2c_smbus_read_word_data(data->client, in adjd_s311_trigger_handler() 190 ret = i2c_smbus_read_word_data(data->client, in adjd_s311_read_raw()
|
H A D | tcs3472.c | 159 ret = i2c_smbus_read_word_data(data->client, chan->address); in tcs3472_read_raw() 388 ret = i2c_smbus_read_word_data(data->client, in tcs3472_trigger_handler() 488 ret = i2c_smbus_read_word_data(data->client, TCS3472_AILT); in tcs3472_probe() 493 ret = i2c_smbus_read_word_data(data->client, TCS3472_AIHT); in tcs3472_probe()
|
/kernel/linux/linux-5.10/drivers/iio/proximity/ |
H A D | rfd77402.c | 104 ret = i2c_smbus_read_word_data(data->client, RFD77402_STATUS_R); in rfd77402_set_state() 143 ret = i2c_smbus_read_word_data(data->client, RFD77402_RESULT_R); in rfd77402_measure() 262 ret = i2c_smbus_read_word_data(client, RFD77402_MOD_CHIP_ID); in rfd77402_probe()
|