| /Linux-v5.15/drivers/hwmon/ | 
| 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(client, 0);  in lm77_detect()
 [all …]
 
 | 
| 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()
 
 | 
| /Linux-v5.15/drivers/hwmon/pmbus/ | 
| 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(client, MP2975_MFR_APS_DECAY_ADV);  in mp2975_vout_ov_scale_get()
 [all …]
 
 | 
| D | max16601.c | 112 			return i2c_smbus_read_word_data(client, REG_IIN_SENSOR);  in max16601_read_word()114 			return i2c_smbus_read_word_data(client,  in max16601_read_word()
 123 			ret = i2c_smbus_read_word_data(data->vsa,  in max16601_read_word()
 141 			return i2c_smbus_read_word_data(data->vsa, reg);  in max16601_read_word()
 
 | 
| 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()
 
 | 
| 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()
 737 	ret = i2c_smbus_read_word_data(client, MAX20730_MFR_DEVSET1);  in max20730_probe()
 
 | 
| D | max31785.c | 312 		ret = i2c_smbus_read_word_data(client, MFR_FAN_CONFIG);  in max31785_configure_dual_tach()350 	ret = i2c_smbus_read_word_data(client, MFR_REVISION);  in max31785_probe()
 
 | 
| D | mp2888.c | 61 	ret = i2c_smbus_read_word_data(client, MP2888_MFR_SYS_CONFIG);  in mp2888_current_sense_gain_and_resolution_get()306 	ret = i2c_smbus_read_word_data(client, MP2888_MFR_VR_CONFIG1);  in mp2888_identify_multiphase()
 
 | 
| /Linux-v5.15/drivers/mfd/ | 
| 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()
 
 | 
| /Linux-v5.15/drivers/platform/surface/ | 
| 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()
 246 	ret = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_CYCLE_CNT);  in mshw0011_bix()
 271 	rate = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_RATE);  in mshw0011_bst()
 275 	capacity = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_CAPACITY);  in mshw0011_bst()
 279 	voltage = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_VOLTAGE);  in mshw0011_bst()
 
 | 
| /Linux-v5.15/drivers/iio/temperature/ | 
| D | mlx90614.c | 155 	ret = i2c_smbus_read_word_data(client, MLX90614_CONFIG);  in mlx90614_iir_search()253 		ret = i2c_smbus_read_word_data(data->client, cmd);  in mlx90614_read_raw()
 278 		ret = i2c_smbus_read_word_data(data->client,  in mlx90614_read_raw()
 301 		ret = i2c_smbus_read_word_data(data->client, MLX90614_CONFIG);  in mlx90614_read_raw()
 462 	i2c_smbus_read_word_data(data->client, MLX90614_CONFIG);  in mlx90614_wakeup()
 513 	ret = i2c_smbus_read_word_data(client, MLX90614_CONFIG);  in mlx90614_probe_num_ir_sensors()
 
 | 
| /Linux-v5.15/drivers/usb/host/ | 
| 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()
 
 | 
| /Linux-v5.15/drivers/iio/light/ | 
| 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()
 
 | 
| D | cm3323.c | 84 	ret = i2c_smbus_read_word_data(data->client, CM3323_CMD_CONF);  in cm3323_init()165 		ret = i2c_smbus_read_word_data(data->client, chan->address);  in cm3323_read_raw()
 
 | 
| 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()
 
 | 
| D | isl29125.c | 118 	ret = i2c_smbus_read_word_data(data->client, isl29125_regs[si].data);  in isl29125_read_data()186 		int ret = i2c_smbus_read_word_data(data->client,  in isl29125_trigger_handler()
 
 | 
| D | cm3232.c | 93 	ret = i2c_smbus_read_word_data(client, CM3232_REG_ADDR_ID);  in cm3232_reg_init()217 	ret = i2c_smbus_read_word_data(client, CM3232_REG_ADDR_ALS);  in cm3232_get_lux()
 
 | 
| D | tcs3414.c | 145 		ret = i2c_smbus_read_word_data(data->client, chan->address);  in tcs3414_read_raw()211 		int ret = i2c_smbus_read_word_data(data->client,  in tcs3414_trigger_handler()
 
 | 
| D | cm32181.c | 191 	ret = i2c_smbus_read_word_data(client, CM32181_REG_ADDR_ID);  in cm32181_reg_init()322 	ret = i2c_smbus_read_word_data(client, CM32181_REG_ADDR_ALS);  in cm32181_get_lux()
 
 | 
| /Linux-v5.15/drivers/iio/proximity/ | 
| 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()
 267 	ret = i2c_smbus_read_word_data(client, RFD77402_MOD_CHIP_ID);  in rfd77402_probe()
 
 | 
| /Linux-v5.15/drivers/misc/ | 
| D | ics932s401.c | 135 		temp = i2c_smbus_read_word_data(client, regs_to_copy[i]);  in ics932s401_update_device()412 	vendor = i2c_smbus_read_word_data(client, ICS932S401_REG_VENDOR_REV);  in ics932s401_detect()
 419 	device = i2c_smbus_read_word_data(client, ICS932S401_REG_DEVICE);  in ics932s401_detect()
 
 | 
| D | ad525x_dpot-i2c.c | 41 	return i2c_smbus_read_word_data(client, reg);  in read_r8d16()
 | 
| /Linux-v5.15/drivers/media/usb/em28xx/ | 
| D | em28xx-camera.c | 104 		ret = i2c_smbus_read_word_data(client, 0x00); /* assumes LE */  in em28xx_probe_sensor_micron()114 		ret = i2c_smbus_read_word_data(client, 0xff);  in em28xx_probe_sensor_micron()
 
 | 
| /Linux-v5.15/drivers/usb/typec/tcpm/ | 
| D | tcpci_rt1711h.c | 198 	ret = i2c_smbus_read_word_data(i2c, TCPC_VENDOR_ID);  in rt1711h_check_revision()205 	ret = i2c_smbus_read_word_data(i2c, TCPC_PRODUCT_ID);  in rt1711h_check_revision()
 
 | 
| /Linux-v5.15/drivers/i2c/ | 
| D | i2c-core-smbus.c | 176 s32 i2c_smbus_read_word_data(const struct i2c_client *client, u8 command)  in i2c_smbus_read_word_data()  function186 EXPORT_SYMBOL(i2c_smbus_read_word_data);
 656 			status = i2c_smbus_read_word_data(client, command + i);  in i2c_smbus_read_i2c_block_data_or_emulated()
 
 |