/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | p2p.c | 180 u8 started = p2p->discovery_started; in wil_p2p_stop_discovery() local 184 /* discovery not really started, only pending */ in wil_p2p_stop_discovery() 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() 216 wil_err(wil, "listen not started\n"); 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; wil_p2p_search_expired() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | p2p.c | 180 u8 started = p2p->discovery_started; in wil_p2p_stop_discovery() local 184 /* discovery not really started, only pending */ in wil_p2p_stop_discovery() 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() 216 wil_err(wil, "listen not started\n"); 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; wil_p2p_search_expired() local [all...] |
/kernel/linux/linux-5.10/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 in run_test() [all...] |
/kernel/linux/linux-6.6/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 in run_test() [all...] |
/kernel/linux/linux-6.6/arch/riscv/kvm/ |
H A D | vcpu_pmu.c | 272 if (fevent->started) in kvm_riscv_vcpu_pmu_incr_fw() 367 /* Check if the counter was already started for some reason */ in kvm_riscv_vcpu_pmu_ctr_start() 368 if (kvpmu->fw_event[fevent_code].started) { in kvm_riscv_vcpu_pmu_ctr_start() 373 kvpmu->fw_event[fevent_code].started = true; in kvm_riscv_vcpu_pmu_ctr_start() 376 if (unlikely(pmc->started)) { in kvm_riscv_vcpu_pmu_ctr_start() 382 pmc->started = true; in kvm_riscv_vcpu_pmu_ctr_start() 422 if (!kvpmu->fw_event[fevent_code].started) in kvm_riscv_vcpu_pmu_ctr_stop() 425 kvpmu->fw_event[fevent_code].started = false; in kvm_riscv_vcpu_pmu_ctr_stop() 427 if (pmc->started) { in kvm_riscv_vcpu_pmu_ctr_stop() 430 pmc->started in kvm_riscv_vcpu_pmu_ctr_stop() [all...] |
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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() 352 * treat it as though the ROC operation started properly, so in _ieee80211_start_next_roc() 394 /* defer roc if driver is not started (i.e. during reconfig) */ 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() [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() 43 /* sync away all work on the tasklet before clearing started */ in drv_stop() 49 local->started = false; in drv_stop()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | offchannel.c | 205 if (!roc->started) in ieee80211_end_finished_rocs() 244 roc->started = true; in ieee80211_handle_roc_started() 270 if (!roc->started) in ieee80211_hw_roc_start() 306 if (WARN_ON(roc->started)) in _ieee80211_start_next_roc() 338 tmp->started = true; in _ieee80211_start_next_roc() 349 tmp->started = true; in _ieee80211_start_next_roc() 354 * treat it as though the ROC operation started properly, so in _ieee80211_start_next_roc() 396 /* defer roc if driver is not started (i.e. during reconfig) */ in ieee80211_start_next_roc() 403 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc() 430 if (!roc->started) { in __ieee80211_roc_work() [all...] |
/kernel/linux/common_modules/tzdriver/ |
H A D | teek_client_type.h | 101 uint32_t started; member 131 uint32_t started; member
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | kvm_vcpu_pmu.h | 26 bool started; member 36 bool started; member
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_log.c | 517 log->relay.started = false; in intel_guc_log_init_early() 755 if (log->relay.started) in intel_guc_log_relay_start() 765 log->relay.started = true; in intel_guc_log_relay_start() 775 if (!log->relay.started) in intel_guc_log_relay_flush() 801 if (!log->relay.started) in guc_log_relay_stop() 808 log->relay.started = false; in guc_log_relay_stop() 824 if (log->relay.started) in intel_guc_log_handle_flush_event()
|
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit_parser.py | 222 started = False 226 if not started and KTAP_START.search(line): 231 started = True 233 elif not started and TAP_START.search(line): 237 started = True 239 elif started and KTAP_END.search(line): 242 elif started:
|
/kernel/linux/linux-5.10/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() 460 if (pdata->i2c.started) in xgbe_i2c_start() 478 pdata->i2c.started = 1; in xgbe_i2c_start()
|
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | hyperv-keyboard.c | 96 spinlock_t lock; /* protects 'started' field */ 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()
|
/kernel/linux/linux-6.6/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() 460 if (pdata->i2c.started) in xgbe_i2c_start() 478 pdata->i2c.started = 1; in xgbe_i2c_start()
|
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | hyperv-keyboard.c | 96 spinlock_t lock; /* protects 'started' field */ 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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | tegra30-devfreq.c | 198 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()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | sfp-bus.c | 38 bool started; member 492 if (bus->started) in sfp_register_bus() 504 if (bus->started) in sfp_unregister_bus() 560 bus->started = true; in sfp_upstream_start() 577 bus->started = false; in sfp_upstream_stop()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | sfp-bus.c | 32 bool started; member 473 if (bus->started) in sfp_register_bus() 485 if (bus->started) in sfp_unregister_bus() 561 bus->started = true; in sfp_upstream_start() 578 bus->started = false; in sfp_upstream_stop()
|