Searched refs:_get_hex_from_string (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/ |
| H A D | phl_dbg_cmd.c | 197 _get_hex_from_string(char *szstr, u32 *val) in _get_hex_from_string() function 255 if (!_get_hex_from_string(input[1], &band)) in _phl_dbg_cmd_switch_chbw() 261 if (!_get_hex_from_string(input[2], &ch)) in _phl_dbg_cmd_switch_chbw() 265 if (!_get_hex_from_string(input[3], &bw)) in _phl_dbg_cmd_switch_chbw() 269 if (!_get_hex_from_string(input[4], &offset)) in _phl_dbg_cmd_switch_chbw() 369 _get_hex_from_string(input[1], &ctrl); in _dump_rx_rate() 636 _get_hex_from_string(input[1], &ctrl); in phl_dbg_cmd_snd() 637 _get_hex_from_string(input[2], &role_idx); in phl_dbg_cmd_snd() 877 _get_hex_from_string(input[1], &ctrl); in phl_dbg_cmd_asoc_sta() 878 _get_hex_from_string(input[2], &wrole_idx); in phl_dbg_cmd_asoc_sta() [all …]
|
| H A D | phl_ps_dbg_cmd.c | 198 if (!_get_hex_from_string(input[2], &stop)) in phl_ps_dbg_stop_ps() 239 if (!_get_hex_from_string(input[3], &enter)) in phl_ps_dbg_test_ps()
|
| H A D | phl_dbg_cmd.h | 97 _get_hex_from_string(char *szstr, u32 *val);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | phl_dbg_cmd.c | 197 _get_hex_from_string(char *szstr, u32 *val) in _get_hex_from_string() function 255 if (!_get_hex_from_string(input[1], &band)) in _phl_dbg_cmd_switch_chbw() 261 if (!_get_hex_from_string(input[2], &ch)) in _phl_dbg_cmd_switch_chbw() 265 if (!_get_hex_from_string(input[3], &bw)) in _phl_dbg_cmd_switch_chbw() 269 if (!_get_hex_from_string(input[4], &offset)) in _phl_dbg_cmd_switch_chbw() 369 _get_hex_from_string(input[1], &ctrl); in _dump_rx_rate() 636 _get_hex_from_string(input[1], &ctrl); in phl_dbg_cmd_snd() 637 _get_hex_from_string(input[2], &role_idx); in phl_dbg_cmd_snd() 873 _get_hex_from_string(input[1], &ctrl); in phl_dbg_cmd_asoc_sta() 874 _get_hex_from_string(input[2], &wrole_idx); in phl_dbg_cmd_asoc_sta() [all …]
|
| H A D | phl_ps_dbg_cmd.c | 198 if (!_get_hex_from_string(input[2], &stop)) in phl_ps_dbg_stop_ps() 239 if (!_get_hex_from_string(input[3], &enter)) in phl_ps_dbg_test_ps()
|
| H A D | phl_dbg_cmd.h | 95 _get_hex_from_string(char *szstr, u32 *val);
|