Home
last modified time | relevance | path

Searched refs:pd_refcount (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/
H A Drve_debugger.c196 int pd_refcount; in rve_scheduler_show() local
208 pd_refcount = scheduler->session.pd_refcount; in rve_scheduler_show()
218 seq_printf(m, "pd_ref = %d\n", pd_refcount); in rve_scheduler_show()
H A Drve_drv.c127 scheduler->session.pd_refcount++; in rve_power_enable()
153 scheduler->session.pd_refcount--; in rve_power_disable()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/
H A Drve_drv.h176 int pd_refcount; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_drv.c394 scheduler->pd_refcount++; in rga_power_enable()
421 scheduler->pd_refcount == 0) { in rga_power_disable()
427 scheduler->pd_refcount--; in rga_power_disable()
428 if (scheduler->pd_refcount == 0) in rga_power_disable()
H A Drga_debugger.c232 seq_printf(m, "pd_ref = %d\n", scheduler->pd_refcount); in rga_scheduler_show()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_drv.h331 int pd_refcount; member