zephyr/drivers/kscan
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: kscan: Introduce SDL mouse driver 2020-03-11 13:23:19 -05:00
Kconfig drivers: kscan: Introduce SDL mouse driver 2020-03-11 13:23:19 -05:00
Kconfig.ft5336 drivers: kscan: add support for the interrupt on the ft5336 2020-04-02 16:48:15 -05:00
Kconfig.sdl drivers: kscan: Introduce SDL mouse driver 2020-03-11 13:23:19 -05:00
Kconfig.xec kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
kscan_ft5336.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
kscan_handlers.c tests: drivers: fixes for failing tests 2020-04-24 09:49:46 -05:00
kscan_mchp_xec.c drivers: microchip: Convert microchip drivers to new DT_INST macros 2020-03-26 16:31:52 -05:00
kscan_sdl.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00