| /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 …]
|
| H A D | rn5t618.c | 122 ret = i2c_smbus_read_byte_data(rn5t618_pm_power_off, RN5T618_REPCNT); in rn5t618_trigger_poweroff_sequence() 136 ret = i2c_smbus_read_byte_data(rn5t618_pm_power_off, RN5T618_SLPCNT); in rn5t618_trigger_poweroff_sequence()
|
| H A D | intel_soc_pmic_chtwc.c | 84 ret = i2c_smbus_read_byte_data(client, reg & REG_OFFSET_MASK); in cht_wc_byte_reg_read()
|
| H A D | gateworks-gsc.c | 57 ret = i2c_smbus_read_byte_data(client, reg); in gsc_read()
|
| /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 …]
|
| /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()
|
| H A D | isl29003.c | 161 lsb = i2c_smbus_read_byte_data(client, ISL29003_REG_LSB_SENSOR); in isl29003_get_adc_value() 168 msb = i2c_smbus_read_byte_data(client, ISL29003_REG_MSB_SENSOR); in isl29003_get_adc_value() 356 int v = i2c_smbus_read_byte_data(client, i); in isl29003_init_client()
|
| H A D | ad525x_dpot-i2c.c | 36 return i2c_smbus_read_byte_data(client, reg); in read_r8d8()
|
| H A D | bh1770glc.c | 345 ret = i2c_smbus_read_byte_data(chip->client, BH1770_ALS_DATA_0); in bh1770_lux_get_result() 350 ret = i2c_smbus_read_byte_data(chip->client, BH1770_ALS_DATA_1); in bh1770_lux_get_result() 454 ret = i2c_smbus_read_byte_data(chip->client, BH1770_PS_DATA_LED1); in bh1770_prox_read_result() 511 ret = i2c_smbus_read_byte_data(client, BH1770_MANUFACT_ID); in bh1770_detect() 516 ret = i2c_smbus_read_byte_data(client, BH1770_PART_ID); in bh1770_detect() 575 status = i2c_smbus_read_byte_data(chip->client, BH1770_ALS_PS_STATUS); in bh1770_irq() 578 i2c_smbus_read_byte_data(chip->client, BH1770_INTERRUPT); in bh1770_irq()
|
| H A D | tsl2550.c | 86 ret = i2c_smbus_read_byte_data(client, cmd); in tsl2550_get_adc_value() 313 err = i2c_smbus_read_byte_data(client, TSL2550_POWER_UP); in tsl2550_init_client()
|
| /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/media/usb/em28xx/ |
| H A D | em28xx-camera.c | 184 ret = i2c_smbus_read_byte_data(client, reg); in em28xx_probe_sensor_omnivision() 194 ret = i2c_smbus_read_byte_data(client, reg); in em28xx_probe_sensor_omnivision() 207 ret = i2c_smbus_read_byte_data(client, reg); in em28xx_probe_sensor_omnivision() 216 ret = i2c_smbus_read_byte_data(client, reg); in em28xx_probe_sensor_omnivision()
|
| /linux/Documentation/misc-devices/ |
| H A D | max6875.rst | 78 i2c_smbus_read_byte_data() to read a register. 90 value = i2c_smbus_read_byte_data(fd, 0x45);
|
| /linux/drivers/input/keyboard/ |
| H A D | pinephone-keyboard.c | 177 ret = i2c_smbus_read_byte_data(client, PPKB_SYS_COMMAND); in ppkb_adap_smbus_xfer() 186 ret = i2c_smbus_read_byte_data(client, PPKB_SYS_SMBUS_DATA); in ppkb_adap_smbus_xfer() 282 ret = i2c_smbus_read_byte_data(client, PPKB_SYS_CONFIG); in ppkb_set_scan()
|
| /linux/drivers/leds/ |
| H A D | leds-menf21bmc.c | 60 led_val = i2c_smbus_read_byte_data(led->i2c_client, in menf21bmc_led_set()
|
| /linux/drivers/platform/x86/ |
| H A D | meegopad_anx7428.c | 112 ret = read_poll_timeout(i2c_smbus_read_byte_data, val, in anx7428_probe()
|
| /linux/drivers/auxdisplay/ |
| H A D | lcd2s.c | 61 status = i2c_smbus_read_byte_data(client, LCD2S_CMD_READ_STATUS); in lcd2s_wait_buf_free() 67 status = i2c_smbus_read_byte_data(client, in lcd2s_wait_buf_free()
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_max6690_sensor.c | 43 data = i2c_smbus_read_byte_data(max->i2c, MAX6690_EXTERNAL_TEMP); in wf_max6690_get()
|
| H A D | windfarm_lm75_sensor.c | 53 u8 cfg_new, cfg = (u8)i2c_smbus_read_byte_data(lm->i2c, 1); in wf_lm75_get()
|
| /linux/drivers/media/pci/mgb4/ |
| H A D | mgb4_i2c.c | 95 return i2c_smbus_read_byte_data(client->client, reg); in mgb4_i2c_read_byte()
|
| /linux/drivers/i2c/ |
| H A D | i2c-core-smbus.c | 138 s32 i2c_smbus_read_byte_data(const struct i2c_client *client, u8 command) in i2c_smbus_read_byte_data() function 148 EXPORT_SYMBOL(i2c_smbus_read_byte_data); 681 status = i2c_smbus_read_byte_data(client, command + i); in i2c_smbus_read_i2c_block_data_or_emulated()
|
| /linux/drivers/watchdog/ |
| H A D | menf21bmc_wdt.c | 42 rst_rsn = i2c_smbus_read_byte_data(data->i2c_client, BMC_CMD_RST_RSN); in menf21bmc_wdt_set_bootstatus()
|
| /linux/sound/soc/codecs/ |
| H A D | wm1250-ev1.c | 176 board = i2c_smbus_read_byte_data(i2c, 0); in wm1250_ev1_probe()
|
| /linux/drivers/macintosh/ams/ |
| H A D | ams-i2c.c | 79 return i2c_smbus_read_byte_data(ams_info.i2c_client, reg); in ams_i2c_read()
|
| /linux/drivers/media/i2c/ |
| H A D | max9271.c | 31 ret = i2c_smbus_read_byte_data(dev->client, reg); in max9271_read()
|