Home
last modified time | relevance | path

Searched refs:wait (Results 251 – 275 of 1647) sorted by relevance

1...<<11121314151617181920>>...66

/linux/drivers/char/tpm/
H A Dtpm_infineon.c187 static int wait(struct tpm_chip *chip, int wait_for_bit) in wait() function
210 wait(chip, STAT_XFE); in wait_and_send()
255 ret = wait(chip, STAT_RDA); in tpm_inf_recv()
272 wait(chip, STAT_RDA); in tpm_inf_recv()
330 ret = wait(chip, STAT_XFE); in tpm_inf_send()
/linux/sound/core/seq/oss/
H A Dseq_oss.c49 static __poll_t odev_poll(struct file *file, poll_table * wait);
201 odev_poll(struct file *file, poll_table * wait) in odev_poll() argument
207 return snd_seq_oss_poll(dp, file, wait); in odev_poll()
/linux/drivers/infiniband/hw/hfi1/
H A Duser_sdma.c58 struct iowait_work *wait,
62 static void activate_packet_queue(struct iowait *wait, int reason);
66 struct iowait_work *wait, in defer_packet_queue() argument
72 container_of(wait->iow, struct hfi1_user_sdma_pkt_q, busy); in defer_packet_queue()
96 static void activate_packet_queue(struct iowait *wait, int reason) in activate_packet_queue() argument
99 container_of(wait, struct hfi1_user_sdma_pkt_q, busy); in activate_packet_queue()
101 trace_hfi1_usdma_activate(pq, wait, reason); in activate_packet_queue()
103 wake_up(&wait->wait_dma); in activate_packet_queue()
131 init_waitqueue_head(&pq->wait); in hfi1_user_sdma_alloc_queues()
230 pq->wait, in hfi1_user_sdma_free_queues()
[all …]
/linux/crypto/
H A Dtcrypt.c134 struct crypto_wait *wait = req->base.data; in do_one_aead_op() local
136 return crypto_wait_req(ret, wait); in do_one_aead_op()
143 struct crypto_wait wait; member
164 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_aead_op()
324 crypto_init_wait(&data[i].wait); in test_mb_aead_speed()
327 crypto_req_done, &data[i].wait); in test_mb_aead_speed()
538 struct crypto_wait wait; in test_aead_speed() local
580 crypto_init_wait(&wait); in test_aead_speed()
592 crypto_req_done, &wait); in test_aead_speed()
714 struct crypto_wait *wait = req->base.data; in do_one_ahash_op() local
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchan.h70 int nvkm_chan_preempt(struct nvkm_chan *, bool wait);
71 int nvkm_chan_preempt_locked(struct nvkm_chan *, bool wait);
/linux/drivers/input/joystick/iforce/
H A Diforce.h97 wait_queue_head_t wait; member
125 wake_up_all(&iforce->wait); in iforce_clear_xmit_and_wake()
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_trng.c28 static int ppc4xx_trng_data_present(struct hwrng *rng, int wait) in ppc4xx_trng_data_present() argument
36 if (!busy || !wait) { in ppc4xx_trng_data_present()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Despi.c305 u32 t1_espi_get_mon(adapter_t *adapter, u32 addr, u8 wait) in t1_espi_get_mon() argument
314 if (!wait) { in t1_espi_get_mon()
336 int t1_espi_get_mon_t204(adapter_t *adapter, u32 *valp, u8 wait) in t1_espi_get_mon_t204() argument
341 if (!wait) { in t1_espi_get_mon_t204()
/linux/drivers/i2c/busses/
H A Di2c-lpc2k.c75 wait_queue_head_t wait; member
241 wake_up(&i2c->wait); in i2c_lpc2k_pump_msg()
282 if (wait_event_timeout(i2c->wait, i2c->msg_status != -EBUSY, in lpc2k_process_msg()
365 init_waitqueue_head(&i2c->wait); in i2c_lpc2k_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dinit.c150 wake_up(&dev->wait); in mt7921_regd_notifier()
270 init_waitqueue_head(&dev->pm.wait); in mt7921_register_device()
271 init_waitqueue_head(&dev->wait); in mt7921_register_device()
273 init_waitqueue_head(&dev->mt76.sdio.wait); in mt7921_register_device()
/linux/drivers/input/
H A Dmousedev.c61 wait_queue_head_t wait; member
316 wake_up_interruptible(&mousedev->wait); in mousedev_notify_readers()
711 wake_up_interruptible(&client->mousedev->wait); in mousedev_write()
728 retval = wait_event_interruptible(mousedev->wait, in mousedev_read()
758 static __poll_t mousedev_poll(struct file *file, poll_table *wait) in mousedev_poll() argument
764 poll_wait(file, &mousedev->wait, wait); in mousedev_poll()
809 wake_up_interruptible(&mousedev->wait); in mousedev_hangup()
868 init_waitqueue_head(&mousedev->wait); in mousedev_create()
/linux/net/can/
H A Disotp.c168 wait_queue_head_t wait; member
381 wake_up_interruptible(&so->wait); in isotp_rcv_fc()
439 wake_up_interruptible(&so->wait); in isotp_rcv_fc()
872 wake_up_interruptible(&so->wait); in isotp_rcv_echo()
916 wake_up_interruptible(&so->wait); in isotp_tx_timer_handler()
962 err = wait_event_interruptible(so->wait, so->tx.state == ISOTP_IDLE); in isotp_sendmsg()
1104 err = wait_event_interruptible(so->wait, so->tx.state == ISOTP_IDLE); in isotp_sendmsg()
1123 wake_up_interruptible(&so->wait); in isotp_sendmsg()
1185 while (wait_event_interruptible(so->wait, so->tx.state == ISOTP_IDLE) == 0 && in isotp_release()
1644 init_waitqueue_head(&so->wait); in isotp_init()
[all …]
/linux/drivers/char/hw_random/
H A Dvia-rng.c87 static int via_rng_data_present(struct hwrng *rng, int wait) in via_rng_data_present() argument
112 if (bytes_out || !wait) in via_rng_data_present()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dclk.h93 wait_queue_head_t wait; member
122 int nvkm_clk_astate(struct nvkm_clk *, int req, int rel, bool wait);
/linux/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c271 wait(&status); in check_success()
402 wait(NULL); in main()
406 wait(NULL); in main()
/linux/Documentation/devicetree/bindings/regulator/
H A Dtps65090.txt24 - ti,overcurrent-wait: This is applicable to FET registers, which have a
25 poorly defined "overcurrent wait" field. If this property is present it
27 "overcurrent wait" field and we'll leave it to the BIOS/EC to deal with.
/linux/net/smc/
H A Dsmc_rx.c43 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | EPOLLPRI | in smc_rx_wake_up()
258 DEFINE_WAIT_FUNC(wait, woken_wake_function); in smc_rx_wait()
268 add_wait_queue(sk_sleep(sk), &wait); in smc_rx_wait()
275 &wait); in smc_rx_wait()
276 remove_wait_queue(sk_sleep(sk), &wait); in smc_rx_wait()
/linux/drivers/input/touchscreen/
H A Dauo-pixcir-ts.c126 wait_queue_head_t wait; member
211 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt()
254 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt()
394 wake_up(&ts->wait); in auo_pixcir_stop()
506 init_waitqueue_head(&ts->wait); in auo_pixcir_probe()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dbase.c332 wake_up_all(&clk->wait); in nvkm_pstate_work()
336 nvkm_pstate_calc(struct nvkm_clk *clk, bool wait) in nvkm_pstate_calc() argument
340 if (wait) in nvkm_pstate_calc()
341 wait_event(clk->wait, !atomic_read(&clk->waiting)); in nvkm_pstate_calc()
533 nvkm_clk_astate(struct nvkm_clk *clk, int req, int rel, bool wait) in nvkm_clk_astate() argument
539 return nvkm_pstate_calc(clk, wait); in nvkm_clk_astate()
675 init_waitqueue_head(&clk->wait); in nvkm_clk_ctor()
/linux/fs/jfs/
H A Djfs_metapage.c39 wake_up(&mp->wait); in unlock_metapage()
44 DECLARE_WAITQUEUE(wait, current); in __lock_metapage()
46 add_wait_queue_exclusive(&mp->wait, &wait); in __lock_metapage()
56 remove_wait_queue(&mp->wait, &wait); in __lock_metapage()
190 init_waitqueue_head(&mp->wait); in alloc_metapage()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_pc.c118 int slept, wait = 10; in wait_for_pc_state() local
126 usleep_range(wait, wait << 1); in wait_for_pc_state()
127 slept += wait; in wait_for_pc_state()
128 wait <<= 1; in wait_for_pc_state()
129 if (slept + wait > timeout_us) in wait_for_pc_state()
130 wait = timeout_us - slept; in wait_for_pc_state()
/linux/net/atm/
H A Dcommon.c96 wake_up(&wq->wait); in vcc_def_wakeup()
117 wake_up_interruptible(&wq->wait); in vcc_write_space()
571 DEFINE_WAIT(wait); in vcc_sendmsg()
603 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vcc_sendmsg()
622 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vcc_sendmsg()
624 finish_wait(sk_sleep(sk), &wait); in vcc_sendmsg()
651 __poll_t vcc_poll(struct file *file, struct socket *sock, poll_table *wait) in vcc_poll() argument
657 sock_poll_wait(file, sock, wait); in vcc_poll()
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3xxx-clocks.dtsi620 compatible = "ti,composite-no-wait-gate-clock";
773 compatible = "ti,wait-gate-clock";
781 compatible = "ti,wait-gate-clock";
789 compatible = "ti,wait-gate-clock";
797 compatible = "ti,wait-gate-clock";
805 compatible = "ti,wait-gate-clock";
829 compatible = "ti,wait-gate-clock";
837 compatible = "ti,wait-gate-clock";
845 compatible = "ti,wait-gate-clock";
853 compatible = "ti,wait-gate-clock";
[all …]
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-radio-tx.c94 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait) in vivid_radio_tx_poll() argument
96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_replay.c152 bool amdgpu_dm_replay_enable(struct dc_stream_state *stream, bool wait) in amdgpu_dm_replay_enable() argument
166 link->dc->link_srv->edp_set_replay_allow_active(link, &replay_active, wait, false, NULL); in amdgpu_dm_replay_enable()

1...<<11121314151617181920>>...66