Home
last modified time | relevance | path

Searched refs:i2c_reg_update_byte (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-Core-2.7.6/drivers/sensor/bma280/
Dbma280_trigger.c55 if (i2c_reg_update_byte(drv_data->i2c, BMA280_I2C_ADDRESS, in bma280_attr_set()
113 err = i2c_reg_update_byte(drv_data->i2c, BMA280_I2C_ADDRESS, in bma280_thread_cb()
155 if (i2c_reg_update_byte(drv_data->i2c, BMA280_I2C_ADDRESS, in bma280_trigger_set()
169 if (i2c_reg_update_byte(drv_data->i2c, BMA280_I2C_ADDRESS, in bma280_trigger_set()
178 if (i2c_reg_update_byte(drv_data->i2c, BMA280_I2C_ADDRESS, in bma280_trigger_set()
192 if (i2c_reg_update_byte(drv_data->i2c, BMA280_I2C_ADDRESS, in bma280_trigger_set()
243 if (i2c_reg_update_byte(drv_data->i2c, BMA280_I2C_ADDRESS, in bma280_init_interrupt()
252 if (i2c_reg_update_byte(drv_data->i2c, BMA280_I2C_ADDRESS, in bma280_init_interrupt()
260 if (i2c_reg_update_byte(drv_data->i2c, BMA280_I2C_ADDRESS, in bma280_init_interrupt()
268 if (i2c_reg_update_byte(drv_data->i2c, BMA280_I2C_ADDRESS, in bma280_init_interrupt()
/Zephyr-Core-2.7.6/drivers/sensor/isl29035/
Disl29035.c89 if (i2c_reg_update_byte(drv_data->i2c, ISL29035_I2C_ADDRESS, in isl29035_init()
109 if (i2c_reg_update_byte(drv_data->i2c, ISL29035_I2C_ADDRESS, in isl29035_init()
118 if (i2c_reg_update_byte(drv_data->i2c, ISL29035_I2C_ADDRESS, in isl29035_init()
127 if (i2c_reg_update_byte(drv_data->i2c, ISL29035_I2C_ADDRESS, in isl29035_init()
Disl29035_trigger.c164 if (i2c_reg_update_byte(drv_data->i2c, ISL29035_I2C_ADDRESS, in isl29035_init_interrupt()
/Zephyr-Core-2.7.6/drivers/sensor/apds9960/
Dapds9960.c68 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in apds9960_sample_fetch()
101 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in apds9960_sample_fetch()
179 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in apds9960_proxy_setup()
187 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in apds9960_proxy_setup()
195 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in apds9960_proxy_setup()
214 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in apds9960_proxy_setup()
239 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in apds9960_ambient_setup()
264 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in apds9960_ambient_setup()
390 if (i2c_reg_update_byte(drv_data->i2c, config->i2c_address, in apds9960_init_interrupt()
420 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in apds9960_device_ctrl()
[all …]
Dapds9960_trigger.c81 if (i2c_reg_update_byte(data->i2c, in apds9960_trigger_set()
/Zephyr-Core-2.7.6/drivers/sensor/lsm6ds0/
Dlsm6ds0.c30 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm6ds0_reboot()
51 return i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm6ds0_accel_axis_ctrl()
64 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm6ds0_accel_set_fs_raw()
79 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm6ds0_accel_set_odr_raw()
99 return i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm6ds0_gyro_axis_ctrl()
112 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm6ds0_gyro_set_fs_raw()
127 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm6ds0_gyro_set_odr_raw()
469 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm6ds0_init_chip()
/Zephyr-Core-2.7.6/drivers/led/
Dtlc59108.c67 if (i2c_reg_update_byte(config->i2c_dev, config->i2c_addr, in tlc59108_set_ledout()
75 if (i2c_reg_update_byte(config->i2c_dev, config->i2c_addr, in tlc59108_set_ledout()
135 if (i2c_reg_update_byte(config->i2c_dev, config->i2c_addr, in tlc59108_led_blink()
209 if (i2c_reg_update_byte(config->i2c_dev, config->i2c_addr, in tlc59108_led_init()
Dlp3943.c112 if (i2c_reg_update_byte(data->i2c, DT_INST_REG_ADDR(0), in lp3943_set_dim_states()
220 if (i2c_reg_update_byte(data->i2c, DT_INST_REG_ADDR(0), in lp3943_led_on()
243 if (i2c_reg_update_byte(data->i2c, DT_INST_REG_ADDR(0), in lp3943_led_off()
/Zephyr-Core-2.7.6/drivers/sensor/lsm9ds0_mfd/
Dlsm9ds0_mfd.c31 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_mfd_reboot_memory()
51 return i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_mfd_accel_set_odr_raw()
96 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_mfd_accel_set_fs_raw()
142 return i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_mfd_magn_set_odr_raw()
183 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_mfd_magn_set_fs_raw()
697 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_mfd_init_chip()
713 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_mfd_init_chip()
729 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_mfd_init_chip()
740 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_mfd_init_chip()
761 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_mfd_init_chip()
/Zephyr-Core-2.7.6/drivers/sensor/bmc150_magn/
Dbmc150_magn_trigger.c54 if (i2c_reg_update_byte(data->i2c_master, in bmc150_magn_trigger_set()
117 return i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in bmc150_magn_set_drdy_polarity()
136 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in bmc150_magn_init_interrupt()
Dbmc150_magn.c60 if (i2c_reg_update_byte(data->i2c_master, in bmc150_magn_set_power_mode()
71 return i2c_reg_update_byte(data->i2c_master, in bmc150_magn_set_power_mode()
79 return i2c_reg_update_byte(data->i2c_master, in bmc150_magn_set_power_mode()
99 return i2c_reg_update_byte(data->i2c_master, in bmc150_magn_set_odr()
205 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in bmc150_magn_write_rep_xy()
224 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in bmc150_magn_write_rep_z()
/Zephyr-Core-2.7.6/drivers/sensor/lps25hb/
Dlps25hb.c28 return i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lps25hb_power_ctrl()
39 return i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lps25hb_set_odr_raw()
148 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lps25hb_init_chip()
/Zephyr-Core-2.7.6/drivers/sensor/fxos8700/
Dfxos8700.c83 return i2c_reg_update_byte(data->i2c, config->i2c_address, in fxos8700_set_odr()
105 return i2c_reg_update_byte(data->i2c, config->i2c_address, in fxos8700_set_mt_ths()
382 return i2c_reg_update_byte(data->i2c, config->i2c_address, in fxos8700_set_power()
475 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in fxos8700_init()
484 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in fxos8700_init()
495 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in fxos8700_init()
504 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in fxos8700_init()
/Zephyr-Core-2.7.6/drivers/sensor/lsm9ds0_gyro/
Dlsm9ds0_gyro.c35 return i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_gyro_power_ctrl()
49 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_gyro_set_fs_raw()
91 return i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_gyro_set_odr_raw()
301 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lsm9ds0_gyro_init_chip()
Dlsm9ds0_gyro_trigger.c56 if (i2c_reg_update_byte(data->i2c_master, in lsm9ds0_gyro_trigger_set()
/Zephyr-Core-2.7.6/drivers/sensor/wsen_itds/
Ditds_trigger.c32 ret = i2c_reg_update_byte(ddata->i2c, cfg->i2c_addr, ITDS_REG_CTRL4, in itds_trigger_drdy_set()
119 return i2c_reg_update_byte(ddata->i2c, cfg->i2c_addr, ITDS_REG_CTRL7, in itds_trigger_mode_init()
Ditds.c84 return i2c_reg_update_byte(ddata->i2c, cfg->i2c_addr, in itds_accl_odr_set()
111 ret = i2c_reg_update_byte(ddata->i2c, cfg->i2c_addr, ITDS_REG_CTRL6, in itds_accl_range_set()
336 ret = i2c_reg_update_byte(ddata->i2c, cfg->i2c_addr, ITDS_REG_CTRL2, in itds_init()
350 ret = i2c_reg_update_byte(ddata->i2c, cfg->i2c_addr, ITDS_REG_CTRL1, in itds_init()
/Zephyr-Core-2.7.6/drivers/sensor/lps22hb/
Dlps22hb.c28 return i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lps22hb_set_odr_raw()
120 if (i2c_reg_update_byte(data->i2c_master, config->i2c_slave_addr, in lps22hb_init_chip()
/Zephyr-Core-2.7.6/drivers/sensor/bmm150/
Dbmm150.c48 if (i2c_reg_update_byte(data->i2c, in bmm150_set_power_mode()
59 return i2c_reg_update_byte(data->i2c, in bmm150_set_power_mode()
67 return i2c_reg_update_byte(data->i2c, in bmm150_set_power_mode()
88 return i2c_reg_update_byte(data->i2c, in bmm150_set_odr()
194 if (i2c_reg_update_byte(data->i2c, config->i2c_slave_addr, in bmm150_write_rep_xy()
213 if (i2c_reg_update_byte(data->i2c, config->i2c_slave_addr, in bmm150_write_rep_z()
/Zephyr-Core-2.7.6/drivers/sensor/fxas21002/
Dfxas21002.c160 return i2c_reg_update_byte(data->i2c, config->i2c_address, in fxas21002_set_power()
240 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in fxas21002_init()
249 if (i2c_reg_update_byte(data->i2c, config->i2c_address, in fxas21002_init()
/Zephyr-Core-2.7.6/drivers/sensor/sx9500/
Dsx9500_trigger.c35 if (i2c_reg_update_byte(data->i2c_master, in sx9500_trigger_set()
47 if (i2c_reg_update_byte(data->i2c_master, in sx9500_trigger_set()
/Zephyr-Core-2.7.6/drivers/sensor/ak8975/
Dak8975.c135 if (i2c_reg_update_byte(drv_data->i2c, MPU9150_I2C_ADDR, in ak8975_init()
143 if (i2c_reg_update_byte(drv_data->i2c, MPU9150_I2C_ADDR, in ak8975_init()
/Zephyr-Core-2.7.6/drivers/sensor/lis2ds12/
Dlis2ds12_i2c.c56 return i2c_reg_update_byte(data->comm_master, lis2ds12_i2c_slave_addr, in lis2ds12_i2c_update_reg()
/Zephyr-Core-2.7.6/drivers/sensor/lsm6dsl/
Dlsm6dsl_i2c.c58 return i2c_reg_update_byte(data->bus, in lsm6dsl_i2c_update_reg()
/Zephyr-Core-2.7.6/drivers/sensor/lis2dh/
Dlis2dh_i2c.c73 return i2c_reg_update_byte(data->bus, in lis2dh_i2c_update_reg()

12