Home
last modified time | relevance | path

Searched refs:_os_strncmp (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_ld_file.c128 if (_os_strncmp(sz_line, "#[v2]", 5) == 0 in _hal_parse_txpwr_by_rate()
129 || _os_strncmp(sz_line, "#[v3]", 5) == 0) { in _hal_parse_txpwr_by_rate()
136 if (_os_strncmp(sz_line + 5, "[Exact]#", 8) == 0) { in _hal_parse_txpwr_by_rate()
146 if (_os_strncmp(sz_line , "#[2.4G]#", 8) == 0) { in _hal_parse_txpwr_by_rate()
150 if (_os_strncmp(sz_line , "#[5G]#", 6) == 0) { in _hal_parse_txpwr_by_rate()
154 … if ((_os_strncmp(sz_line , "#[START]#", 9) == 0) || (_os_strncmp(sz_line , "#[END]#", 9) == 0) ) { in _hal_parse_txpwr_by_rate()
157 if (_os_strncmp(sz_line , "[Nss1]", 6) == 0) { in _hal_parse_txpwr_by_rate()
170 if (_os_strncmp(sz_line , "11M_1M", 6) == 0) { in _hal_parse_txpwr_by_rate()
177 } else if (_os_strncmp(sz_line , "18M_6M", 6) == 0) { in _hal_parse_txpwr_by_rate()
184 } else if (_os_strncmp(sz_line , "54M_24M", 7) == 0) { in _hal_parse_txpwr_by_rate()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_ld_file.c128 if (_os_strncmp(sz_line, "#[v2]", 5) == 0 in _hal_parse_txpwr_by_rate()
129 || _os_strncmp(sz_line, "#[v3]", 5) == 0) { in _hal_parse_txpwr_by_rate()
136 if (_os_strncmp(sz_line + 5, "[Exact]#", 8) == 0) { in _hal_parse_txpwr_by_rate()
146 if (_os_strncmp(sz_line , "#[2.4G]#", 8) == 0) { in _hal_parse_txpwr_by_rate()
150 if (_os_strncmp(sz_line , "#[5G]#", 6) == 0) { in _hal_parse_txpwr_by_rate()
154 … if ((_os_strncmp(sz_line , "#[START]#", 9) == 0) || (_os_strncmp(sz_line , "#[END]#", 9) == 0) ) { in _hal_parse_txpwr_by_rate()
157 if (_os_strncmp(sz_line , "[Nss1]", 6) == 0) { in _hal_parse_txpwr_by_rate()
170 if (_os_strncmp(sz_line , "11M_1M", 6) == 0) { in _hal_parse_txpwr_by_rate()
177 } else if (_os_strncmp(sz_line , "18M_6M", 6) == 0) { in _hal_parse_txpwr_by_rate()
184 } else if (_os_strncmp(sz_line , "54M_24M", 7) == 0) { in _hal_parse_txpwr_by_rate()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_macos.h30 static __inline int _os_strncmp(const char *s1, const char *s2, size_t n) in _os_strncmp() function
H A Dpltfm_ops_none.h59 static __inline int _os_strncmp(const char *s1, const char *s2, size_t n) in _os_strncmp() function
H A Dpltfm_ops_windows.h90 static inline int _os_strncmp(const char *s1, const char *s2, size_t n) in _os_strncmp() function
H A Dpltfm_ops_linux.h51 static inline int _os_strncmp(const char *s1, const char *s2, size_t n) in _os_strncmp() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dpltfm_ops_macos.h30 static __inline int _os_strncmp(const char *s1, const char *s2, size_t n) in _os_strncmp() function
H A Dpltfm_ops_none.h59 static __inline int _os_strncmp(const char *s1, const char *s2, size_t n) in _os_strncmp() function
H A Dpltfm_ops_windows.h90 static inline int _os_strncmp(const char *s1, const char *s2, size_t n) in _os_strncmp() function
H A Dpltfm_ops_linux.h47 static inline int _os_strncmp(const char *s1, const char *s2, size_t n) in _os_strncmp() function