zephyr/drivers/entropy
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
..
CMakeLists.txt drivers: entropy_mcux_rng LPC entropy 2020-05-07 23:25:31 -05:00
entropy_cc13xx_cc26xx.c
entropy_esp32.c
entropy_gecko_trng.c
entropy_handlers.c
entropy_litex.c
entropy_mcux_rng.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
entropy_mcux_rnga.c
entropy_mcux_trng.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
entropy_nrf5.c
entropy_rv32m1_trng.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
entropy_sam.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
entropy_stm32.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
fake_entropy_native_posix.c
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.esp32
Kconfig.gecko
Kconfig.litex
Kconfig.mcux drivers: entropy_mcux_rng LPC entropy 2020-05-07 23:25:31 -05:00
Kconfig.native_posix
Kconfig.nrf5
Kconfig.rv32m1
Kconfig.sam
Kconfig.stm32