Home
last modified time | relevance | path

Searched refs:_hexdatalen (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_debug.h88 #define RT_PRINT_DATA(_comp, _level, _titlestring, _hexdata, _hexdatalen)\ argument
95 for (__i = 0; __i < (int)_hexdatalen; __i++) { \
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Ddebug.h167 _hexdatalen) \ argument
169 _titlestring, _hexdata, _hexdatalen)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_debug.c7109 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7120 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
7124 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
7125 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
7132 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
7141 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL_ALWAYS() argument
7150 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL_ALWAYS()
7154 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL_ALWAYS()
7155 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL_ALWAYS()
7162 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL_ALWAYS()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_debug.c7033 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7044 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
7048 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
7049 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
7056 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
7065 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL_ALWAYS() argument
7074 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL_ALWAYS()
7078 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL_ALWAYS()
7079 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL_ALWAYS()
7086 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL_ALWAYS()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_debug.h100 bool _idx_show, const u8 *_hexdata, int _hexdatalen);
102 bool _idx_show, const u8 *_hexdata, int _hexdatalen);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_debug.h100 bool _idx_show, const u8 *_hexdata, int _hexdatalen);
102 bool _idx_show, const u8 *_hexdata, int _hexdatalen);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_debug.c7089 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7100 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
7104 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
7105 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
7112 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
7130 bool _idx_show, u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7159 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
7160 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_debug.c7048 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7059 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
7063 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
7064 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
7071 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
7089 bool _idx_show, u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7118 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
7119 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_debug.c7180 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7191 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
7195 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
7196 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
7203 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
7221 bool _idx_show, u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7250 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
7251 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_debug.c7048 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7059 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
7063 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
7064 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
7071 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
7089 bool _idx_show, u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7118 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
7119 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_debug.c7487 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7498 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
7502 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
7503 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
7510 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
7528 bool _idx_show, u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7557 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
7558 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_debug.c7553 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7564 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
7568 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
7569 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
7576 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
7594 bool _idx_show, u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7623 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
7624 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_debug.c7553 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7564 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
7568 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
7569 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
7576 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
7594 bool _idx_show, u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
7623 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
7624 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_debug.c8417 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
8428 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
8432 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
8433 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
8440 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
8458 bool _idx_show, u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
8487 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
8488 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_debug.c8417 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
8428 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
8432 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
8433 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
8440 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
8458 bool _idx_show, u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
8487 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
8488 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_debug.c8228 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
8239 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
8243 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
8244 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
8251 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
8269 bool _idx_show, u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
8298 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
8299 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_debug.c8191 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
8202 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
8206 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
8207 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
8214 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
8232 bool _idx_show, u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
8261 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
8262 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_debug.c8191 bool _idx_show, const u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
8202 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL()
8206 for (__i = 0; __i < _hexdatalen; __i++) { in RTW_BUF_DUMP_SEL()
8207 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL()
8214 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL()
8232 bool _idx_show, u8 *_hexdata, int _hexdatalen) in RTW_BUF_DUMP_SEL() argument
8261 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
8262 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtw_debug.h100 bool _idx_show, const u8 *_hexdata, int _hexdatalen);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_debug.h100 bool _idx_show, const u8 *_hexdata, int _hexdatalen);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_debug.h99 bool _idx_show, const u8 *_hexdata, int _hexdatalen);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_debug.h99 bool _idx_show, const u8 *_hexdata, int _hexdatalen);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_debug.h100 bool _idx_show, const u8 *_hexdata, int _hexdatalen);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_debug.h99 bool _idx_show, const u8 *_hexdata, int _hexdatalen);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Drtw_debug.h100 bool _idx_show, const u8 *_hexdata, int _hexdatalen);

12