| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_dpb.c | 34 pos += snprintf(buf, sizeof(buf) - 1, "total %2d ", dpb->total_cnt); in h264e_dpb_dump_usage() 36 for (i = 0; i < dpb->total_cnt; i++) { in h264e_dpb_dump_usage() 50 mpp_log_f("dpb %p total count %d size %d\n", dpb, dpb->total_cnt, dpb->dpb_size); in h264e_dpb_dump_frm() 54 for (i = 0; i < dpb->total_cnt; i++) { in h264e_dpb_dump_frm() 98 mpp_log_f("list slot use seq type tid ref idx mode arg\n", dpb, dpb->total_cnt); in h264e_dpb_dump_list() 138 dpb->total_cnt = info->dpb_size + 1; in h264e_dpb_setup() 144 dpb->total_cnt++; in h264e_dpb_setup() 147 ref_frm_num, dpb->total_cnt); in h264e_dpb_setup() 162 RK_S32 cnt = dpb->total_cnt; in find_cpb_frame() 436 h264e_dbg_dpb("enter %p total %d\n", dpb, dpb->total_cnt); in h264e_dpb_proc() [all …]
|
| H A D | h264e_dpb.h | 109 RK_S32 total_cnt; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | kselftest_deps.sh | 84 total_cnt=0 212 let total_cnt+=1 247 echo -e "$total_cnt Pass: $pass_cnt Fail: $fail_cnt";
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_pble.c | 463 lf4k = palloc->total_cnt >> 9; in get_lvl2_pble() 464 lflast = palloc->total_cnt % PBLE_PER_PAGE; in get_lvl2_pble() 517 addr = (u64 *)gen_pool_alloc(pool, (palloc->total_cnt << 3)); in get_lvl1_pble() 526 lvl1->cnt = palloc->total_cnt; in get_lvl1_pble() 546 if (status && (palloc->total_cnt > PBLE_PER_PAGE)) in get_lvl1_lvl2_pble() 569 palloc->total_cnt = pble_cnt; in i40iw_get_pble() 575 max_sds = (palloc->total_cnt >> 18) + 1; in i40iw_get_pble()
|
| H A D | i40iw_pble.h | 68 u32 total_cnt; member
|
| H A D | i40iw_verbs.c | 1352 ret = i40iw_check_mem_contiguous(arr, palloc->total_cnt, pg_size); in i40iw_check_mr_contiguous()
|
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | fatent.c | 308 unsigned int num_clusters = 0, total_cnt; in exfat_alloc_cluster() local 313 total_cnt = EXFAT_DATA_CLUSTER_COUNT(sbi); in exfat_alloc_cluster() 315 if (unlikely(total_cnt < sbi->used_clusters)) { in exfat_alloc_cluster() 318 __func__, total_cnt, sbi->used_clusters); in exfat_alloc_cluster() 322 if (num_alloc > total_cnt - sbi->used_clusters) in exfat_alloc_cluster()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | trx_test.c | 35 rx_req_pool->idle_cnt, rx_req_pool->busy_cnt, rx_req_pool->total_cnt); in _phl_free_rx_req_pool() 48 rx_req_pool->total_cnt = 0; in _phl_free_rx_req_pool() 66 rx_req_pool->total_cnt = rx_req_num; in _phl_alloc_rx_req_pool() 88 rx_req_pool->idle_cnt, rx_req_pool->busy_cnt, rx_req_pool->total_cnt); in _phl_alloc_rx_req_pool() 182 tx_req_pool->idle_cnt, tx_req_pool->busy_cnt, tx_req_pool->total_cnt); in _phl_free_tx_req_pool() 195 tx_req_pool->total_cnt = 0; in _phl_free_tx_req_pool() 214 tx_req_pool->total_cnt = tx_req_num; in _phl_alloc_tx_req_pool() 237 tx_req_pool->idle_cnt, tx_req_pool->busy_cnt, tx_req_pool->total_cnt); in _phl_alloc_tx_req_pool() 349 tx_pkt_pool->idle_cnt, tx_pkt_pool->busy_cnt, tx_pkt_pool->total_cnt); in _phl_free_tx_pkt_pool() 356 for (i = 0; i < tx_pkt_pool->total_cnt; i++) { in _phl_free_tx_pkt_pool() [all …]
|
| H A D | trx_test.h | 68 u32 total_cnt; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/ |
| H A D | trx_test.c | 35 rx_req_pool->idle_cnt, rx_req_pool->busy_cnt, rx_req_pool->total_cnt); in _phl_free_rx_req_pool() 48 rx_req_pool->total_cnt = 0; in _phl_free_rx_req_pool() 66 rx_req_pool->total_cnt = rx_req_num; in _phl_alloc_rx_req_pool() 88 rx_req_pool->idle_cnt, rx_req_pool->busy_cnt, rx_req_pool->total_cnt); in _phl_alloc_rx_req_pool() 182 tx_req_pool->idle_cnt, tx_req_pool->busy_cnt, tx_req_pool->total_cnt); in _phl_free_tx_req_pool() 195 tx_req_pool->total_cnt = 0; in _phl_free_tx_req_pool() 214 tx_req_pool->total_cnt = tx_req_num; in _phl_alloc_tx_req_pool() 237 tx_req_pool->idle_cnt, tx_req_pool->busy_cnt, tx_req_pool->total_cnt); in _phl_alloc_tx_req_pool() 349 tx_pkt_pool->idle_cnt, tx_pkt_pool->busy_cnt, tx_pkt_pool->total_cnt); in _phl_free_tx_pkt_pool() 356 for (i = 0; i < tx_pkt_pool->total_cnt; i++) { in _phl_free_tx_pkt_pool() [all …]
|
| H A D | trx_test.h | 68 u32 total_cnt; member
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | lgs8gxx.c | 925 u32 total_cnt = 0, err_cnt = 0; in lgs8gxx_read_ber() local 941 total_cnt <<= 8; in lgs8gxx_read_ber() 943 total_cnt |= t; in lgs8gxx_read_ber() 950 dprintk("error=%d total=%d\n", err_cnt, total_cnt); in lgs8gxx_read_ber() 952 if (total_cnt == 0) in lgs8gxx_read_ber() 955 *ber = err_cnt * 100 / total_cnt; in lgs8gxx_read_ber()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_video_auto_detect.c | 773 int read_cnt=0, total_cnt; in nvp6168_video_input_hsync_accum_read() local 776 total_cnt = nvp6168_get_eq_read_cnt(vin_hsync_accum->devnum, vin_hsync_accum->ch); in nvp6168_video_input_hsync_accum_read() 781 while(read_cnt < total_cnt) { in nvp6168_video_input_hsync_accum_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| H A D | halbtc8723b1ant.c | 259 u32 total_cnt; in halbtc8723b1ant_monitor_wifi_ctr() local 301 total_cnt = coex_sta->crc_ok_cck + coex_sta->crc_ok_11g + in halbtc8723b1ant_monitor_wifi_ctr() 309 (total_cnt - coex_sta->crc_ok_cck)) { in halbtc8723b1ant_monitor_wifi_ctr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/btc/ |
| H A D | HalBtc8723b1Ant.c | 282 u32 total_cnt; in halbtc8723b1ant_monitor_wifi_ctr() local 325 total_cnt = coex_sta->crc_ok_cck + coex_sta->crc_ok_11g + in halbtc8723b1ant_monitor_wifi_ctr() 334 if (coex_sta->crc_ok_cck > (total_cnt - in halbtc8723b1ant_monitor_wifi_ctr()
|
| H A D | HalBtc8703b1Ant.c | 396 u32 total_cnt; in halbtc8703b1ant_monitor_wifi_ctr() local 439 total_cnt = coex_sta->crc_ok_cck + coex_sta->crc_ok_11g + in halbtc8703b1ant_monitor_wifi_ctr() 448 if (coex_sta->crc_ok_cck > (total_cnt - in halbtc8703b1ant_monitor_wifi_ctr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/btc/ |
| H A D | halbtc8723b1ant.c | 259 u32 total_cnt; in halbtc8723b1ant_monitor_wifi_ctr() local 302 total_cnt = coex_sta->crc_ok_cck + coex_sta->crc_ok_11g + in halbtc8723b1ant_monitor_wifi_ctr() 311 if (coex_sta->crc_ok_cck > (total_cnt - in halbtc8723b1ant_monitor_wifi_ctr()
|
| H A D | halbtc8703b1ant.c | 429 u32 total_cnt; in halbtc8703b1ant_monitor_wifi_ctr() local 472 total_cnt = coex_sta->crc_ok_cck + coex_sta->crc_ok_11g + in halbtc8703b1ant_monitor_wifi_ctr() 481 if (coex_sta->crc_ok_cck > (total_cnt - in halbtc8703b1ant_monitor_wifi_ctr()
|
| H A D | halbtc8822b2ant.c | 325 u32 total_cnt, reg_val1, reg_val2; in halbtc8822b2ant_monitor_wifi_ctr() 370 total_cnt = coex_sta->crc_ok_cck + coex_sta->crc_ok_11g in halbtc8822b2ant_monitor_wifi_ctr() 381 if (coex_sta->crc_ok_cck > (total_cnt - in halbtc8822b2ant_monitor_wifi_ctr()
|
| H A D | halbtc8723d1ant.c | 433 u32 total_cnt; in halbtc8723d1ant_monitor_wifi_ctr() local 476 total_cnt = coex_sta->crc_ok_cck + coex_sta->crc_ok_11g + in halbtc8723d1ant_monitor_wifi_ctr() 485 if (coex_sta->crc_ok_cck > (total_cnt - in halbtc8723d1ant_monitor_wifi_ctr()
|
| H A D | halbtc8822b1ant.c | 454 u32 total_cnt; in halbtc8822b1ant_monitor_wifi_ctr() local 506 total_cnt = coex_sta->crc_ok_cck + coex_sta->crc_ok_11g in halbtc8822b1ant_monitor_wifi_ctr() 517 if (coex_sta->crc_ok_cck > (total_cnt - in halbtc8822b1ant_monitor_wifi_ctr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/btc/ |
| H A D | halbtc8723b1ant.c | 301 u32 total_cnt; in halbtc8723b1ant_monitor_wifi_ctr() local 341 total_cnt = coex_sta->crc_ok_cck + coex_sta->crc_ok_11g + in halbtc8723b1ant_monitor_wifi_ctr() 350 if (coex_sta->crc_ok_cck > (total_cnt - in halbtc8723b1ant_monitor_wifi_ctr()
|
| H A D | halbtc8703b1ant.c | 492 u32 total_cnt, reg_val1, reg_val2, cnt_cck; in halbtc8703b1ant_monitor_wifi_ctr() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 7051 int status, total_cnt; in lpfc_sli4_repost_sgl_list() local 7066 total_cnt = cnt; in lpfc_sli4_repost_sgl_list() 7096 if (num_posted == total_cnt) { in lpfc_sli4_repost_sgl_list() 7118 total_cnt--; in lpfc_sli4_repost_sgl_list() 7146 total_cnt -= post_cnt; in lpfc_sli4_repost_sgl_list() 7174 return total_cnt; in lpfc_sli4_repost_sgl_list()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 14477 u32 total_cnt; in init_fecn_handling() local 14485 total_cnt = dd->num_rcv_contexts - start; in init_fecn_handling() 14488 if (rmt->used + total_cnt >= NUM_MAP_ENTRIES) { in init_fecn_handling() 14541 rmt->used += total_cnt; in init_fecn_handling()
|