Home
last modified time | relevance | path

Searched refs:i2c_smbus_read_word_data (Results 1 – 25 of 91) sorted by relevance

1234

/linux/drivers/hwmon/
A Dlm77.c264 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()
292 cur = i2c_smbus_read_word_data(client, 0); in lm77_detect()
293 if (i2c_smbus_read_word_data(client, 6) != cur in lm77_detect()
294 || i2c_smbus_read_word_data(client, 7) != cur) in lm77_detect()
296 hyst = i2c_smbus_read_word_data(client, 2); in lm77_detect()
300 min = i2c_smbus_read_word_data(client, 4); in lm77_detect()
[all …]
A Dmenf21bmc_hwmon.c62 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/drivers/hwmon/pmbus/
A Dmp2975.c342 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 …]
A Dmax16601.c112 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()
A Dzl6100.c403 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()
A Dmax20730.c259 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()
A Dmax31785.c312 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()
A Dmp2888.c61 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/drivers/mfd/
A Dmenf21bmc.c64 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/drivers/iio/temperature/
A Dmlx90614.c155 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/drivers/platform/surface/
A Dsurface3_power.c216 ret = i2c_smbus_read_word_data(client, in mshw0011_bix()
226 ret = i2c_smbus_read_word_data(client, in mshw0011_bix()
245 ret = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_CYCLE_CNT); in mshw0011_bix()
270 rate = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_RATE); in mshw0011_bst()
274 capacity = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_CAPACITY); in mshw0011_bst()
278 voltage = i2c_smbus_read_word_data(client, MSHW0011_BAT0_REG_VOLTAGE); in mshw0011_bst()
/linux/drivers/usb/host/
A Dohci-nxp.c95 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/drivers/iio/light/
A Dadjd_s311.c107 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()
A Dtcs3472.c159 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()
A Dcm3323.c84 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()
A Disl29125.c118 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()
A Dcm3232.c93 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()
A Dtcs3414.c145 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()
A Dcm32181.c191 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/drivers/iio/proximity/
A Drfd77402.c104 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/drivers/misc/
A Dics932s401.c135 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()
A Dad525x_dpot-i2c.c41 return i2c_smbus_read_word_data(client, reg); in read_r8d16()
/linux/drivers/usb/typec/tcpm/
A Dtcpci_rt1711h.c198 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/drivers/media/usb/em28xx/
A Dem28xx-camera.c104 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/drivers/i2c/
A Di2c-core-smbus.c176 s32 i2c_smbus_read_word_data(const struct i2c_client *client, u8 command) in i2c_smbus_read_word_data() function
186 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()

Completed in 60 milliseconds

1234