Home
last modified time | relevance | path

Searched refs:alpha_to_upper (Results 1 – 3 of 3) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h881 char alpha_to_upper(char c);
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_chplan.c2969 code[0] = alpha_to_upper(country_code[0]); in rtw_get_chplan_from_country()
2970 code[1] = alpha_to_upper(country_code[1]); in rtw_get_chplan_from_country()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/
Dosdep_service.c3720 inline char alpha_to_upper(char c) in alpha_to_upper() function