zephyr/include
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
..
app_memory all: Update reserved function names 2019-03-11 13:48:42 -04:00
arch all: Update reserved function names 2019-03-11 13:48:42 -04:00
audio
bluetooth Bluetooth: Clarify bt_conn_create_slave_le documentation 2019-03-07 21:02:26 +01:00
cmsis_rtos_v1
cmsis_rtos_v2
crypto
debug
dfu
display
drivers all: Update reserved function names 2019-03-11 13:48:42 -04:00
dt-bindings
fs
linker all: Update reserved function names 2019-03-11 13:48:42 -04:00
logging all: Update reserved function names 2019-03-11 13:48:42 -04:00
mgmt
misc all: Update reserved function names 2019-03-11 13:48:42 -04:00
net all: Update reserved function names 2019-03-11 13:48:42 -04:00
nvs
posix all: Update reserved function names 2019-03-11 13:48:42 -04:00
random
settings
shell
toolchain all: Update reserved function names 2019-03-11 13:48:42 -04:00
usb usb: dfu: Signal completion of DFU 2019-03-08 08:35:59 -05:00
zephyr
adc.h adc: return EBUSY when requesting new sampling while one in progress 2019-03-07 09:41:19 -05:00
aio_comparator.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
atomic.h
base64.h
cache.h
can.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
clock_control.h
console.h
counter.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
crc.h
crc8.h
crc16.h
crc32.h
device.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
disk_access.h
display.h
dma.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
entropy.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
exc_handle.h
fcb.h
flash_map.h
flash.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
fs.h
generated_dts_board.h
gna.h
gpio.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
hwinfo.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
i2c.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
i2s.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
init.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
ipm.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
irq_nextlevel.h
irq_offload.h
irq.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
json.h
kernel_includes.h
kernel_version.h
kernel.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
led_strip.h
led.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
pinmux.h
power.h power: Fix switch usage 2019-03-05 14:58:58 -08:00
ptp_clock.h
pwm.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
ring_buffer.h
rtc.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
sched_priq.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
sensor.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
shared_irq.h
spi.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
spinlock.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
stats.h
sw_isr_table.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
sys_clock.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
sys_io.h
syscall.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
toolchain.h
tracing.h
tty.h
uart.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
watchdog.h
zephyr.h