| /drivers/net/wireless/ath/wil6210/ |
| A D | p2p.c | 180 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 …]
|
| /drivers/firmware/imx/ |
| A D | sm-cpu.c | 39 int scmi_imx_cpu_started(u32 cpuid, bool *started) in scmi_imx_cpu_started() argument 44 if (!started) in scmi_imx_cpu_started() 47 return imx_cpu_ops->cpu_started(ph, cpuid, started); in scmi_imx_cpu_started()
|
| /drivers/md/dm-vdo/ |
| A D | funnel-workqueue.c | 64 struct completion *started; member 265 complete(queue->started); in work_queue_runner() 315 DECLARE_COMPLETION_ONSTACK(started); in make_simple_work_queue() 330 queue->started = &started; in make_simple_work_queue() 366 wait_for_completion(&started); in make_simple_work_queue()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_sriov_vf.c | 298 bool started; in xe_sriov_vf_start_migration_recovery() local 305 started = queue_work(xe->sriov.wq, &xe->sriov.vf.migration.worker); in xe_sriov_vf_start_migration_recovery() 306 drm_info(&xe->drm, "VF migration recovery %s\n", started ? in xe_sriov_vf_start_migration_recovery()
|
| /drivers/firmware/arm_scmi/vendors/imx/ |
| A D | imx-sm-cpu.c | 140 bool *started) in scmi_imx_cpu_started() argument 147 if (!started) in scmi_imx_cpu_started() 150 *started = false; in scmi_imx_cpu_started() 166 *started = true; in scmi_imx_cpu_started()
|
| /drivers/md/dm-vdo/indexer/ |
| A D | funnel-requestqueue.c | 61 bool started; member 229 queue->started = true; in uds_make_request_queue() 271 if (queue->started) { in uds_request_queue_finish()
|
| /drivers/input/serio/ |
| A D | hyperv-keyboard.c | 97 bool started; member 150 if (kbd_dev->started) { in hv_kbd_on_receive() 298 kbd_dev->started = true; in hv_kbd_start() 309 kbd_dev->started = false; in hv_kbd_stop()
|
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-i2c.c | 330 if (!pdata->i2c.started) in xgbe_i2c_stop() 335 pdata->i2c.started = 0; in xgbe_i2c_stop() 351 if (pdata->i2c.started) in xgbe_i2c_start() 369 pdata->i2c.started = 1; in xgbe_i2c_start()
|
| /drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc_log.c | 516 log->relay.started = false; in intel_guc_log_init_early() 754 if (log->relay.started) in intel_guc_log_relay_start() 764 log->relay.started = true; in intel_guc_log_relay_start() 774 if (!log->relay.started) in intel_guc_log_relay_flush() 800 if (!log->relay.started) in guc_log_relay_stop() 807 log->relay.started = false; in guc_log_relay_stop() 823 if (log->relay.started) in intel_guc_log_handle_flush_event()
|
| /drivers/media/platform/raspberrypi/pisp_be/ |
| A D | pisp_be.c | 226 u8 done, started; member 631 u8 started, done; in pispbe_isr() local 641 started = (uint8_t)(u >> 8); in pispbe_isr() 654 if (pispbe->started != started) { in pispbe_isr() 655 pispbe->started++; in pispbe_isr() 668 if (pispbe->done != done || pispbe->started != started) { in pispbe_isr() 671 pispbe->done, done, pispbe->started, started); in pispbe_isr() 672 pispbe->started = started; in pispbe_isr() 1662 pispbe->started = (uint8_t)(u >> 8); in pispbe_hw_init() 1666 if (u != 0 || pispbe->done != pispbe->started) { in pispbe_hw_init()
|
| /drivers/devfreq/ |
| 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()
|
| /drivers/soc/fsl/qbman/ |
| A 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() 123 while (!atomic_read(&bstrap.started)) in on_all_cpus()
|
| /drivers/net/phy/ |
| A D | sfp-bus.c | 32 bool started; member 474 if (bus->started) in sfp_register_bus() 486 if (bus->started) in sfp_unregister_bus() 562 bus->started = true; in sfp_upstream_start() 579 bus->started = false; in sfp_upstream_stop()
|
| /drivers/usb/gadget/udc/ |
| A D | core.c | 59 bool started; member 712 if (gadget->deactivated || !gadget->udc->allow_connect || !gadget->udc->started) { in usb_gadget_connect_locked() 768 if (gadget->deactivated || !gadget->udc->started) { in usb_gadget_disconnect_locked() 1216 if (udc->started) { in usb_gadget_udc_start_locked() 1223 udc->started = true; in usb_gadget_udc_start_locked() 1244 if (!udc->started) { in usb_gadget_udc_stop_locked() 1250 udc->started = false; in usb_gadget_udc_stop_locked() 1403 udc->started = false; in usb_add_gadget()
|
| /drivers/gpu/drm/i915/selftests/ |
| A D | i915_sw_fence.c | 507 struct completion started; member 516 complete(&ipc->started); in task_ipc() 546 init_completion(&ipc.started); in test_ipc() 552 wait_for_completion(&ipc.started); in test_ipc()
|
| /drivers/crypto/ |
| A D | hifn_795x.c | 418 int active, started; member 1189 dev->started++; in hifn_setup_cmd_desc() 1547 if (dev->started + sg_num > HIFN_QUEUE_LENGTH) { in hifn_setup_session() 1581 dev->started = dev->active = 0; in hifn_start_device() 1641 dev->started--; in hifn_complete_sa() 1642 if (dev->started < 0) in hifn_complete_sa() 1644 dev->started); in hifn_complete_sa() 1646 BUG_ON(dev->started < 0); in hifn_complete_sa() 1793 if ((dev->prev_success == dev->success) && dev->started) in hifn_work() 1806 r, dev->active, dev->started, in hifn_work() [all …]
|
| /drivers/media/pci/ddbridge/ |
| A D | ddbridge-sx8.c | 39 int started; member 170 state->started = 0; in stop() 356 if (state->started) in set_parameters() 395 state->started = 1; in set_parameters()
|
| /drivers/media/dvb-frontends/ |
| A D | stv0910.c | 94 u32 started; member 469 if (!state->started) in get_cur_symbol_rate() 500 if (!state->started) in get_signal_parameters() 636 if (!state->started) in get_signal_to_noise() 852 if (state->started) { in stop() 864 state->started = 0; in stop() 1018 if (state->started) in start() 1116 state->started = 1; in start() 1139 state->started = 0; in probe() 1287 if (!state->started) in manage_matype_info()
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | roc.c | 251 le32_to_cpu(notif->started)) { in iwl_mld_handle_roc_notif() 256 if (le32_to_cpu(notif->started)) in iwl_mld_handle_roc_notif()
|
| /drivers/usb/misc/ |
| A D | chaoskey.c | 354 bool started; in _chaoskey_fill() local 392 started = dev->reads_started; in _chaoskey_fill() 397 (started ? NAK_TIMEOUT : ALEA_FIRST_TIMEOUT) ); in _chaoskey_fill()
|
| /drivers/sh/maple/ |
| A D | maple.c | 51 static int started, scanning, fullscan; variable 562 if (!started || !fullscan) { in maple_response_none() 581 if (!started || (scanning == 2) || !fullscan) { in maple_response_devinfo() 709 started = 1; in maple_dma_handler()
|
| /drivers/md/bcache/ |
| A D | writeback.c | 959 if (atomic_dec_and_test(&state->started)) in bch_dirty_init_thread() 1018 atomic_set(&state.started, 0); in bch_sectors_dirty_init() 1028 atomic_inc(&state.started); in bch_sectors_dirty_init() 1035 atomic_dec(&state.started); in bch_sectors_dirty_init() 1044 wait_event(state.wait, atomic_read(&state.started) == 0); in bch_sectors_dirty_init()
|
| /drivers/bus/mhi/ep/ |
| A D | ring.c | 220 ring->started = true; in mhi_ep_ring_start() 230 ring->started = false; in mhi_ep_ring_reset()
|
| A D | main.c | 39 if (!ring->started) { in mhi_ep_send_event() 190 if (!ch_ring->started) { in mhi_ep_process_cmd_ring() 246 if (!ch_ring->started) { in mhi_ep_process_cmd_ring() 280 if (!ch_ring->started) { in mhi_ep_process_cmd_ring() 841 if (!ring->started) { in mhi_ep_ch_ring_worker() 1044 if (!mhi_chan->ring.started) in mhi_ep_abort_transfer() 1067 if (!mhi_chan->ring.started) in mhi_ep_abort_transfer() 1079 if (!ev_ring->started) in mhi_ep_abort_transfer()
|
| /drivers/staging/media/atomisp/pci/ |
| A D | ia_css_stream.h | 36 bool started; member
|