Searched refs:col_num (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_ld_file.c | 1204 u8 col_num = 0; in _hal_parse_txpwrlmt_ru() local 1309 if (!hal_get_u1bint_fromstr_indec(col_num_buf, &col_num)) { in _hal_parse_txpwrlmt_ru() 1314 if (col_num == 0) { in _hal_parse_txpwrlmt_ru() 1320 band, bandwidth, ratesection, ntx, col_num); in _hal_parse_txpwrlmt_ru() 1322 regulation = (char **)_os_mem_alloc(drv_priv, sizeof(char *) * col_num); in _hal_parse_txpwrlmt_ru() 1328 pshape = (char **)_os_mem_alloc(drv_priv, sizeof(char *) * col_num); in _hal_parse_txpwrlmt_ru() 1342 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) { in _hal_parse_txpwrlmt_ru() 1366 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) in _hal_parse_txpwrlmt_ru() 1386 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) { in _hal_parse_txpwrlmt_ru() 1411 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) in _hal_parse_txpwrlmt_ru() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_ld_file.c | 1204 u8 col_num = 0; in _hal_parse_txpwrlmt_ru() local 1309 if (!hal_get_u1bint_fromstr_indec(col_num_buf, &col_num)) { in _hal_parse_txpwrlmt_ru() 1314 if (col_num == 0) { in _hal_parse_txpwrlmt_ru() 1320 band, bandwidth, ratesection, ntx, col_num); in _hal_parse_txpwrlmt_ru() 1322 regulation = (char **)_os_mem_alloc(drv_priv, sizeof(char *) * col_num); in _hal_parse_txpwrlmt_ru() 1328 pshape = (char **)_os_mem_alloc(drv_priv, sizeof(char *) * col_num); in _hal_parse_txpwrlmt_ru() 1342 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) { in _hal_parse_txpwrlmt_ru() 1366 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) in _hal_parse_txpwrlmt_ru() 1386 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) { in _hal_parse_txpwrlmt_ru() 1411 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) in _hal_parse_txpwrlmt_ru() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_device_access.c | 1010 uint16_t col_num, int exclude_row_edge, int exclude_col_edge) in calculate_gradient_col() argument 1021 for (i = 0; i < col_num; i++) { in calculate_gradient_col() 1026 if (i < (col_num-1)) in calculate_gradient_col() 1034 if (i < (col_num-1)) in calculate_gradient_col() 1054 for (i = 0; i < col_num; i++) { in calculate_gradient_col() 1059 if (i < (col_num-1)) in calculate_gradient_col() 1067 if (i < (col_num-1)) in calculate_gradient_col() 1078 if ((i == 0) || (i == (col_num - 1))) in calculate_gradient_col()
|