| /OK3568_Linux_fs/kernel/Documentation/watchdog/ |
| H A D | watchdog-parameters.rst | 33 Watchdog cannot be stopped once started 46 Watchdog cannot be stopped once started 55 Watchdog cannot be stopped once started 67 Watchdog cannot be stopped once started 94 Watchdog cannot be stopped once started 103 Watchdog cannot be stopped once started 112 Watchdog cannot be stopped once started 147 Watchdog cannot be stopped once started 162 Watchdog cannot be stopped once started 168 Watchdog cannot be stopped once started [all …]
|
| /OK3568_Linux_fs/kernel/tools/virtio/ |
| H A D | virtio_test.c | 173 long started = 0, completed = 0, next_reset = reset_n; in run_test() local 189 started_before = started; in run_test() 195 while (started < bufs && in run_test() 196 (started - completed) < batch) { in run_test() 199 dev->buf + started, in run_test() 203 started > started_before) in run_test() 210 ++started; in run_test() 218 if (started >= bufs) in run_test() 251 started = completed; in run_test() 256 if (completed == completed_before && started == started_before) in run_test() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/ |
| H A D | p2p.c | 180 u8 started = p2p->discovery_started; in wil_p2p_stop_discovery() local 193 return started; in wil_p2p_stop_discovery() 200 u8 started; in wil_p2p_cancel_listen() local 211 started = wil_p2p_stop_discovery(vif); in wil_p2p_cancel_listen() 215 if (!started) { in wil_p2p_cancel_listen() 238 u8 started; in wil_p2p_listen_expired() local 243 started = wil_p2p_stop_discovery(vif); in wil_p2p_listen_expired() 246 if (!started) in wil_p2p_listen_expired() 266 u8 started; in wil_p2p_search_expired() local 271 started = wil_p2p_stop_discovery(vif); in wil_p2p_search_expired() [all …]
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | offchannel.c | 203 if (!roc->started) in ieee80211_end_finished_rocs() 242 roc->started = true; in ieee80211_handle_roc_started() 268 if (!roc->started) in ieee80211_hw_roc_start() 304 if (WARN_ON(roc->started)) in _ieee80211_start_next_roc() 336 tmp->started = true; in _ieee80211_start_next_roc() 347 tmp->started = true; in _ieee80211_start_next_roc() 401 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc() 428 if (!roc->started) { in __ieee80211_roc_work() 495 if (WARN_ON(!cur_roc->started)) in ieee80211_coalesce_hw_started_roc() 599 roc->started = true; in ieee80211_start_roc_work() [all …]
|
| H A D | driver-ops.c | 16 if (WARN_ON(local->started)) in drv_start() 20 local->started = true; in drv_start() 27 local->started = false; in drv_start() 36 if (WARN_ON(!local->started)) in drv_stop() 49 local->started = false; in drv_stop()
|
| /OK3568_Linux_fs/buildroot/package/fail2ban/ |
| H A D | 0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch | 51 The jail <name> has been started successfully.\n 54 - Fail2Ban"|mail -s "[Fail2Ban] <name>: started on <fq-hostname>" <dest> 55 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <des… 103 The jail <name> has been started successfully.\n 105 - Fail2Ban"|mail -s "[Fail2Ban] <name>: started on <fq-hostname>" <dest> 106 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <des… 134 The jail <name> has been started successfully.\n 136 - Fail2Ban"|mail -s "[Fail2Ban] <name>: started on <fq-hostname>" <dest> 137 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <de…
|
| /OK3568_Linux_fs/kernel/tools/virtio/ringtest/ |
| H A D | main.c | 110 int started = 0; in run_guest() local 123 if (started < bufs && in run_guest() 124 started - completed < max_outstanding) { in run_guest() 127 ++started; in run_guest() 149 assert(started <= bufs); in run_guest()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/ |
| H A D | sample_smartIr.cpp | 61 bool started; member 193 smartIr_ctx->started = true; in sample_smartIr_start() 201 if (smartIr_ctx->started) { in sample_smartIr_stop() 205 smartIr_ctx->started = false; in sample_smartIr_stop() 279 g_sample_smartIr_ctx.started = false; in sample_smartIr_module()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/quagga/files/ |
| H A D | quagga.init | 38 started() 89 if ! started "$1" ; then 150 if started "$daemon_name" ; then
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/manual/ |
| H A D | abat.patch | 35 #test whether X has started 39 echo "[WARNING] Xorg has started!" 40 XORG_STATUS="started"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/ |
| H A D | supercluster.hpp | 66 std::chrono::high_resolution_clock::time_point started; member in mapbox::supercluster::Timer 68 started = std::chrono::high_resolution_clock::now(); in Timer() 72 const auto ms = std::chrono::duration_cast<std::chrono::microseconds>(now - started); in operator ()() 74 started = now; in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | visit_info.hpp | 51 inline bool started() const { return m_visit_code == STARTED; } in started() function in boost::geometry::detail::overlay::visit_info 71 if (visited() || started() || finished() ) in finalize()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_log.c | 359 log->relay.started = false; in intel_guc_log_init_early() 599 if (log->relay.started) in intel_guc_log_relay_start() 611 log->relay.started = true; in intel_guc_log_relay_start() 621 if (!log->relay.started) in intel_guc_log_relay_flush() 647 if (!log->relay.started) in guc_log_relay_stop() 655 log->relay.started = false; in guc_log_relay_stop()
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | hyperv-keyboard.c | 97 bool started; member 151 if (kbd_dev->started) { in hv_kbd_on_receive() 298 kbd_dev->started = true; in hv_kbd_start() 310 kbd_dev->started = false; in hv_kbd_stop()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/rapidio/ |
| H A D | rapidio.rst | 128 (a) Statically linked enumeration and discovery process can be started 134 that all discovering endpoints are started before the enumerating endpoint 143 (b) Statically linked enumeration and discovery process can be started by 147 started first by issuing a user-space command, after an enumeration is 148 completed a discovery process can be started on all remaining endpoints. 150 (c) Modular enumeration and discovery process can be started by a command from 152 process can be started by issuing a user-space command. 153 Similar to the option (b) above, an enumerator has to be started first. 155 (d) Modular enumeration and discovery process can be started by a module 159 When a network scan process is started it calls an enumeration or discovery [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-i2c.c | 439 if (!pdata->i2c.started) in xgbe_i2c_stop() 444 pdata->i2c.started = 0; in xgbe_i2c_stop() 458 if (pdata->i2c.started) in xgbe_i2c_start() 476 pdata->i2c.started = 1; in xgbe_i2c_start()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | php-fpm.conf | 114 ; Multiple pools of child processes may be started with different listening 249 ; start time - the date and time FPM has started; 250 ; start since - number of seconds since FPM has started; 255 ; of pending connections since FPM has started; 261 ; has started; 299 ; start time - the date and time the process has started; 300 ; start since - the number of seconds since the process has started;
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | can_ucan_protocol.rst | 175 stopped START started 176 started STOP or RESET stopped 178 started RESTART started 308 the driver is always interested. Hence, the device is always started with 317 - Bus OFF recovery is started by ``UCAN_COMMAND_RESTART``
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | video-get-frame-count.rst | 48 started. 58 frames since the decoder was started.
|
| /OK3568_Linux_fs/kernel/drivers/devfreq/ |
| H A D | tegra30-devfreq.c | 175 bool started; member 523 if (!tegra->devfreq->profile->polling_ms || !tegra->started) in tegra_actmon_resume() 578 if (!tegra->started) { in tegra_actmon_start() 579 tegra->started = true; in tegra_actmon_start() 583 tegra->started = false; in tegra_actmon_start() 591 if (!tegra->devfreq->profile->polling_ms || !tegra->started) in tegra_actmon_pause() 609 tegra->started = false; in tegra_actmon_stop()
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | bL_switcher.c | 263 struct completion started; member 278 complete(&t->started); in bL_switcher_thread() 580 init_completion(&t->started); in bL_switcher_enable() 640 init_completion(&t->started); in bL_switcher_disable() 644 wait_for_completion(&t->started); in bL_switcher_disable()
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/qbman/ |
| H A D | qman_test_stash.c | 87 atomic_t started; member 94 atomic_inc(&bstrap->started); in bstrap_fn() 109 .started = ATOMIC_INIT(0) in on_all_cpus() 125 while (!atomic_read(&bstrap.started)) in on_all_cpus()
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | csf_sync_state_dump.txt | 46 * Execution status, which can either be 'P' for pending or 'S' for started. 75 is in Queue Group (CSG) 0, and has Queue ID 0. It has started and is waiting on 87 operation has started, while the SYNC SET is pending, blocked by the SYNC WAIT. 104 a KCTX ID of 0 and has Queue ID 1. It has started and is waiting on the
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | pxa_camera.rst | 24 b) QCI started 25 More buffers can be queued while the QCI is started without halting the 92 Once a first buffer is queued for capture, the QCI is started, but data 93 transfer is not started. On "End Of Frame" interrupt, the irq handler
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_thread.cpp | 61 ret = thread->started (); in thread_func() 98 Thread::started () in started() function in XCam::Thread
|