Searched refs:pshape (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_ld_file.c | 697 char **pshape = NULL; in _hal_parse_txpwrlmt() local 830 pshape = (char **)_os_mem_alloc(drv_priv, sizeof(char *) * colnum); in _hal_parse_txpwrlmt() 831 if (!pshape) { in _hal_parse_txpwrlmt() 900 pshape[forcnt] = (char *)_os_mem_alloc(drv_priv, i - i_ns + 1); in _hal_parse_txpwrlmt() 901 if (!pshape[forcnt]) { in _hal_parse_txpwrlmt() 905 PHL_INFO("2.pshape [%d] = %s\n", forcnt, pshape[forcnt]); in _hal_parse_txpwrlmt() 907 _os_mem_cpy(drv_priv, pshape[forcnt], sz_line + i_ns, i - i_ns); in _hal_parse_txpwrlmt() 908 pshape[forcnt][i - i_ns] = '\0'; in _hal_parse_txpwrlmt() 909 PHL_INFO(" forcnt %d shape idx: %s:", forcnt, pshape[forcnt]); in _hal_parse_txpwrlmt() 915 PHL_INFO(" %s", pshape[forcnt]); in _hal_parse_txpwrlmt() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_ld_file.c | 697 char **pshape = NULL; in _hal_parse_txpwrlmt() local 830 pshape = (char **)_os_mem_alloc(drv_priv, sizeof(char *) * colnum); in _hal_parse_txpwrlmt() 831 if (!pshape) { in _hal_parse_txpwrlmt() 900 pshape[forcnt] = (char *)_os_mem_alloc(drv_priv, i - i_ns + 1); in _hal_parse_txpwrlmt() 901 if (!pshape[forcnt]) { in _hal_parse_txpwrlmt() 905 PHL_INFO("2.pshape [%d] = %s\n", forcnt, pshape[forcnt]); in _hal_parse_txpwrlmt() 907 _os_mem_cpy(drv_priv, pshape[forcnt], sz_line + i_ns, i - i_ns); in _hal_parse_txpwrlmt() 908 pshape[forcnt][i - i_ns] = '\0'; in _hal_parse_txpwrlmt() 909 PHL_INFO(" forcnt %d shape idx: %s:", forcnt, pshape[forcnt]); in _hal_parse_txpwrlmt() 915 PHL_INFO(" %s", pshape[forcnt]); in _hal_parse_txpwrlmt() [all …]
|