zephyr/drivers/sensor
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
adt7420 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
adxl345 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
adxl362 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
adxl372 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ak8975
amg88xx device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ams_iAQcore
apds9960 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
bma280
bmc150_magn device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
bme280 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
bme680
bmg160 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
bmi160 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
bmm150 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
bq274xx device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ccs811
dht device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ens210
fxas21002 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
fxos8700 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
grove device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
hmc5883l
hp206c
hts221 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
iis2dlpc device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
iis2mdc device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
iis3dhhc device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
isl29035
ism330dhcx device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lis2dh device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lis2ds12 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lis2dw12 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lis2mdl device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lis3mdl
lps22hb device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lps22hh device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lps25hb device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lsm6ds0 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lsm6dsl device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lsm6dso device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lsm9ds0_gyro device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lsm9ds0_mfd device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lsm303dlhc_magn device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
max30101 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
max44009
mchp_tach_xec device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
mcp9808 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
mpr device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
mpu6050 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ms5607 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ms5837 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
nrf5
nxp_kinetis_temp device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
opt3001
pms7003
qdec_nrfx
sht3xd device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
si7006
si7060
stts751 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
sx9500
th02
ti_hdc
tmp007
tmp112
tmp116 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
vl53l0x
CMakeLists.txt
Kconfig
sensor_handlers.c
sensor_shell.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00