Home
last modified time | relevance | path

Searched refs:should_stop (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/genwqe/
H A Dcard_ddcb.c1190 int should_stop = 0; in genwqe_card_thread() local
1201 (should_stop = kthread_should_stop()), 1); in genwqe_card_thread()
1206 (should_stop = kthread_should_stop()), HZ); in genwqe_card_thread()
1208 if (should_stop) in genwqe_card_thread()
H A Dcard_base.c914 int rc, should_stop = 0; in genwqe_health_thread() local
923 (should_stop = kthread_should_stop())), in genwqe_health_thread()
926 if (should_stop) in genwqe_health_thread()
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dvdec.h248 unsigned int should_stop; member
H A Dvdec.c120 sess->should_stop = 1; in vdec_poweroff()
324 sess->should_stop = 0; in vdec_start_streaming()
732 sess->should_stop = 0; in vdec_decoder_cmd()
742 sess->should_stop = 1; in vdec_decoder_cmd()
H A Dvdec_helpers.c298 if (sess->should_stop && in dst_buf_done()
310 } else if (sess->should_stop) in dst_buf_done()
H A Desparser.c382 if (sess->should_stop) in esparser_queue_all_src()
/OK3568_Linux_fs/buildroot/package/vkmark/
H A D0003-core-Add-off-screen-command-line-option.patch19 !should_stop)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/unattended-upgrades/files/
H A D0001-unattended-upgrade-Remove-distro_info-usage-to-check.patch38 if should_stop():
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_fsm.c150 bool should_stop; member
497 return fsm->should_stop; in phl_fsm_should_stop()
1214 if ((fsm->should_stop == true) && in fsm_user_evt_handler()
1262 if (fsm->should_stop == true) in fsm_handler()
1442 fsm->should_stop = true; in phl_fsm_stop_fsm()
1472 fsm->should_stop = false; in phl_fsm_stop_fsm()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_fsm.c150 bool should_stop; member
497 return fsm->should_stop; in phl_fsm_should_stop()
1214 if ((fsm->should_stop == true) && in fsm_user_evt_handler()
1262 if (fsm->should_stop == true) in fsm_handler()
1442 fsm->should_stop = true; in phl_fsm_stop_fsm()
1472 fsm->should_stop = false; in phl_fsm_stop_fsm()
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c2503 bool should_stop; in rescuer_thread() local
2523 should_stop = kthread_should_stop(); in rescuer_thread()
2607 if (should_stop) { in rescuer_thread()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h1369 struct wil_ring *ring, bool should_stop);