Home
last modified time | relevance | path

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

12345678910>>...12

/Linux-v4.19/Documentation/watchdog/
Dwatchdog-parameters.txt16 nowayout: Watchdog cannot be stopped once started
23 nowayout: Watchdog cannot be stopped once started
28 nowayout: Watchdog cannot be stopped once started
35 nowayout: Watchdog cannot be stopped once started
45 nowayout: Watchdog cannot be stopped once started
50 nowayout: Watchdog cannot be stopped once started
55 nowayout: Watchdog cannot be stopped once started
73 nowayout: Watchdog cannot be stopped once started
81 nowayout: Watchdog cannot be stopped once started
84 nowayout: Watchdog cannot be stopped once started
[all …]
/Linux-v4.19/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-v4.19/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-v4.19/net/mac80211/
Doffchannel.c221 if (!roc->started) in ieee80211_end_finished_rocs()
260 roc->started = true; in ieee80211_handle_roc_started()
286 if (!roc->started) in ieee80211_hw_roc_start()
322 if (WARN_ON(roc->started)) in _ieee80211_start_next_roc()
354 tmp->started = true; in _ieee80211_start_next_roc()
365 tmp->started = true; in _ieee80211_start_next_roc()
419 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc()
446 if (!roc->started) { in __ieee80211_roc_work()
513 if (WARN_ON(!cur_roc->started)) in ieee80211_coalesce_hw_started_roc()
613 roc->started = true; in ieee80211_start_roc_work()
[all …]
Ddriver-ops.c19 if (WARN_ON(local->started)) in drv_start()
23 local->started = true; in drv_start()
30 local->started = false; in drv_start()
39 if (WARN_ON(!local->started)) in drv_stop()
52 local->started = false; in drv_stop()
/Linux-v4.19/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-v4.19/Documentation/media/uapi/dvb/
Dvideo-get-frame-count.rst48 started.
59 frames since the decoder was started.
/Linux-v4.19/drivers/input/serio/
Dhyperv-keyboard.c105 bool started; member
159 if (kbd_dev->started) { in hv_kbd_on_receive()
327 kbd_dev->started = true; in hv_kbd_start()
339 kbd_dev->started = false; in hv_kbd_stop()
/Linux-v4.19/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-v4.19/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c207 if (!pipe->inputs[i]->started || in vpfe_video_is_pipe_ready()
211 if (!pipe->outputs[i]->started || in vpfe_video_is_pipe_ready()
391 if (pipe->inputs[i]->started) in all_videos_stopped()
394 if (pipe->outputs[i]->started) in all_videos_stopped()
500 video->started = 0; in vpfe_stop_capture()
530 if (video->started) { in vpfe_release()
582 if (video->started) in vpfe_poll()
735 if (video->started) { in vpfe_s_fmt()
855 if (video->started) { in vpfe_s_input()
956 if (video->started) { in vpfe_s_std()
[all …]
/Linux-v4.19/Documentation/rapidio/
Drapidio.txt122 (a) Statically linked enumeration and discovery process can be started
128 that all discovering endpoints are started before the enumerating endpoint
137 (b) Statically linked enumeration and discovery process can be started by
141 started first by issuing a user-space command, after an enumeration is
142 completed a discovery process can be started on all remaining endpoints.
144 (c) Modular enumeration and discovery process can be started by a command from
146 process can be started by issuing a user-space command.
147 Similar to the option (b) above, an enumerator has to be started first.
149 (d) Modular enumeration and discovery process can be started by a module
153 When a network scan process is started it calls an enumeration or discovery
[all …]
/Linux-v4.19/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-v4.19/drivers/net/phy/
Dsfp-bus.c30 bool started; member
350 if (bus->started) in sfp_register_bus()
363 if (bus->started) in sfp_unregister_bus()
418 bus->started = true; in sfp_upstream_start()
435 bus->started = false; in sfp_upstream_stop()
/Linux-v4.19/arch/arm/common/
DbL_switcher.c266 struct completion started; member
282 complete(&t->started); in bL_switcher_thread()
586 init_completion(&t->started); in bL_switcher_enable()
646 init_completion(&t->started); in bL_switcher_disable()
650 wait_for_completion(&t->started); in bL_switcher_disable()
/Linux-v4.19/Documentation/filesystems/cifs/
DTODO11 - multichannel (started), integration with RDMA
12 - directory leases (improved metadata caching), started (root dir only)
32 the CIFS statistics (started)
76 v) POSIX Extensions for SMB3.1.1 (started, create and mkdir support added
/Linux-v4.19/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-v4.19/Documentation/media/v4l-drivers/
Dpxa_camera.rst22 b) QCI started
23 More buffers can be queued while the QCI is started without halting the
90 Once a first buffer is queued for capture, the QCI is started, but data
91 transfer is not started. On "End Of Frame" interrupt, the irq handler
/Linux-v4.19/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-v4.19/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.h33 bool started; member
/Linux-v4.19/Documentation/arm/SA1100/
DPLEB1 The PLEB project was started as a student initiative at the School of
/Linux-v4.19/Documentation/powerpc/
DDAWR-POWER9.txt47 The same will also be true for any guests started on a POWER9
51 If a guest is started on a POWER8 host, GDB will accept the watchpoint
/Linux-v4.19/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-v4.19/kernel/rcu/
Drcuperf.c431 bool started = false, done = false, alldone = false; in rcu_perf_writer() local
488 if (!started && in rcu_perf_writer()
490 started = true; in rcu_perf_writer()
520 if (started && !alldone && i < MAX_MEAS - 1) in rcu_perf_writer()
/Linux-v4.19/drivers/media/platform/davinci/
Dvpfe_capture.c539 if (!vpfe_dev->started) in vpfe_isr()
613 if (!vpfe_dev->started) { in vdint1_isr()
657 vpfe_dev->started = 0; in vpfe_stop_ccdc_capture()
680 if (vpfe_dev->started) { in vpfe_release()
739 if (vpfe_dev->started) in vpfe_poll()
943 if (vpfe_dev->started) { in vpfe_s_fmt_vid_cap()
1082 if (vpfe_dev->started) { in vpfe_s_input()
1169 if (vpfe_dev->started) { in vpfe_s_std()
1424 vpfe_dev->started = 1; in vpfe_start_ccdc_capture()
1538 if (!vpfe_dev->started) { in vpfe_streamoff()
[all …]
/Linux-v4.19/drivers/media/pci/ddbridge/
Dddbridge-sx8.c48 int started; member
179 state->started = 0; in stop()
365 if (state->started) in set_parameters()
406 state->started = 1; in set_parameters()

12345678910>>...12