| /linux/drivers/mfd/ |
| H A D | tps65010.c | 213 value = i2c_smbus_read_byte_data(tps->client, TPS_CHGCONFIG); in dbg_show() 217 value = i2c_smbus_read_byte_data(tps->client, TPS_CHGSTATUS); in dbg_show() 220 value = i2c_smbus_read_byte_data(tps->client, TPS_MASK1); in dbg_show() 225 value = i2c_smbus_read_byte_data(tps->client, TPS_REGSTATUS); in dbg_show() 228 value = i2c_smbus_read_byte_data(tps->client, TPS_MASK2); in dbg_show() 237 value = i2c_smbus_read_byte_data(tps->client, TPS_VDCDC1); in dbg_show() 241 value = i2c_smbus_read_byte_data(tps->client, TPS_VDCDC2); in dbg_show() 245 value = i2c_smbus_read_byte_data(tps->client, TPS_VREGS1); in dbg_show() 250 value = i2c_smbus_read_byte_data(tps->client, TPS_LED1_ON); in dbg_show() 251 v2 = i2c_smbus_read_byte_data(tps->client, TPS_LED1_PER); in dbg_show() [all …]
|
| /linux/drivers/hwmon/ |
| H A D | lm63.c | 211 data->pwm1[1 + i] = i2c_smbus_read_byte_data(client, in lm63_update_lut() 213 data->temp8[3 + i] = i2c_smbus_read_byte_data(client, in lm63_update_lut() 216 data->lut_temp_hyst = i2c_smbus_read_byte_data(client, in lm63_update_lut() 237 data->fan[0] = i2c_smbus_read_byte_data(client, in lm63_update_device() 239 data->fan[0] |= i2c_smbus_read_byte_data(client, in lm63_update_device() 241 data->fan[1] = (i2c_smbus_read_byte_data(client, in lm63_update_device() 243 | (i2c_smbus_read_byte_data(client, in lm63_update_device() 247 data->pwm1_freq = i2c_smbus_read_byte_data(client, in lm63_update_device() 251 data->pwm1[0] = i2c_smbus_read_byte_data(client, in lm63_update_device() 254 data->temp8[0] = i2c_smbus_read_byte_data(client, in lm63_update_device() [all …]
|
| H A D | adm1025.c | 126 data->in[i] = i2c_smbus_read_byte_data(client, in adm1025_update_device() 128 data->in_min[i] = i2c_smbus_read_byte_data(client, in adm1025_update_device() 130 data->in_max[i] = i2c_smbus_read_byte_data(client, in adm1025_update_device() 134 data->temp[i] = i2c_smbus_read_byte_data(client, in adm1025_update_device() 136 data->temp_min[i] = i2c_smbus_read_byte_data(client, in adm1025_update_device() 138 data->temp_max[i] = i2c_smbus_read_byte_data(client, in adm1025_update_device() 141 data->alarms = i2c_smbus_read_byte_data(client, in adm1025_update_device() 143 | (i2c_smbus_read_byte_data(client, in adm1025_update_device() 145 data->vid = (i2c_smbus_read_byte_data(client, in adm1025_update_device() 147 | ((i2c_smbus_read_byte_data(client, in adm1025_update_device() [all …]
|
| H A D | smsc47m192.c | 114 u8 sfr = i2c_smbus_read_byte_data(client, SMSC47M192_REG_SFR); in smsc47m192_update_device() 119 data->in[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device() 121 data->in_min[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device() 123 data->in_max[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device() 127 data->temp[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device() 129 data->temp_max[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device() 131 data->temp_min[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device() 135 data->temp_offset[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device() 147 data->vid = i2c_smbus_read_byte_data(client, SMSC47M192_REG_VID) in smsc47m192_update_device() 149 config = i2c_smbus_read_byte_data(client, in smsc47m192_update_device() [all …]
|
| H A D | lm75.c | 590 ret = i2c_smbus_read_byte_data(client, LM75_REG_CONF); in lm75_i2c_reg_read() 1037 conf = i2c_smbus_read_byte_data(new_client, 1); in lm75_detect() 1042 if (i2c_smbus_read_byte_data(new_client, 7) == LM75A_ID) { in lm75_detect() 1047 if (i2c_smbus_read_byte_data(new_client, 4) != 0xff in lm75_detect() 1048 || i2c_smbus_read_byte_data(new_client, 5) != 0xff in lm75_detect() 1049 || i2c_smbus_read_byte_data(new_client, 6) != 0xff) in lm75_detect() 1052 hyst = i2c_smbus_read_byte_data(new_client, 2); in lm75_detect() 1053 os = i2c_smbus_read_byte_data(new_client, 3); in lm75_detect() 1056 hyst = i2c_smbus_read_byte_data(new_client, 2); in lm75_detect() 1057 if (i2c_smbus_read_byte_data(new_client, 4) != hyst in lm75_detect() [all …]
|
| H A D | adc128d818.c | 95 rv = i2c_smbus_read_byte_data(client, in adc128_update_device() 101 rv = i2c_smbus_read_byte_data(client, in adc128_update_device() 115 rv = i2c_smbus_read_byte_data(client, in adc128_update_device() 121 rv = i2c_smbus_read_byte_data(client, in adc128_update_device() 128 rv = i2c_smbus_read_byte_data(client, ADC128_REG_ALARM); in adc128_update_device() 367 man_id = i2c_smbus_read_byte_data(client, ADC128_REG_MAN_ID); in adc128_detect() 368 dev_id = i2c_smbus_read_byte_data(client, ADC128_REG_DEV_ID); in adc128_detect() 373 if (i2c_smbus_read_byte_data(client, ADC128_REG_CONFIG) & 0xf4) in adc128_detect() 375 if (i2c_smbus_read_byte_data(client, ADC128_REG_CONV_RATE) & 0xfe) in adc128_detect() 377 if (i2c_smbus_read_byte_data(client, ADC128_REG_ONESHOT) & 0xfe) in adc128_detect() [all …]
|
| H A D | thmc50.c | 89 int prog = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_update_device() 94 data->temp_input[i] = i2c_smbus_read_byte_data(client, in thmc50_update_device() 96 data->temp_max[i] = i2c_smbus_read_byte_data(client, in thmc50_update_device() 98 data->temp_min[i] = i2c_smbus_read_byte_data(client, in thmc50_update_device() 101 i2c_smbus_read_byte_data(client, in thmc50_update_device() 106 i2c_smbus_read_byte_data(client, THMC50_REG_ANALOG_OUT); in thmc50_update_device() 108 i2c_smbus_read_byte_data(client, THMC50_REG_INTR); in thmc50_update_device() 144 config = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in analog_out_store() 324 company = i2c_smbus_read_byte_data(client, THMC50_REG_COMPANY_ID); in thmc50_detect() 325 revision = i2c_smbus_read_byte_data(client, THMC50_REG_DIE_CODE); in thmc50_detect() [all …]
|
| H A D | max31730.c | 146 offset = i2c_smbus_read_byte_data(data->client, in max31730_read() 153 regval = i2c_smbus_read_byte_data(data->client, in max31730_read() 160 regval = i2c_smbus_read_byte_data(data->client, in max31730_read() 167 regval = i2c_smbus_read_byte_data(data->client, in max31730_read() 312 status = i2c_smbus_read_byte_data(client, MAX31730_REG_CHANNEL_ENABLE); in max31730_probe() 317 status = i2c_smbus_read_byte_data(client, MAX31730_REG_OFFSET_ENABLE); in max31730_probe() 322 status = i2c_smbus_read_byte_data(client, MAX31730_REG_CONF); in max31730_probe() 366 regval = i2c_smbus_read_byte_data(client, reg + 1); in max31730_check_reg_temp() 382 regval = i2c_smbus_read_byte_data(client, MAX31730_REG_MFG_ID); in max31730_detect() 385 regval = i2c_smbus_read_byte_data(client, MAX31730_REG_MFG_REV); in max31730_detect()
|
| H A D | stts751.c | 163 integer1 = i2c_smbus_read_byte_data(priv->client, STTS751_REG_TEMP_H); in stts751_update_temp() 170 frac = i2c_smbus_read_byte_data(priv->client, STTS751_REG_TEMP_L); in stts751_update_temp() 177 integer2 = i2c_smbus_read_byte_data(priv->client, STTS751_REG_TEMP_H); in stts751_update_temp() 185 frac = i2c_smbus_read_byte_data(priv->client, in stts751_update_temp() 227 integer = i2c_smbus_read_byte_data(priv->client, hreg); in stts751_read_reg16() 231 frac = i2c_smbus_read_byte_data(priv->client, lreg); in stts751_read_reg16() 244 integer = i2c_smbus_read_byte_data(priv->client, reg); in stts751_read_reg8() 271 ret = i2c_smbus_read_byte_data(priv->client, STTS751_REG_STATUS); in stts751_update_alert() 658 tmp = i2c_smbus_read_byte_data(new_client, STTS751_REG_MAN_ID); in stts751_detect() 663 tmp = i2c_smbus_read_byte_data(new_client, STTS751_REG_TEMP_L); in stts751_detect() [all …]
|
| H A D | fschmd.c | 462 reg = i2c_smbus_read_byte_data(to_i2c_client(dev), in fan_div_store() 579 reg = i2c_smbus_read_byte_data(to_i2c_client(dev), FSCHMD_REG_CONTROL); in alert_led_store() 1055 id[0] = i2c_smbus_read_byte_data(client, FSCHMD_REG_IDENT_0); in fschmd_detect() 1056 id[1] = i2c_smbus_read_byte_data(client, FSCHMD_REG_IDENT_1); in fschmd_detect() 1057 id[2] = i2c_smbus_read_byte_data(client, FSCHMD_REG_IDENT_2); in fschmd_detect() 1130 data->revision = i2c_smbus_read_byte_data(client, FSCHMD_REG_REVISION); in fschmd_probe() 1131 data->global_control = i2c_smbus_read_byte_data(client, in fschmd_probe() 1133 data->watchdog_control = i2c_smbus_read_byte_data(client, in fschmd_probe() 1135 data->watchdog_state = i2c_smbus_read_byte_data(client, in fschmd_probe() 1137 data->watchdog_preset = i2c_smbus_read_byte_data(client, in fschmd_probe() [all …]
|
| H A D | max1619.c | 268 regval = i2c_smbus_read_byte_data(client, MAX1619_REG_CONFIG); in max1619_detect() 271 regval = i2c_smbus_read_byte_data(client, MAX1619_REG_CONVRATE); in max1619_detect() 274 regval = i2c_smbus_read_byte_data(client, MAX1619_REG_STATUS); in max1619_detect() 278 regval = i2c_smbus_read_byte_data(client, MAX1619_REG_MAN_ID); in max1619_detect() 281 regval = i2c_smbus_read_byte_data(client, MAX1619_REG_CHIP_ID); in max1619_detect() 308 ret = i2c_smbus_read_byte_data(context, reg); in max1619_reg_read()
|
| H A D | tc654.c | 145 ret = i2c_smbus_read_byte_data(client, TC654_REG_RPM(0)); in tc654_update_client() 150 ret = i2c_smbus_read_byte_data(client, TC654_REG_RPM(1)); in tc654_update_client() 155 ret = i2c_smbus_read_byte_data(client, TC654_REG_FAN_FAULT(0)); in tc654_update_client() 160 ret = i2c_smbus_read_byte_data(client, TC654_REG_FAN_FAULT(1)); in tc654_update_client() 165 ret = i2c_smbus_read_byte_data(client, TC654_REG_CONFIG); in tc654_update_client() 170 ret = i2c_smbus_read_byte_data(client, TC654_REG_STATUS); in tc654_update_client() 175 ret = i2c_smbus_read_byte_data(client, TC654_REG_DUTY_CYCLE); in tc654_update_client() 529 ret = i2c_smbus_read_byte_data(client, TC654_REG_CONFIG); in tc654_probe()
|
| H A D | lm73.c | 151 ctrl = i2c_smbus_read_byte_data(data->client, LM73_REG_CTRL); in maxmin_alarm_show() 207 ctrl = i2c_smbus_read_byte_data(client, LM73_REG_CTRL); in lm73_probe() 243 ctrl = i2c_smbus_read_byte_data(new_client, LM73_REG_CTRL); in lm73_detect() 247 conf = i2c_smbus_read_byte_data(new_client, LM73_REG_CONF); in lm73_detect() 251 id = i2c_smbus_read_byte_data(new_client, LM73_REG_ID); in lm73_detect()
|
| H A D | adt7462.c | 228 foo = i2c_smbus_read_byte_data(client, reg); in adt7462_read_word_data() 229 foo |= ((u16)i2c_smbus_read_byte_data(client, reg + 1) << 8); in adt7462_read_word_data() 690 data->temp_frac[i] = i2c_smbus_read_byte_data(client, in adt7462_update_device() 692 data->temp[i] = i2c_smbus_read_byte_data(client, in adt7462_update_device() 700 data->fan_enabled = i2c_smbus_read_byte_data(client, in adt7462_update_device() 704 data->pwm[i] = i2c_smbus_read_byte_data(client, in adt7462_update_device() 708 data->pin_cfg[i] = i2c_smbus_read_byte_data(client, in adt7462_update_device() 716 data->voltages[i] = i2c_smbus_read_byte_data(client, in adt7462_update_device() 720 data->alarms[0] = i2c_smbus_read_byte_data(client, ADT7462_REG_ALARM1); in adt7462_update_device() 721 data->alarms[1] = i2c_smbus_read_byte_data(client, ADT7462_REG_ALARM2); in adt7462_update_device() [all …]
|
| H A D | lm83.c | 114 ret = i2c_smbus_read_byte_data(client, reg); in lm83_regmap_reg_read() 378 if ((i2c_smbus_read_byte_data(client, LM83_REG_R_STATUS1) & 0xA8) || in lm83_detect() 379 (i2c_smbus_read_byte_data(client, LM83_REG_R_STATUS2) & 0x48) || in lm83_detect() 380 (i2c_smbus_read_byte_data(client, LM83_REG_R_CONFIG) & 0x41)) { in lm83_detect() 387 man_id = i2c_smbus_read_byte_data(client, LM83_REG_R_MAN_ID); in lm83_detect() 391 chip_id = i2c_smbus_read_byte_data(client, LM83_REG_R_CHIP_ID); in lm83_detect()
|
| /linux/drivers/rtc/ |
| H A D | rtc-nvidia-vrs10.c | 96 ret = i2c_smbus_read_byte_data(info->client, reg); in nvvrs_update_bits() 187 ret = i2c_smbus_read_byte_data(info->client, NVVRS_REG_RTC_T3); in nvvrs_rtc_read_time() 194 ret = i2c_smbus_read_byte_data(info->client, NVVRS_REG_RTC_T2); in nvvrs_rtc_read_time() 201 ret = i2c_smbus_read_byte_data(info->client, NVVRS_REG_RTC_T1); in nvvrs_rtc_read_time() 208 ret = i2c_smbus_read_byte_data(info->client, NVVRS_REG_RTC_T0); in nvvrs_rtc_read_time() 258 ret = i2c_smbus_read_byte_data(info->client, NVVRS_REG_RTC_A3); in nvvrs_rtc_read_alarm() 265 ret = i2c_smbus_read_byte_data(info->client, NVVRS_REG_RTC_A2); in nvvrs_rtc_read_alarm() 272 ret = i2c_smbus_read_byte_data(info->client, NVVRS_REG_RTC_A1); in nvvrs_rtc_read_alarm() 279 ret = i2c_smbus_read_byte_data(info->client, NVVRS_REG_RTC_A0); in nvvrs_rtc_read_alarm() 330 ret = i2c_smbus_read_byte_data(info->client, in nvvrs_pseq_irq_clear() [all …]
|
| H A D | rtc-nct3018y.c | 58 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CTRL); in nct3018y_set_alarm_mode() 77 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_ST); in nct3018y_set_alarm_mode() 101 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CTRL); in nct3018y_get_alarm_mode() 111 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_ST); in nct3018y_get_alarm_mode() 188 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CTRL); in nct3018y_rtc_set_time() 327 status = i2c_smbus_read_byte_data(client, NCT3018Y_REG_ST); in nct3018y_ioctl() 362 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CLKO); in nct3018y_clkout_recalc_rate() 394 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CLKO); in nct3018y_clkout_set_rate() 414 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CLKO); in nct3018y_clkout_control() 442 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CLKO); in nct3018y_clkout_is_prepared() [all …]
|
| H A D | rtc-m41t80.c | 167 flags_afe = i2c_smbus_read_byte_data(client, M41T80_REG_ALARM_MON); in m41t80_handle_irq() 173 flags = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_handle_irq() 203 flags = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_rtc_read_time() 240 flags = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_rtc_set_time() 261 val = i2c_smbus_read_byte_data(client, M41T80_REG_WDAY); in m41t80_rtc_set_time() 295 flags = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_rtc_set_time() 314 reg = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_rtc_proc() 328 flags = i2c_smbus_read_byte_data(client, M41T80_REG_ALARM_MON); in m41t80_alarm_irq_enable() 358 ret = i2c_smbus_read_byte_data(client, M41T80_REG_ALARM_MON); in m41t80_set_alarm() 371 ret = i2c_smbus_read_byte_data(client, M41T80_REG_FLAGS); in m41t80_set_alarm() [all …]
|
| H A D | rtc-ds1374.c | 132 stat = i2c_smbus_read_byte_data(client, DS1374_REG_SR); in ds1374_check_rtc_status() 151 control = i2c_smbus_read_byte_data(client, DS1374_REG_CR); in ds1374_check_rtc_status() 198 cr = ret = i2c_smbus_read_byte_data(client, DS1374_REG_CR); in ds1374_read_alarm() 202 sr = ret = i2c_smbus_read_byte_data(client, DS1374_REG_SR); in ds1374_read_alarm() 255 ret = cr = i2c_smbus_read_byte_data(client, DS1374_REG_CR); in ds1374_set_alarm() 302 stat = i2c_smbus_read_byte_data(client, DS1374_REG_SR); in ds1374_work() 310 control = i2c_smbus_read_byte_data(client, DS1374_REG_CR); in ds1374_work() 336 ret = i2c_smbus_read_byte_data(client, DS1374_REG_CR); in ds1374_alarm_irq_enable() 400 cr = i2c_smbus_read_byte_data(client, DS1374_REG_CR); in ds1374_wdt_settimeout() 446 cr = i2c_smbus_read_byte_data(client, DS1374_REG_CR); in ds1374_wdt_stop()
|
| H A D | rtc-hym8563.c | 167 data = i2c_smbus_read_byte_data(client, HYM8563_CTL2); in hym8563_rtc_alarm_irq_enable() 206 ret = i2c_smbus_read_byte_data(client, HYM8563_CTL2); in hym8563_rtc_read_alarm() 223 ret = i2c_smbus_read_byte_data(client, HYM8563_CTL2); in hym8563_rtc_set_alarm() 279 int ret = i2c_smbus_read_byte_data(client, HYM8563_CLKOUT); in hym8563_clkout_recalc_rate() 310 int ret = i2c_smbus_read_byte_data(client, HYM8563_CLKOUT); in hym8563_clkout_set_rate() 331 int ret = i2c_smbus_read_byte_data(client, HYM8563_CLKOUT); in hym8563_clkout_control() 358 int ret = i2c_smbus_read_byte_data(client, HYM8563_CLKOUT); in hym8563_clkout_is_prepared() 424 data = i2c_smbus_read_byte_data(client, HYM8563_CTL2); in hym8563_irq() 453 ret = i2c_smbus_read_byte_data(client, HYM8563_CTL2); in hym8563_init_device() 548 ret = i2c_smbus_read_byte_data(client, HYM8563_SEC); in hym8563_probe()
|
| /linux/drivers/misc/ |
| H A D | apds9802als.c | 38 val = i2c_smbus_read_byte_data(client, 0x81); in als_sensing_range_show() 55 ret = i2c_smbus_read_byte_data(client, 0x86); in als_wait_for_data_ready() 81 temp = i2c_smbus_read_byte_data(client, 0x81); in als_lux0_input_data_show() 88 temp = i2c_smbus_read_byte_data(client, 0x8C); /* LSB data */ in als_lux0_input_data_show() 93 ret_val = i2c_smbus_read_byte_data(client, 0x8D); /* MSB data */ in als_lux0_input_data_show() 133 ret_val = i2c_smbus_read_byte_data(client, 0x81); in als_sensing_range_store() 165 ret_val = i2c_smbus_read_byte_data(client, 0x80); in als_set_power_state()
|
| /linux/drivers/iio/adc/ |
| H A D | nau7802.c | 119 ret = i2c_smbus_read_byte_data(st->client, NAU7802_REG_CTRL1); in nau7802_set_gain() 137 data = i2c_smbus_read_byte_data(st->client, NAU7802_REG_ADC_B2); in nau7802_read_conversion() 142 data = i2c_smbus_read_byte_data(st->client, NAU7802_REG_ADC_B1); in nau7802_read_conversion() 147 data = i2c_smbus_read_byte_data(st->client, NAU7802_REG_ADC_B0); in nau7802_read_conversion() 167 ret = i2c_smbus_read_byte_data(st->client, NAU7802_REG_PUCTRL); in nau7802_sync() 182 status = i2c_smbus_read_byte_data(st->client, NAU7802_REG_PUCTRL); in nau7802_eoc_trigger() 263 ret = i2c_smbus_read_byte_data(st->client, NAU7802_REG_PUCTRL); in nau7802_read_poll() 272 ret = i2c_smbus_read_byte_data(st->client, in nau7802_read_poll() 305 ret = i2c_smbus_read_byte_data(st->client, NAU7802_REG_CTRL2); in nau7802_read_raw() 335 ret = i2c_smbus_read_byte_data(st->client, NAU7802_REG_CTRL1); in nau7802_read_raw() [all …]
|
| /linux/drivers/iio/temperature/ |
| H A D | max30208.c | 63 ret = i2c_smbus_read_byte_data(data->client, MAX30208_TEMP_SENSOR_SETUP); in max30208_request() 74 ret = i2c_smbus_read_byte_data(data->client, MAX30208_STATUS); in max30208_request() 99 ret = i2c_smbus_read_byte_data(data->client, MAX30208_FIFO_OVF_CNTR); in max30208_update_temp() 103 ret = i2c_smbus_read_byte_data(data->client, MAX30208_FIFO_DATA_CNTR); in max30208_update_temp() 135 ret = i2c_smbus_read_byte_data(data->client, MAX30208_FIFO_CONFIG); in max30208_config_setup()
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | falcon_boards.c | 98 i2c_smbus_read_byte_data(client, LM87_REG_ALARMS1); in ef4_init_lm87() 99 i2c_smbus_read_byte_data(client, LM87_REG_ALARMS2); in ef4_init_lm87() 132 reg = i2c_smbus_read_byte_data(client, LM87_REG_ALARMS1); in ef4_check_lm87() 136 reg = i2c_smbus_read_byte_data(client, LM87_REG_ALARMS2); in ef4_check_lm87() 144 reg = i2c_smbus_read_byte_data(client, LM87_REG_TEMP_INT); in ef4_check_lm87() 151 reg = i2c_smbus_read_byte_data(client, LM87_REG_TEMP_EXT1); in ef4_check_lm87() 266 i2c_smbus_read_byte_data(hwmon_client, MAX664X_REG_RSL); in sfe4001_poweroff() 278 rc = i2c_smbus_read_byte_data(hwmon_client, MAX664X_REG_RSL); in sfe4001_poweron() 294 rc = i2c_smbus_read_byte_data(ioexp_client, P0_OUT); in sfe4001_poweron() 342 rc = i2c_smbus_read_byte_data(ioexp_client, P1_IN); in sfe4001_poweron() [all …]
|
| /linux/drivers/video/backlight/ |
| H A D | arcxcnn_bl.c | 99 ret = i2c_smbus_read_byte_data(lp->client, reg); in arcxcnn_update_field() 274 lp->pdata->led_config_0 = i2c_smbus_read_byte_data( in arcxcnn_probe() 277 lp->pdata->led_config_1 = i2c_smbus_read_byte_data( in arcxcnn_probe() 282 lp->pdata->dim_freq = i2c_smbus_read_byte_data( in arcxcnn_probe() 285 lp->pdata->comp_config = i2c_smbus_read_byte_data( in arcxcnn_probe() 288 lp->pdata->filter_config = i2c_smbus_read_byte_data( in arcxcnn_probe() 291 lp->pdata->trim_config = i2c_smbus_read_byte_data( in arcxcnn_probe()
|