Searched refs:run_cnt (Results 1 - 12 of 12) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_event.c | 39 write ? pool->run_cnt.hpd_wr_cnt++ : pool->run_cnt.hpd_rd_cnt++;
in event_type_counter() 42 write ? pool->run_cnt.unhpd_wr_cnt++ : pool->run_cnt.unhpd_rd_cnt++;
in event_type_counter() 45 write ? pool->run_cnt.edid_fail_wr_cnt++ : pool->run_cnt.edid_fail_rd_cnt++;
in event_type_counter() 48 write ? pool->run_cnt.rsen_con_wr_cnt++ : pool->run_cnt.rsen_con_rd_cnt++;
in event_type_counter() 51 write ? pool->run_cnt.rsen_dis_wr_cnt++ : pool->run_cnt in event_type_counter() [all...] |
H A D | drv_hdmi_proc.c | 1205 hdmi_event_run_cnt run_cnt = {0};
in proc_event_info() local 1219 if (drv_hdmi_event_pool_status_get(hdmi_id, i + 1, &ctrl, &run_cnt) != HI_SUCCESS) {
in proc_event_info() 1229 run_cnt.err_wd_cnt, run_cnt.hpd_wr_cnt, run_cnt.unhpd_wr_cnt,
in proc_event_info() 1230 run_cnt.edid_fail_wr_cnt, 0, 0, run_cnt.rsen_con_wr_cnt, run_cnt.rsen_dis_wr_cnt, 0);
in proc_event_info() 1233 run_cnt.err_rd_cnt, run_cnt in proc_event_info() [all...] |
H A D | drv_hdmi_event.h | 54 hdmi_event_run_cnt run_cnt;
member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/ |
H A D | hdmi_hal_machine.h | 42 hi_u32 run_cnt;
member
|
H A D | hdmi_hal_machine.c | 90 tmp_elem->mach_run.run_cnt++;
in hal_hdmi_mach_invoke()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 427 unsigned int run_cnt;
member
|
H A D | capture.c | 5769 timer->run_cnt = 0;
in rkcif_monitor_reset_event() 6442 v4l2_info(&dev->v4l2_dev, "do reset work schedule, run_cnt:%d, reset source:%d\n", timer->run_cnt,
in rkcif_init_reset_work() 6494 timer->run_cnt += 1;
in rkcif_reset_watchdog_timer_handler() 6498 timer->last_buf_wakeup_cnt, dev->buf_wake_up_cnt, timer->run_cnt, timer->monitor_mode);
in rkcif_reset_watchdog_timer_handler() 6531 if (timer->run_cnt == timer->max_run_cnt) {
in rkcif_reset_watchdog_timer_handler() 6532 timer->run_cnt = 0x0;
in rkcif_reset_watchdog_timer_handler() 6536 if (timer->run_cnt <= timer->max_run_cnt) {
in rkcif_reset_watchdog_timer_handler() 6552 v4l2_info(&dev->v4l2_dev, "do reset work due to frame end is stopped, run_cnt:%d\n", timer->run_cnt);
in rkcif_reset_watchdog_timer_handler() [all...] |
H A D | dev.c | 853 cif_dev->reset_watchdog_timer.run_cnt = 0;
in rkcif_pipeline_set_stream() 908 cif_dev->reset_watchdog_timer.run_cnt = 0;
in rkcif_pipeline_set_stream()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 386 unsigned int run_cnt; member
|
H A D | capture.c | 5982 timer->run_cnt = 0; in rkcif_monitor_reset_event() 6708 "do reset work schedule, run_cnt:%d, reset source:%d\n", in rkcif_init_reset_work() 6709 timer->run_cnt, timer->reset_src); in rkcif_init_reset_work() 6761 timer->run_cnt += 1; in rkcif_reset_watchdog_timer_handler() 6768 timer->run_cnt, timer->monitor_mode); in rkcif_reset_watchdog_timer_handler() 6805 if (timer->run_cnt == timer->max_run_cnt) in rkcif_reset_watchdog_timer_handler() 6806 timer->run_cnt = 0x0; in rkcif_reset_watchdog_timer_handler() 6809 if (timer->run_cnt <= timer->max_run_cnt) { in rkcif_reset_watchdog_timer_handler() 6829 "do reset work due to frame end is stopped, run_cnt:%d\n", in rkcif_reset_watchdog_timer_handler() 6830 timer->run_cnt); in rkcif_reset_watchdog_timer_handler() [all...] |
H A D | dev.c | 913 cif_dev->reset_watchdog_timer.run_cnt = 0; in rkcif_pipeline_set_stream() 965 cif_dev->reset_watchdog_timer.run_cnt = 0; in rkcif_pipeline_set_stream()
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | syscall.c | 1863 "run_cnt:\t%llu\n", in bpf_prog_show_fdinfo() 3514 info.run_cnt = stats.cnt; in bpf_prog_get_info_by_fd()
|
Completed in 32 milliseconds