zephyr/drivers/counter
Patrik Flykt 4344e27c26 all: Update reserved function names
Update reserved function names starting with one underscore, replacing
them as follows:
   '_k_' with 'z_'
   '_K_' with 'Z_'
   '_handler_' with 'z_handl_'
   '_Cstart' with 'z_cstart'
   '_Swap' with 'z_swap'

This renaming is done on both global and those static function names
in kernel/include and include/. Other static function names in kernel/
are renamed by removing the leading underscore. Other function names
not starting with any prefix listed above are renamed starting with
a 'z_' or 'Z_' prefix.

Function names starting with two or three leading underscores are not
automatcally renamed since these names will collide with the variants
with two or three leading underscores.

Various generator scripts have also been updated as well as perf,
linker and usb files. These are
   drivers/serial/uart_handlers.c
   include/linker/kobject-text.ld
   kernel/include/syscall_handler.h
   scripts/gen_kobject_list.py
   scripts/gen_syscall_header.py

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
2019-03-11 13:48:42 -04:00
..
CMakeLists.txt drivers/counter: stm32: Provide STM32 RTC driver using counter API 2019-02-07 16:14:00 -05:00
Kconfig drivers/counter: stm32: Provide STM32 RTC driver using counter API 2019-02-07 16:14:00 -05:00
Kconfig.dtmr_cmsdk_apb drivers: counter: cmsdk: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-02-07 16:14:00 -05:00
Kconfig.imx_epit kconfig: drivers: counter: Remove redundant COUNTER deps. 2019-03-09 10:00:35 -05:00
Kconfig.mcux_rtc drivers: counter: Introduce mcux rtc shim 2019-02-07 16:14:00 -05:00
Kconfig.nrfx drivers: counter_nrfx_timer: Port driver to DTS 2019-03-01 19:46:57 +01:00
Kconfig.qmsi kconfig: drivers: counter: Remove redundant COUNTER deps. 2019-03-09 10:00:35 -05:00
Kconfig.stm32_rtc drivers/counter: stm32: Provide STM32 RTC driver using counter API 2019-02-07 16:14:00 -05:00
Kconfig.tmr_cmsdk_apb drivers: counter: cmsdk: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-02-07 16:14:00 -05:00
counter_handlers.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
counter_imx_epit.c imx: Add IMX EPIT driver for i.MX socs 2019-02-07 16:14:00 -05:00
counter_ll_stm32_rtc.c api: counter: rename counter_disable_channel_alarm() 2019-02-08 10:47:40 +01:00
counter_mcux_rtc.c drivers: counter: mcux: Fix sanitycheck test build issue 2019-02-11 09:40:27 -06:00
counter_nrfx_rtc.c drivers: counter: Fix handling of relative alarms on nrf platform 2019-03-07 15:50:10 +01:00
counter_nrfx_timer.c drivers: counter: Fix handling of relative alarms on nrf platform 2019-03-07 15:50:10 +01:00
counter_qmsi_aon.c drivers: counter: incorporate changes of api name and signature. 2019-02-08 08:56:45 -05:00
counter_qmsi_aonpt.c drivers: counter: incorporate changes of api name and signature. 2019-02-08 08:56:45 -05:00
counter_rtc_qmsi.c drivers: counter: Modify set top value api. 2019-02-27 12:33:53 -08:00
dualtimer_cmsdk_apb.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
timer_cmsdk_apb.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
timer_dtmr_cmsdk_apb.c drivers: counter: cmsdk: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-02-07 16:14:00 -05:00
timer_tmr_cmsdk_apb.c drivers: counter: cmsdk: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-02-07 16:14:00 -05:00