/Linux-v4.19/Documentation/watchdog/ |
D | watchdog-parameters.txt | 16 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/ |
D | p2p.c | 191 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/ |
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()
|
/Linux-v4.19/net/mac80211/ |
D | offchannel.c | 221 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 …]
|
D | driver-ops.c | 19 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/ |
D | virtio_test.c | 158 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/ |
D | video-get-frame-count.rst | 48 started. 59 frames since the decoder was started.
|
/Linux-v4.19/drivers/input/serio/ |
D | hyperv-keyboard.c | 105 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/ |
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() 477 pdata->i2c.started = 1; in xgbe_i2c_start()
|
/Linux-v4.19/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 207 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/ |
D | rapidio.txt | 122 (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/ |
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``
|
/Linux-v4.19/drivers/net/phy/ |
D | sfp-bus.c | 30 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/ |
D | bL_switcher.c | 266 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/ |
D | TODO | 11 - 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/ |
D | nfsd-admin-interfaces.txt | 10 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/ |
D | pxa_camera.rst | 22 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/ |
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()
|
/Linux-v4.19/drivers/gpu/drm/shmobile/ |
D | shmob_drm_crtc.h | 33 bool started; member
|
/Linux-v4.19/Documentation/arm/SA1100/ |
D | PLEB | 1 The PLEB project was started as a student initiative at the School of
|
/Linux-v4.19/Documentation/powerpc/ |
D | DAWR-POWER9.txt | 47 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/ |
D | i915_sw_fence.c | 507 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/ |
D | rcuperf.c | 431 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/ |
D | vpfe_capture.c | 539 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/ |
D | ddbridge-sx8.c | 48 int started; member 179 state->started = 0; in stop() 365 if (state->started) in set_parameters() 406 state->started = 1; in set_parameters()
|