Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_common.c587 mpp_reset_up_read(mpp->reset_group); in mpp_task_timeout_work()
706 if (!mpp->reset_group) { in mpp_reset_control_get()
710 group = mpp->reset_group; in mpp_reset_control_get()
747 mpp_reset_down_write(mpp->reset_group); in mpp_dev_reset()
759 mpp_reset_up_write(mpp->reset_group); in mpp_dev_reset()
843 mpp_reset_down_read(mpp->reset_group); in mpp_task_run()
1015 mpp->reset_group = mpp->srv->reset_groups[reset_group_node]; in mpp_attach_service()
1968 mpp_reset_up_read(mpp->reset_group); in mpp_task_finish()
H A Dmpp_common.h362 struct mpp_reset_group *reset_group; member
H A Dmpp_rkvdec2_link.c490 mpp_reset_down_write(mpp->reset_group); in rkvdec2_link_reset()
506 mpp_reset_up_write(mpp->reset_group); in rkvdec2_link_reset()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-stat.c747 if (counter->reset_group || counter->errored) in __run_perf_stat()
764 assert(counter->reset_group); in __run_perf_stat()
795 if (!counter->reset_group && !counter->errored) in __run_perf_stat()
803 if (!counter->reset_group && !counter->errored) in __run_perf_stat()
807 if (!counter->reset_group) in __run_perf_stat()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devsel.h111 bool reset_group; member
H A Devlist.c1737 c2->reset_group = true; in perf_evlist__reset_weak_group()