Home
last modified time | relevance | path

Searched refs:i2c_smbus_write_byte_data (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/Linux-v5.10/drivers/input/touchscreen/
Drohm_bu21023.c347 error = i2c_smbus_write_byte_data(client, INT_MASK, in rohm_ts_manual_calibration()
353 error = i2c_smbus_write_byte_data(client, TEST1, in rohm_ts_manual_calibration()
378 error = i2c_smbus_write_byte_data(client, TEST1, in rohm_ts_manual_calibration()
413 error = i2c_smbus_write_byte_data(client, in rohm_ts_manual_calibration()
418 error = i2c_smbus_write_byte_data(client, in rohm_ts_manual_calibration()
423 error = i2c_smbus_write_byte_data(client, in rohm_ts_manual_calibration()
431 error = i2c_smbus_write_byte_data(client, FORCE_CALIBRATION, in rohm_ts_manual_calibration()
436 error = i2c_smbus_write_byte_data(client, FORCE_CALIBRATION, in rohm_ts_manual_calibration()
442 error = i2c_smbus_write_byte_data(client, INT_CLEAR, 0xff); in rohm_ts_manual_calibration()
479 error = i2c_smbus_write_byte_data(client, CALIBRATION_REG1, in rohm_ts_manual_calibration()
[all …]
Dbu21013_ts.c266 error = i2c_smbus_write_byte_data(client, BU21013_RESET_REG, in bu21013_init_chip()
274 error = i2c_smbus_write_byte_data(client, BU21013_SENSOR_0_7_REG, in bu21013_init_chip()
281 error = i2c_smbus_write_byte_data(client, BU21013_SENSOR_8_15_REG, in bu21013_init_chip()
288 error = i2c_smbus_write_byte_data(client, BU21013_SENSOR_16_23_REG, in bu21013_init_chip()
295 error = i2c_smbus_write_byte_data(client, BU21013_POS_MODE1_REG, in bu21013_init_chip()
303 error = i2c_smbus_write_byte_data(client, BU21013_POS_MODE2_REG, in bu21013_init_chip()
314 error = i2c_smbus_write_byte_data(client, BU21013_CLK_MODE_REG, in bu21013_init_chip()
322 error = i2c_smbus_write_byte_data(client, BU21013_IDLE_REG, in bu21013_init_chip()
330 error = i2c_smbus_write_byte_data(client, BU21013_INT_MODE_REG, in bu21013_init_chip()
337 error = i2c_smbus_write_byte_data(client, BU21013_FILTER_REG, in bu21013_init_chip()
[all …]
Dmcs5000_ts.c165 i2c_smbus_write_byte_data(client, MCS5000_TS_OP_MODE, in mcs5000_ts_phys_init()
169 i2c_smbus_write_byte_data(client, MCS5000_TS_X_SIZE_UPPER, in mcs5000_ts_phys_init()
171 i2c_smbus_write_byte_data(client, MCS5000_TS_X_SIZE_LOWER, in mcs5000_ts_phys_init()
173 i2c_smbus_write_byte_data(client, MCS5000_TS_Y_SIZE_UPPER, in mcs5000_ts_phys_init()
175 i2c_smbus_write_byte_data(client, MCS5000_TS_Y_SIZE_LOWER, in mcs5000_ts_phys_init()
179 i2c_smbus_write_byte_data(data->client, MCS5000_TS_OP_MODE, in mcs5000_ts_phys_init()
250 i2c_smbus_write_byte_data(client, MCS5000_TS_OP_MODE, OP_MODE_SLEEP); in mcs5000_ts_suspend()
/Linux-v5.10/drivers/usb/host/
Dohci-nxp.c62 i2c_smbus_write_byte_data(isp1301_i2c_client, in isp1301_configure_lpc32xx()
65 i2c_smbus_write_byte_data(isp1301_i2c_client, in isp1301_configure_lpc32xx()
68 i2c_smbus_write_byte_data(isp1301_i2c_client, in isp1301_configure_lpc32xx()
70 i2c_smbus_write_byte_data(isp1301_i2c_client, in isp1301_configure_lpc32xx()
73 i2c_smbus_write_byte_data(isp1301_i2c_client, in isp1301_configure_lpc32xx()
76 i2c_smbus_write_byte_data(isp1301_i2c_client, in isp1301_configure_lpc32xx()
78 i2c_smbus_write_byte_data(isp1301_i2c_client, in isp1301_configure_lpc32xx()
80 i2c_smbus_write_byte_data(isp1301_i2c_client, in isp1301_configure_lpc32xx()
83 i2c_smbus_write_byte_data(isp1301_i2c_client, in isp1301_configure_lpc32xx()
86 i2c_smbus_write_byte_data(isp1301_i2c_client, in isp1301_configure_lpc32xx()
[all …]
/Linux-v5.10/drivers/leds/
Dleds-pca963x.c133 ret = i2c_smbus_write_byte_data(client, ledout_addr, val); in pca963x_brightness()
137 ret = i2c_smbus_write_byte_data(client, ledout_addr, val); in pca963x_brightness()
140 ret = i2c_smbus_write_byte_data(client, in pca963x_brightness()
148 ret = i2c_smbus_write_byte_data(client, ledout_addr, val); in pca963x_brightness()
167 i2c_smbus_write_byte_data(client, chipdef->grppwm, led->gdc); in pca963x_blink()
169 i2c_smbus_write_byte_data(client, chipdef->grpfreq, led->gfrq); in pca963x_blink()
172 i2c_smbus_write_byte_data(client, PCA963X_MODE2, in pca963x_blink()
180 i2c_smbus_write_byte_data(client, ledout_addr, val); in pca963x_blink()
198 return i2c_smbus_write_byte_data(client, PCA963X_MODE1, in pca963x_power_state()
319 ret = i2c_smbus_write_byte_data(client, PCA963X_MODE2, mode2); in pca963x_register_leds()
[all …]
/Linux-v5.10/drivers/video/backlight/
Darcxcnn_bl.c109 return i2c_smbus_write_byte_data(lp->client, reg, tmp); in arcxcnn_update_field()
119 ret = i2c_smbus_write_byte_data(lp->client, in arcxcnn_set_brightness()
126 return i2c_smbus_write_byte_data(lp->client, in arcxcnn_set_brightness()
261 ret = i2c_smbus_write_byte_data(lp->client, in arcxcnn_probe()
313 ret = i2c_smbus_write_byte_data(lp->client, ARCXCNN_FADECTRL, in arcxcnn_probe()
318 ret = i2c_smbus_write_byte_data(lp->client, ARCXCNN_ILED_CONFIG, in arcxcnn_probe()
323 ret = i2c_smbus_write_byte_data(lp->client, ARCXCNN_DIMFREQ, in arcxcnn_probe()
328 ret = i2c_smbus_write_byte_data(lp->client, ARCXCNN_COMP_CONFIG, in arcxcnn_probe()
333 ret = i2c_smbus_write_byte_data(lp->client, ARCXCNN_FILT_CONFIG, in arcxcnn_probe()
338 ret = i2c_smbus_write_byte_data(lp->client, ARCXCNN_IMAXTUNE, in arcxcnn_probe()
[all …]
/Linux-v5.10/drivers/hwmon/
Dmax6639.c203 i2c_smbus_write_byte_data(client, in temp_max_store()
235 i2c_smbus_write_byte_data(client, in temp_crit_store()
268 i2c_smbus_write_byte_data(client, in temp_emergency_store()
302 i2c_smbus_write_byte_data(client, in pwm_store()
411 err = i2c_smbus_write_byte_data(client, MAX6639_REG_GCONFIG, in max6639_init_client()
431 err = i2c_smbus_write_byte_data(client, in max6639_init_client()
438 err = i2c_smbus_write_byte_data(client, in max6639_init_client()
446 err = i2c_smbus_write_byte_data(client, in max6639_init_client()
449 err = i2c_smbus_write_byte_data(client, in max6639_init_client()
458 err = i2c_smbus_write_byte_data(client, in max6639_init_client()
[all …]
Dlm95241.c227 ret = i2c_smbus_write_byte_data(data->client, in lm95241_write_chip()
261 ret = i2c_smbus_write_byte_data(client, LM95241_REG_RW_CONFIG, in lm95241_write_temp()
277 ret = i2c_smbus_write_byte_data(client, LM95241_REG_RW_CONFIG, in lm95241_write_temp()
304 ret = i2c_smbus_write_byte_data(client, in lm95241_write_temp()
309 ret = i2c_smbus_write_byte_data(client, LM95241_REG_RW_TRUTHERM, in lm95241_write_temp()
403 i2c_smbus_write_byte_data(client, LM95241_REG_RW_CONFIG, data->config); in lm95241_init_client()
404 i2c_smbus_write_byte_data(client, LM95241_REG_RW_REM_FILTER, in lm95241_init_client()
406 i2c_smbus_write_byte_data(client, LM95241_REG_RW_TRUTHERM, in lm95241_init_client()
408 i2c_smbus_write_byte_data(client, LM95241_REG_RW_REMOTE_MODEL, in lm95241_init_client()
Dsmsc47m192.c212 i2c_smbus_write_byte_data(client, SMSC47M192_REG_IN_MIN(nr), in in_min_store()
234 i2c_smbus_write_byte_data(client, SMSC47M192_REG_IN_MAX(nr), in in_max_store()
310 i2c_smbus_write_byte_data(client, SMSC47M192_REG_TEMP_MIN[nr], in temp_min_store()
333 i2c_smbus_write_byte_data(client, SMSC47M192_REG_TEMP_MAX[nr], in temp_max_store()
367 i2c_smbus_write_byte_data(client, in temp_offset_store()
374 i2c_smbus_write_byte_data(client, SMSC47M192_REG_SFR, in temp_offset_store()
377 i2c_smbus_write_byte_data(client, in temp_offset_store()
380 i2c_smbus_write_byte_data(client, in temp_offset_store()
533 i2c_smbus_write_byte_data(client, SMSC47M192_REG_SFR, in smsc47m192_init_client()
538 i2c_smbus_write_byte_data(client, in smsc47m192_init_client()
[all …]
/Linux-v5.10/drivers/iio/light/
Dtcs3414.c97 ret = i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL, in tcs3414_req_data()
111 ret = i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL, in tcs3414_req_data()
174 return i2c_smbus_write_byte_data( in tcs3414_write_raw()
187 return i2c_smbus_write_byte_data( in tcs3414_write_raw()
248 return i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL, in tcs3414_buffer_postenable()
257 return i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL, in tcs3414_buffer_predisable()
303 ret = i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL, in tcs3414_probe()
309 ret = i2c_smbus_write_byte_data(data->client, TCS3414_TIMING, in tcs3414_probe()
337 return i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL, in tcs3414_powerdown()
365 return i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL, in tcs3414_resume()
Disl29125.c92 ret = i2c_smbus_write_byte_data(data->client, ISL29125_CONF1, in isl29125_read_data()
117 i2c_smbus_write_byte_data(data->client, ISL29125_CONF1, data->conf1); in isl29125_read_data()
166 return i2c_smbus_write_byte_data(data->client, ISL29125_CONF1, in isl29125_write_raw()
221 return i2c_smbus_write_byte_data(data->client, ISL29125_CONF1, in isl29125_buffer_postenable()
231 return i2c_smbus_write_byte_data(data->client, ISL29125_CONF1, in isl29125_buffer_predisable()
268 ret = i2c_smbus_write_byte_data(data->client, ISL29125_CONF1, in isl29125_probe()
273 ret = i2c_smbus_write_byte_data(data->client, ISL29125_STATUS, 0); in isl29125_probe()
295 return i2c_smbus_write_byte_data(data->client, ISL29125_CONF1, in isl29125_powerdown()
322 return i2c_smbus_write_byte_data(data->client, ISL29125_CONF1, in isl29125_resume()
Dcm36651.c155 ret = i2c_smbus_write_byte_data(client, cm36651_cs_reg[i], in cm36651_setup_reg()
170 ret = i2c_smbus_write_byte_data(ps_client, cm36651_ps_reg[i], in cm36651_setup_reg()
177 ret = i2c_smbus_write_byte_data(client, CM36651_CS_CONF1, in cm36651_setup_reg()
182 ret = i2c_smbus_write_byte_data(cm36651->ps_client, in cm36651_setup_reg()
202 ret = i2c_smbus_write_byte_data(client, CM36651_CS_CONF1, in cm36651_read_output()
215 ret = i2c_smbus_write_byte_data(cm36651->ps_client, in cm36651_read_output()
281 ret = i2c_smbus_write_byte_data(client, CM36651_CS_CONF1, in cm36651_set_operation_mode()
288 ret = i2c_smbus_write_byte_data(ps_client, CM36651_PS_CONF1, in cm36651_set_operation_mode()
299 ret = i2c_smbus_write_byte_data(ps_client, in cm36651_set_operation_mode()
315 ret = i2c_smbus_write_byte_data(ps_client, in cm36651_set_operation_mode()
[all …]
Dal3320a.c88 return i2c_smbus_write_byte_data(client, AL3320A_REG_CONFIG, val); in al3320a_set_pwr()
107 ret = i2c_smbus_write_byte_data(data->client, AL3320A_REG_CONFIG_RANGE, in al3320a_init()
113 ret = i2c_smbus_write_byte_data(data->client, AL3320A_REG_MEAN_TIME, in al3320a_init()
118 ret = i2c_smbus_write_byte_data(data->client, AL3320A_REG_WAIT, in al3320a_init()
175 return i2c_smbus_write_byte_data(data->client, in al3320a_write_raw()
Dtsl4531.c129 ret = i2c_smbus_write_byte_data(data->client, in tsl4531_write_raw()
185 ret = i2c_smbus_write_byte_data(data->client, TSL4531_CONTROL, in tsl4531_probe()
190 ret = i2c_smbus_write_byte_data(data->client, TSL4531_CONFIG, in tsl4531_probe()
206 return i2c_smbus_write_byte_data(client, TSL4531_CONTROL, in tsl4531_powerdown()
226 return i2c_smbus_write_byte_data(to_i2c_client(dev), TSL4531_CONTROL, in tsl4531_resume()
Dsi1145.c206 ret = i2c_smbus_write_byte_data(data->client, SI1145_REG_COMMAND, in __si1145_command_reset()
254 ret = i2c_smbus_write_byte_data(data->client, SI1145_REG_COMMAND, cmd); in si1145_command()
321 ret = i2c_smbus_write_byte_data(data->client, in si1145_param_update()
406 return i2c_smbus_write_byte_data(data->client, in si1145_set_meas_rate()
492 ret = i2c_smbus_write_byte_data(data->client, in si1145_trigger_handler()
787 ret = i2c_smbus_write_byte_data(data->client, reg1, in si1145_write_raw()
1018 ret = i2c_smbus_write_byte_data(client, SI1145_REG_COMMAND, in si1145_initialize()
1025 ret = i2c_smbus_write_byte_data(client, SI1145_REG_HW_KEY, 0x17); in si1145_initialize()
1043 ret = i2c_smbus_write_byte_data(client, in si1145_initialize()
1050 ret = i2c_smbus_write_byte_data(client, in si1145_initialize()
[all …]
Dtsl2563.c133 return i2c_smbus_write_byte_data(client, in tsl2563_set_power()
157 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_configure()
162 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_configure()
167 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_configure()
172 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_configure()
177 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_configure()
288 i2c_smbus_write_byte_data(client, in tsl2563_adjust_gainlevel()
592 ret = i2c_smbus_write_byte_data(chip->client, TSL2563_CMD | address, in tsl2563_write_thresh()
596 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_write_thresh()
648 ret = i2c_smbus_write_byte_data(chip->client, in tsl2563_write_interrupt_config()
[all …]
Dus5182d.c212 return i2c_smbus_write_byte_data(data->client, US5182D_REG_CFG0, ret); in us5182d_oneshot_en()
235 ret = i2c_smbus_write_byte_data(data->client, US5182D_REG_CFG0, ret); in us5182d_set_opmode()
239 ret = i2c_smbus_write_byte_data(data->client, US5182D_REG_MODE_STORE, in us5182d_set_opmode()
349 ret = i2c_smbus_write_byte_data(data->client, US5182D_REG_CFG0, ret); in us5182d_shutdown_en()
461 ret = i2c_smbus_write_byte_data(data->client, US5182D_REG_UDARK_TH, in us5182d_update_dark_th()
466 return i2c_smbus_write_byte_data(data->client, US5182D_REG_UDARK_TH + 1, in us5182d_update_dark_th()
489 ret = i2c_smbus_write_byte_data(data->client, US5182D_REG_CFG1, ret); in us5182d_apply_scale()
722 return i2c_smbus_write_byte_data(data->client, US5182D_REG_CFG3, in us5182d_reset()
741 ret = i2c_smbus_write_byte_data(data->client, in us5182d_init()
794 ret = i2c_smbus_write_byte_data(data->client, in us5182d_dark_gain_config()
[all …]
/Linux-v5.10/drivers/input/keyboard/
Dmpr121_touchkey.c182 ret = i2c_smbus_write_byte_data(client, t, TOUCH_THRESHOLD); in mpr121_phys_init()
185 ret = i2c_smbus_write_byte_data(client, t + 1, in mpr121_phys_init()
194 ret = i2c_smbus_write_byte_data(client, reg->addr, reg->val); in mpr121_phys_init()
209 ret = i2c_smbus_write_byte_data(client, AUTO_CONFIG_USL_ADDR, usl); in mpr121_phys_init()
210 ret |= i2c_smbus_write_byte_data(client, AUTO_CONFIG_LSL_ADDR, lsl); in mpr121_phys_init()
211 ret |= i2c_smbus_write_byte_data(client, AUTO_CONFIG_TL_ADDR, tl); in mpr121_phys_init()
219 ret |= i2c_smbus_write_byte_data(client, ELECTRODE_CONF_ADDR, in mpr121_phys_init()
351 i2c_smbus_write_byte_data(client, ELECTRODE_CONF_ADDR, 0x00); in mpr_suspend()
364 i2c_smbus_write_byte_data(client, ELECTRODE_CONF_ADDR, in mpr_resume()
/Linux-v5.10/drivers/rtc/
Drtc-abx80x.c143 err = i2c_smbus_write_byte_data(client, ABX8XX_REG_CFG_KEY, in abx80x_enable_trickle_charger()
150 err = i2c_smbus_write_byte_data(client, ABX8XX_REG_TRICKLE, in abx80x_enable_trickle_charger()
231 err = i2c_smbus_write_byte_data(client, ABX8XX_REG_OSS, in abx80x_rtc_set_time()
262 i2c_smbus_write_byte_data(client, ABX8XX_REG_STATUS, 0); in abx80x_handle_irq()
323 err = i2c_smbus_write_byte_data(client, ABX8XX_REG_IRQ, in abx80x_set_alarm()
361 retval = i2c_smbus_write_byte_data(client, ABX8XX_REG_CFG_KEY, in abx80x_rtc_set_autocalibration()
368 retval = i2c_smbus_write_byte_data(client, ABX8XX_REG_OSC, flags); in abx80x_rtc_set_autocalibration()
453 retval = i2c_smbus_write_byte_data(client, ABX8XX_REG_CFG_KEY, in oscillator_store()
460 retval = i2c_smbus_write_byte_data(client, ABX8XX_REG_OSC, flags); in oscillator_store()
507 err = i2c_smbus_write_byte_data(client, ABX8XX_REG_IRQ, in abx80x_alarm_irq_enable()
[all …]
Drtc-fm3130.c88 i2c_smbus_write_byte_data(fm3130->client, in fm3130_rtc_mode()
169 i2c_smbus_write_byte_data(fm3130->client, in fm3130_set_time()
274 i2c_smbus_write_byte_data(fm3130->client, in fm3130_set_alarm()
283 i2c_smbus_write_byte_data(fm3130->client, FM3130_RTC_CONTROL, in fm3130_set_alarm()
288 i2c_smbus_write_byte_data(fm3130->client, FM3130_RTC_CONTROL, in fm3130_set_alarm()
314 ret = i2c_smbus_write_byte_data(fm3130->client, in fm3130_alarm_irq_enable()
320 ret = i2c_smbus_write_byte_data(fm3130->client, in fm3130_alarm_irq_enable()
404 i2c_smbus_write_byte_data(client, FM3130_RTC_CONTROL, in fm3130_probe()
413 i2c_smbus_write_byte_data(client, FM3130_RTC_CONTROL, in fm3130_probe()
422 i2c_smbus_write_byte_data(client, FM3130_CAL_CONTROL, in fm3130_probe()
[all …]
Drtc-hym8563.c145 ret = i2c_smbus_write_byte_data(client, HYM8563_CTL1, in hym8563_rtc_set_time()
154 ret = i2c_smbus_write_byte_data(client, HYM8563_CTL1, 0); in hym8563_rtc_set_time()
176 return i2c_smbus_write_byte_data(client, HYM8563_CTL2, data); in hym8563_rtc_alarm_irq_enable()
247 ret = i2c_smbus_write_byte_data(client, HYM8563_CTL2, ret); in hym8563_rtc_set_alarm()
333 return i2c_smbus_write_byte_data(client, in hym8563_clkout_set_rate()
354 return i2c_smbus_write_byte_data(client, HYM8563_CLKOUT, ret); in hym8563_clkout_control()
396 ret = i2c_smbus_write_byte_data(client, HYM8563_CLKOUT, in hym8563_clkout_register_clk()
447 ret = i2c_smbus_write_byte_data(client, HYM8563_CTL2, data); in hym8563_irq()
463 ret = i2c_smbus_write_byte_data(client, HYM8563_CTL1, 0); in hym8563_init_device()
484 return i2c_smbus_write_byte_data(client, HYM8563_CTL2, ret); in hym8563_init_device()
Drtc-ds1374.c145 ret = i2c_smbus_write_byte_data(client, DS1374_REG_SR, stat); in ds1374_check_rtc_status()
159 return i2c_smbus_write_byte_data(client, DS1374_REG_CR, control); in ds1374_check_rtc_status()
266 ret = i2c_smbus_write_byte_data(client, DS1374_REG_CR, cr); in ds1374_set_alarm()
278 ret = i2c_smbus_write_byte_data(client, DS1374_REG_CR, cr); in ds1374_set_alarm()
311 i2c_smbus_write_byte_data(client, DS1374_REG_SR, stat); in ds1374_work()
318 i2c_smbus_write_byte_data(client, DS1374_REG_CR, control); in ds1374_work()
349 ret = i2c_smbus_write_byte_data(client, DS1374_REG_CR, ret); in ds1374_alarm_irq_enable()
410 ret = i2c_smbus_write_byte_data(client, DS1374_REG_CR, cr); in ds1374_wdt_settimeout()
425 ret = i2c_smbus_write_byte_data(client, DS1374_REG_CR, cr); in ds1374_wdt_settimeout()
456 return i2c_smbus_write_byte_data(client, DS1374_REG_CR, cr); in ds1374_wdt_stop()
/Linux-v5.10/drivers/iio/adc/
Dnau7802.c121 ret = i2c_smbus_write_byte_data(st->client, NAU7802_REG_CTRL1, in nau7802_set_gain()
169 ret = i2c_smbus_write_byte_data(st->client, NAU7802_REG_PUCTRL, in nau7802_sync()
314 ret = i2c_smbus_write_byte_data(st->client, in nau7802_read_raw()
380 ret = i2c_smbus_write_byte_data(st->client, in nau7802_write_raw()
440 ret = i2c_smbus_write_byte_data(st->client, NAU7802_REG_PUCTRL, in nau7802_probe()
446 ret = i2c_smbus_write_byte_data(st->client, NAU7802_REG_PUCTRL, in nau7802_probe()
470 ret = i2c_smbus_write_byte_data(st->client, NAU7802_REG_PUCTRL, data); in nau7802_probe()
473 ret = i2c_smbus_write_byte_data(st->client, NAU7802_REG_ADC_CTRL, 0x30); in nau7802_probe()
479 ret = i2c_smbus_write_byte_data(st->client, NAU7802_REG_CTRL1, in nau7802_probe()
526 ret = i2c_smbus_write_byte_data(st->client, NAU7802_REG_CTRL2, in nau7802_probe()
/Linux-v5.10/drivers/net/ethernet/sfc/falcon/
Dfalcon_boards.c71 int rc = i2c_smbus_write_byte_data(client, reg, value); in ef4_poke_lm87()
261 i2c_smbus_write_byte_data(ioexp_client, P0_OUT, 0xff); in sfe4001_poweroff()
262 i2c_smbus_write_byte_data(ioexp_client, P1_CONFIG, 0xff); in sfe4001_poweroff()
263 i2c_smbus_write_byte_data(ioexp_client, P0_CONFIG, 0xff); in sfe4001_poweroff()
283 rc = i2c_smbus_write_byte_data(ioexp_client, P0_CONFIG, 0x00); in sfe4001_poweron()
286 rc = i2c_smbus_write_byte_data(ioexp_client, P1_CONFIG, in sfe4001_poweron()
302 rc = i2c_smbus_write_byte_data(ioexp_client, P0_OUT, out); in sfe4001_poweron()
316 rc = i2c_smbus_write_byte_data(ioexp_client, P0_OUT, out); in sfe4001_poweron()
323 rc = i2c_smbus_write_byte_data(ioexp_client, P0_OUT, out); in sfe4001_poweron()
466 rc = i2c_smbus_write_byte_data(board->hwmon_client, in sfe4001_init()
/Linux-v5.10/drivers/iio/accel/
Dstk8ba50.c163 ret = i2c_smbus_write_byte_data(data->client, in stk8ba50_data_rdy_trigger_set_state()
166 ret = i2c_smbus_write_byte_data(data->client, in stk8ba50_data_rdy_trigger_set_state()
196 ret = i2c_smbus_write_byte_data(client, STK8BA50_REG_POWMODE, in stk8ba50_set_power()
271 ret = i2c_smbus_write_byte_data(data->client, in stk8ba50_write_raw()
290 ret = i2c_smbus_write_byte_data(data->client, in stk8ba50_write_raw()
407 ret = i2c_smbus_write_byte_data(client, in stk8ba50_probe()
421 ret = i2c_smbus_write_byte_data(client, in stk8ba50_probe()
427 ret = i2c_smbus_write_byte_data(client, in stk8ba50_probe()

12345678910>>...13