Home
last modified time | relevance | path

Searched refs:user_cnt (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_mem.c279 mem->user_cnt = 0; in oal_mem_create_subpool()
463 mem->user_cnt = 1; in oal_mem_alloc_enhanced()
496 if (oal_unlikely(mem->user_cnt == 0)) { in oal_mem_free_enhanced()
500 mem->user_cnt--; in oal_mem_free_enhanced()
502 if (mem->user_cnt != 0) { in oal_mem_free_enhanced()
H A Doal_mem.h217 hi_u8 user_cnt :4; /* 申请本内存块的用户计数 */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_intf_k.c181 if (hdmi_dev->kernel_cnt == 0 && hdmi_dev->user_cnt == 0) { in hi_drv_hdmi_csc_param_set()
232 if (hdmi_dev->kernel_cnt == 0 && hdmi_dev->user_cnt == 0) { in hi_drv_hdmi_video_param_set()
303 if (hdmi_dev->kernel_cnt == 0 && hdmi_dev->user_cnt == 0) { in hi_drv_hdmi_set_hdr_attr()
H A Ddrv_hdmi_intf.h48 hi_u32 user_cnt; member
H A Ddrv_hdmi_intf.c1289 hdmi_dev->user_cnt = 0;
1434 hdmi_dev->user_cnt++;
1448 hdmi_info("user_cnt: %u, kernel_cnt: %u, user_call_back_cnt: %u\n",
1449 hdmi_dev->user_cnt, hdmi_dev->kernel_cnt, hdmi_dev->user_callback_cnt);
1487 if (hdmi_dev->user_cnt == 0) {
1549 hdmi_info("user_cnt: %u, kernel_cnt: %u\n", hdmi_dev->user_cnt, hdmi_dev->kernel_cnt);
1553 if (user && hdmi_dev->user_cnt > 0) {
1562 if (hdmi_dev->user_cnt == 1) {
1569 hdmi_dev->user_cnt
[all...]
H A Ddrv_hdmi_proc.c614 osal_seq_printf(file, "%-15s: %-20d \n", "UserCnt", hdmi_dev->user_cnt); in proc_sw_status()
H A Ddrv_hdmi_debug.c3255 if (hdmi_dev->user_cnt == 0 && hdmi_dev->kernel_cnt == 0) { in drv_hdmi_debug_source_write()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H A Dfrw_event.c631 event_mem->user_cnt++; in frw_event_post_event()

Completed in 17 milliseconds