Home
last modified time | relevance | path

Searched refs:inst_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_dbgfs.c96 int total_len = 200 * (dbgfs->inst_count == 0 ? 1 : dbgfs->inst_count); in mtk_vdec_dbgfs_read()
158 vcodec_dev->dbgfs.inst_count++; in mtk_vcodec_dbgfs_create()
171 vcodec_dev->dbgfs.inst_count--; in mtk_vcodec_dbgfs_remove()
193 vcodec_dev->dbgfs.inst_count = 0; in mtk_vcodec_dbgfs_vdec_init()
212 vcodec_dev->dbgfs.inst_count = 0; in mtk_vcodec_dbgfs_venc_init()
H A Dmtk_vcodec_dbgfs.h49 int inst_count; member
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Drequest_manager.c370 u32 inst_count = 0; in lio_process_iq_request_list() local
420 inst_count++; in lio_process_iq_request_list()
423 if ((napi_budget) && (inst_count >= napi_budget)) in lio_process_iq_request_list()
435 return inst_count; in lio_process_iq_request_list()