Home
last modified time | relevance | path

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

12345678910>>...12

/Linux-v5.4/Documentation/watchdog/
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 …]
Dmlx-wdt.rst39 Watchdog can be started during a probe, in this case it will be
42 Watchdog can be initialised in nowayout way, i.e. oncse started
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dp2p.c191 u8 started = p2p->discovery_started; in wil_p2p_stop_discovery() local
204 return started; in wil_p2p_stop_discovery()
211 u8 started; in wil_p2p_cancel_listen() local
222 started = wil_p2p_stop_discovery(vif); in wil_p2p_cancel_listen()
226 if (!started) { in wil_p2p_cancel_listen()
249 u8 started; in wil_p2p_listen_expired() local
254 started = wil_p2p_stop_discovery(vif); in wil_p2p_listen_expired()
257 if (!started) in wil_p2p_listen_expired()
277 u8 started; in wil_p2p_search_expired() local
282 started = wil_p2p_stop_discovery(vif); in wil_p2p_search_expired()
[all …]
/Linux-v5.4/net/mac80211/
Doffchannel.c223 if (!roc->started) in ieee80211_end_finished_rocs()
262 roc->started = true; in ieee80211_handle_roc_started()
288 if (!roc->started) in ieee80211_hw_roc_start()
324 if (WARN_ON(roc->started)) in _ieee80211_start_next_roc()
356 tmp->started = true; in _ieee80211_start_next_roc()
367 tmp->started = true; in _ieee80211_start_next_roc()
421 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc()
448 if (!roc->started) { in __ieee80211_roc_work()
515 if (WARN_ON(!cur_roc->started)) in ieee80211_coalesce_hw_started_roc()
615 roc->started = true; in ieee80211_start_roc_work()
[all …]
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-v5.4/tools/virtio/ringtest/
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-v5.4/tools/virtio/
Dvirtio_test.c158 long started = 0, completed = 0; in run_test() local
169 if (started < bufs) { in run_test()
172 dev->buf + started, in run_test()
175 ++started; in run_test()
192 assert(started <= bufs); in run_test()
/Linux-v5.4/drivers/input/serio/
Dhyperv-keyboard.c97 bool started; member
151 if (kbd_dev->started) { in hv_kbd_on_receive()
296 kbd_dev->started = true; in hv_kbd_start()
308 kbd_dev->started = false; in hv_kbd_stop()
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
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()
477 pdata->i2c.started = 1; in xgbe_i2c_start()
/Linux-v5.4/Documentation/driver-api/rapidio/
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.
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 …]
/Linux-v5.4/Documentation/networking/
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-v5.4/drivers/net/phy/
Dsfp-bus.c30 bool started; member
351 if (bus->started) in sfp_register_bus()
364 if (bus->started) in sfp_unregister_bus()
420 bus->started = true; in sfp_upstream_start()
437 bus->started = false; in sfp_upstream_stop()
/Linux-v5.4/Documentation/media/uapi/dvb/
Dvideo-get-frame-count.rst55 started.
66 frames since the decoder was started.
/Linux-v5.4/arch/arm/common/
DbL_switcher.c263 struct completion started; member
279 complete(&t->started); in bL_switcher_thread()
581 init_completion(&t->started); in bL_switcher_enable()
641 init_completion(&t->started); in bL_switcher_disable()
645 wait_for_completion(&t->started); in bL_switcher_disable()
/Linux-v5.4/Documentation/filesystems/nfs/
Dnfsd-admin-interfaces.txt10 The server is always started by the first write of a nonzero value to
21 If nfsd is started without doing any of these, then it will create one
/Linux-v5.4/drivers/soc/fsl/qbman/
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-v5.4/Documentation/media/v4l-drivers/
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-v5.4/kernel/rcu/
Drcuperf.c364 bool started = false, done = false, alldone = false; in rcu_perf_writer() local
429 if (!started && in rcu_perf_writer()
431 started = true; in rcu_perf_writer()
461 if (started && !alldone && i < MAX_MEAS - 1) in rcu_perf_writer()
/Linux-v5.4/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.h31 bool started; member
/Linux-v5.4/Documentation/admin-guide/cifs/
Dtodo.rst16 - multichannel (started), integration with RDMA
17 - directory leases (improved metadata caching), started (root dir only)
44 the CIFS statistics (started)
90 v) POSIX Extensions for SMB3.1.1 (started, create and mkdir support added
/Linux-v5.4/drivers/gpu/drm/i915/selftests/
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-v5.4/drivers/media/platform/davinci/
Dvpfe_capture.c499 if (!vpfe_dev->started) in vpfe_isr()
573 if (!vpfe_dev->started) { in vdint1_isr()
617 vpfe_dev->started = 0; in vpfe_stop_ccdc_capture()
640 if (vpfe_dev->started) { in vpfe_release()
699 if (vpfe_dev->started) in vpfe_poll()
898 if (vpfe_dev->started) { in vpfe_s_fmt_vid_cap()
1037 if (vpfe_dev->started) { in vpfe_s_input()
1124 if (vpfe_dev->started) { in vpfe_s_std()
1379 vpfe_dev->started = 1; in vpfe_start_ccdc_capture()
1493 if (!vpfe_dev->started) { in vpfe_streamoff()
[all …]
/Linux-v5.4/drivers/watchdog/
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-v5.4/drivers/media/pci/ddbridge/
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-v5.4/net/mac802154/
Ddriver-ops.h34 local->started = true; in drv_start()
55 local->started = false; in drv_stop()

12345678910>>...12