Home
last modified time | relevance | path

Searched refs:init_wait (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/hid/intel-ish-hid/
H A Dishtp-hid-client.c135 wake_up_interruptible(&client_data->init_wait); in process_recv()
160 wake_up_interruptible(&client_data->init_wait); in process_recv()
185 wake_up_interruptible(&client_data->init_wait); in process_recv()
211 wake_up_interruptible(&client_data->init_wait); in process_recv()
509 wait_event_interruptible_timeout(client_data->init_wait, in ishtp_enum_enum_devices()
564 wait_event_interruptible_timeout(client_data->init_wait, in ishtp_get_hid_descriptor()
611 wait_event_interruptible_timeout(client_data->init_wait, in ishtp_get_report_descriptor()
835 init_waitqueue_head(&client_data->init_wait); in hid_ishtp_cl_probe()
H A Dishtp-hid.h129 wait_queue_head_t init_wait; member
/openbmc/linux/rust/
H A Dhelpers.c71 init_wait(wq_entry); in rust_helper_init_wait()
/openbmc/linux/fs/
H A Dfs_pin.c38 init_wait(&wait); in pin_kill()
H A Ddax.c215 init_wait(&ewait.wait); in get_unlocked_entry()
248 init_wait(&ewait.wait); in wait_entry_unlocked()
H A Deventpoll.c1937 init_wait(&wait); in ep_poll()
/openbmc/linux/rust/kernel/sync/
H A Dcondvar.rs110 unsafe { bindings::init_wait(wait.get()) }; in wait_internal()
/openbmc/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c1193 u32 bw, vid_kbytes, avg_bytes_per_tu, init_wait; in zynqmp_dp_encoder_mode_set_transfer_unit() local
1208 init_wait = 0; in zynqmp_dp_encoder_mode_set_transfer_unit()
1210 init_wait = tu; in zynqmp_dp_encoder_mode_set_transfer_unit()
1212 init_wait = tu - avg_bytes_per_tu / 1000; in zynqmp_dp_encoder_mode_set_transfer_unit()
1214 zynqmp_dp_write(dp, ZYNQMP_DP_INIT_WAIT, init_wait); in zynqmp_dp_encoder_mode_set_transfer_unit()
/openbmc/u-boot/drivers/video/
H A Dlogicore_dp_tx.c130 u32 init_wait; member
1992 msa_config->init_wait = 64; in cfg_msa_recalculate()
1994 msa_config->init_wait = msa_config->transfer_unit_size - in cfg_msa_recalculate()
2106 set_reg(dev, REG_INIT_WAIT, msa_config->init_wait); in set_msa_values()
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_msgq.c44 bfa_fsm_state_decl(cmdq, init_wait, struct bfa_msgq_cmdq, enum cmdq_event);
321 bfa_fsm_state_decl(rspq, init_wait, struct bfa_msgq_rspq,
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c568 struct iwl_notification_wait init_wait; in iwl_run_unified_mvm_ucode() local
586 &init_wait, in iwl_run_unified_mvm_ucode()
653 ret = iwl_wait_notification(&mvm->notif_wait, &init_wait, in iwl_run_unified_mvm_ucode()
674 iwl_remove_notification(&mvm->notif_wait, &init_wait); in iwl_run_unified_mvm_ucode()
/openbmc/linux/drivers/md/bcache/
H A Dbtree.h244 init_wait(&op->wait); in bch_btree_op_init()
/openbmc/linux/mm/
H A Dmempool.c433 init_wait(&wait); in mempool_alloc()
H A Dfilemap.c1268 init_wait(wait); in folio_wait_bit_common()
1421 init_wait(wait); in migration_entry_wait_on_locked()
/openbmc/linux/include/linux/
H A Dwait.h1214 #define init_wait(wait) \ macro
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c793 init_wait(&event_waiters[i].wait); in alloc_event_waiters()
/openbmc/linux/fs/gfs2/
H A Dglock.c1146 init_wait(&wait.wait); in find_insert_glock()
/openbmc/linux/fs/nilfs2/
H A Dsegment.c2220 init_wait(&wait_req.wq); in nilfs_segctor_sync()
/openbmc/linux/kernel/
H A Dworkqueue.c3496 init_wait(&cwait.wait); in __cancel_work_timer()
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c7517 init_wait(&waiter.wait); in nfs4_retry_setlk()