| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/ |
| H A D | MessageParser.cpp | 33 MessageParser::MessageParser(void* ptr) : pri(ptr), is_running(false) { in MessageParser() 37 is_running = false; in stop() 130 while (is_running) { in process() 132 while (raw_stream.size() <= 0 && is_running) { in process() 136 if (!is_running) { in process() 178 if (!new_pkt && !old_pkt && is_running) { in process() 437 if (is_running) { in start() 441 is_running = true; in start()
|
| H A D | MessageParser.hpp | 101 std::atomic<bool> is_running; member in RkMSG::MessageParser
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | remoteproc.c | 53 ops->is_running ? "is_running " : "", in print_remoteproc_list() 225 U_BOOT_CMD_MKENT(is_running, 1, 1, do_remoteproc_wrapper,
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_job.c | 699 request->is_running = false; in rga_request_release_abort() 893 request->is_running = false; in rga_request_release_signal() 1049 if (request->is_running) { in rga_request_submit() 1064 request->is_running = true; in rga_request_submit() 1132 request->is_running = false; in rga_request_submit() 1152 if (request->is_running) { in rga_request_mpi_submit() 1165 request->is_running = true; in rga_request_mpi_submit() 1236 if (!request->is_running || request->is_done) { in rga_request_kref_release()
|
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | report.c | 458 const bool is_running = current->state == TASK_RUNNING; in set_other_info_task_blocking() local 471 if (is_running) { in set_other_info_task_blocking() 503 if (is_running) in set_other_info_task_blocking()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/ |
| H A D | rve_job.c | 522 if (ctx->is_running) { in rve_job_config_by_user_ctx() 583 if (ctx->is_running) { in rve_job_commit_by_user_ctx() 592 ctx->is_running = true; in rve_job_commit_by_user_ctx() 861 ctx->is_running = false; in rve_internal_ctx_signal() 946 if (!ctx->is_running || ctx->finished_job_count >= ctx->cmd_num) { in rve_internal_ctx_kref_release()
|
| H A D | rve_debugger.c | 260 status = ctx->is_running; in rve_ctx_manager_show()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_thread.h | 37 bool is_running ();
|
| H A D | xcam_thread.cpp | 205 bool Thread::is_running () in is_running() function in XCam::Thread
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | remoteproc.h | 73 int (*is_running)(struct udevice *dev); member
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | f71808e_wdt.c | 476 bool is_running = true; in watchdog_is_running() local 483 is_running = (superio_inb(watchdog.sioaddr, SIO_REG_ENABLE) & BIT(0)) in watchdog_is_running() 491 return is_running; in watchdog_is_running()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/ |
| H A D | serv.py | 259 if is_running(pid): 274 def is_running(pid): function
|
| /OK3568_Linux_fs/u-boot/drivers/remoteproc/ |
| H A D | sandbox_testproc.c | 309 .is_running = sandbox_testproc_is_running,
|
| H A D | rproc-uclass.c | 371 fn = ops->is_running; in _rproc_ops_wrapper()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/ |
| H A D | rve_drv.h | 241 bool is_running; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/ |
| H A D | rga_drv.h | 354 bool is_running; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/ |
| H A D | rk_aiq_algo_aldch_v21_itf.cpp | 378 if (ldchCtx->aldchReadMeshThread->is_running()) { in destroy_context() 426 if (ldchCtx->aldchReadMeshThread->is_running()) { in prepare()
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | remoteproc-framework.txt | 65 (is_running does not change state)
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | core.c | 234 wdev->is_running = false; in cfg80211_stop_p2p_device() 259 wdev->is_running = false; in cfg80211_stop_nan()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | dev.h | 420 bool is_running; member
|
| H A D | dev.c | 1135 cif_dev->reset_watchdog_timer.is_running = false; in rkcif_pipeline_set_stream() 1220 cif_dev->reset_watchdog_timer.is_running = false; in rkcif_pipeline_set_stream() 1896 timer->is_running = false; in rkcif_init_reset_monitor()
|
| H A D | capture.c | 8281 if (timer->is_running) in rkcif_monitor_reset_event() 8335 timer->is_running = true; in rkcif_monitor_reset_event() 9347 timer->is_running = false; in rkcif_init_reset_work() 9437 timer->is_running = false; in rkcif_detect_reset_event() 9503 timer->is_running = false; in rkcif_reset_watchdog_timer_handler() 9532 if (timer->is_running) { in rkcif_reset_notifier()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
| H A D | 0001-Fix-imports-for-ptests.patch | 586 - self.assertEqual(yappi.is_running(), False) 596 - self.assertEqual(yappi.is_running(), False) 2502 + self.assertEqual(yappi.is_running(), False) 2512 + self.assertEqual(yappi.is_running(), False)
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | cfg80211.h | 5319 bool use_4addr, is_running; member 5397 return wdev->is_running; in wdev_running()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/ |
| H A D | 0001-Update-Cython-version-to-fix-NanoSVG-issues-with-Pyt.patch | 137 char is_running;
|