Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/linux/Documentation/watchdog/
A Dwatchdog-parameters.rst33 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 …]
/linux/tools/virtio/
A Dvirtio_test.c172 long started = 0, completed = 0, next_reset = reset_n; in run_test() local
188 started_before = started; in run_test()
194 while (started < bufs && in run_test()
195 (started - completed) < batch) { in run_test()
198 dev->buf + started, in run_test()
202 started > started_before) in run_test()
209 ++started; in run_test()
217 if (started >= bufs) in run_test()
250 started = completed; in run_test()
258 assert(started <= bufs); in run_test()
[all …]
/linux/drivers/net/wireless/ath/wil6210/
A Dp2p.c180 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 …]
/linux/net/mac80211/
A Doffchannel.c203 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()
336 tmp->started = true; in _ieee80211_start_next_roc()
347 tmp->started = true; in _ieee80211_start_next_roc()
428 if (!roc->started) { in __ieee80211_roc_work()
599 roc->started = true; in ieee80211_start_roc_work()
616 if (!tmp->started) { in ieee80211_start_roc_work()
714 if (!found->started) { in ieee80211_cancel_roc()
732 if (!roc->started) in ieee80211_cancel_roc()
[all …]
A Ddriver-ops.c16 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()
/linux/tools/virtio/ringtest/
A Dmain.c110 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()
/linux/tools/testing/kunit/
A Dkunit_parser.py233 started = False
237 if not started and KTAP_START.search(line):
242 started = True
244 elif not started and TAP_START.search(line):
248 started = True
250 elif started and KTAP_END.search(line):
253 elif started:
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_log.c357 log->relay.started = false; in intel_guc_log_init_early()
592 if (log->relay.started) in intel_guc_log_relay_start()
604 log->relay.started = true; in intel_guc_log_relay_start()
614 if (!log->relay.started) in intel_guc_log_relay_flush()
640 if (!log->relay.started) in guc_log_relay_stop()
648 log->relay.started = false; in guc_log_relay_stop()
/linux/drivers/input/serio/
A Dhyperv-keyboard.c97 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()
/linux/Documentation/driver-api/rapidio/
A Drapidio.rst128 (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.
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
211 to be started before an enumeration starts to ensure that all RapidIO
[all …]
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-i2c.c439 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()
/linux/Documentation/networking/
A Dcan_ucan_protocol.rst175 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``
/linux/drivers/staging/media/av7110/
A Dvideo-get-frame-count.rst48 started.
58 frames since the decoder was started.
/linux/drivers/devfreq/
A Dtegra30-devfreq.c198 bool started; member
548 if (!tegra->devfreq->profile->polling_ms || !tegra->started) in tegra_actmon_resume()
603 if (!tegra->started) { in tegra_actmon_start()
604 tegra->started = true; in tegra_actmon_start()
608 tegra->started = false; in tegra_actmon_start()
616 if (!tegra->devfreq->profile->polling_ms || !tegra->started) in tegra_actmon_pause()
634 tegra->started = false; in tegra_actmon_stop()
/linux/arch/arm/common/
A DbL_switcher.c263 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()
/linux/drivers/soc/fsl/qbman/
A Dqman_test_stash.c87 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()
/linux/Documentation/driver-api/media/drivers/
A Dpxa_camera.rst24 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
/linux/Documentation/admin-guide/nfs/
A Dnfsd-admin-interfaces.rst11 The server is always started by the first write of a nonzero value to
22 If nfsd is started without doing any of these, then it will create one
/linux/drivers/net/phy/
A Dsfp-bus.c38 bool started; member
508 if (bus->started) in sfp_register_bus()
520 if (bus->started) in sfp_unregister_bus()
596 bus->started = true; in sfp_upstream_start()
613 bus->started = false; in sfp_upstream_stop()
/linux/drivers/media/platform/davinci/
A Dvpfe_capture.c500 if (!vpfe_dev->started) in vpfe_isr()
574 if (!vpfe_dev->started) { in vdint1_isr()
618 vpfe_dev->started = 0; in vpfe_stop_ccdc_capture()
641 if (vpfe_dev->started) { in vpfe_release()
700 if (vpfe_dev->started) in vpfe_poll()
899 if (vpfe_dev->started) { in vpfe_s_fmt_vid_cap()
1038 if (vpfe_dev->started) { in vpfe_s_input()
1125 if (vpfe_dev->started) { in vpfe_s_std()
1380 vpfe_dev->started = 1; in vpfe_start_ccdc_capture()
1494 if (!vpfe_dev->started) { in vpfe_streamoff()
[all …]
/linux/drivers/gpu/drm/i915/selftests/
A Di915_sw_fence.c507 struct completion started; member
516 complete(&ipc->started); in task_ipc()
539 init_completion(&ipc.started); in test_ipc()
545 wait_for_completion(&ipc.started); in test_ipc()
/linux/drivers/watchdog/
A Ds3c2410_wdt.c518 int started = 0; in s3c2410wdt_probe() local
584 started = s3c2410wdt_set_heartbeat(&wdt->wdt_device, in s3c2410wdt_probe()
587 if (started == 0) in s3c2410wdt_probe()
616 if (tmr_atboot && started == 0) { in s3c2410wdt_probe()
/linux/drivers/media/pci/ddbridge/
A Dddbridge-sx8.c48 int started; member
179 state->started = 0; in stop()
365 if (state->started) in set_parameters()
404 state->started = 1; in set_parameters()
/linux/drivers/media/dvb-frontends/
A Dstv0910.c94 u32 started; member
474 if (!state->started) in get_cur_symbol_rate()
505 if (!state->started) in get_signal_parameters()
641 if (!state->started) in get_signal_to_noise()
857 if (state->started) { in stop()
869 state->started = 0; in stop()
1023 if (state->started) in start()
1121 state->started = 1; in start()
1144 state->started = 0; in probe()
1292 if (!state->started) in manage_matype_info()
/linux/drivers/crypto/
A Dhifn_795x.c418 int active, started; member
1206 dev->started++; in hifn_setup_cmd_desc()
1564 if (dev->started + sg_num > HIFN_QUEUE_LENGTH) { in hifn_setup_session()
1598 dev->started = dev->active = 0; in hifn_start_device()
1658 dev->started--; in hifn_complete_sa()
1659 if (dev->started < 0) in hifn_complete_sa()
1661 dev->started); in hifn_complete_sa()
1663 BUG_ON(dev->started < 0); in hifn_complete_sa()
1810 if ((dev->prev_success == dev->success) && dev->started) in hifn_work()
1823 r, dev->active, dev->started, in hifn_work()
[all …]

Completed in 52 milliseconds

12345678910>>...15