Searched refs:busy (Results 76 - 100 of 308) sorted by relevance

1234567891011>>

/linux-master/drivers/crypto/cavium/zip/
H A Dzip_regs.h495 u64 busy : 1; member in struct:zip_ctl_cfg::zip_ctl_cfg_s
499 u64 busy : 1;
525 u64 busy : 1; member in struct:zip_dbg_corex_inst::zip_dbg_corex_inst_s
533 u64 busy : 1;
556 u64 busy : 1; member in struct:zip_dbg_corex_sta::zip_dbg_corex_sta_s
564 u64 busy : 1;
587 u64 busy : 1; member in struct:zip_dbg_quex_sta::zip_dbg_quex_sta_s
595 u64 busy : 1;
/linux-master/include/media/drv-intf/
H A Dcx2341x.h87 int cx2341x_ext_ctrls(struct cx2341x_mpeg_params *params, int busy,
185 void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy);
/linux-master/arch/arm/kernel/
H A Ddma.c63 goto busy;
82 busy:
/linux-master/drivers/firmware/tegra/
H A Dbpmp.c289 set_bit(index, bpmp->threaded.busy);
680 unsigned long *busy; local
684 busy = bpmp->threaded.busy;
694 for_each_set_bit(i, busy, count) {
701 clear_bit(i, busy);
734 bpmp->threaded.busy = devm_kzalloc(&pdev->dev, size, GFP_KERNEL);
735 if (!bpmp->threaded.busy)
/linux-master/drivers/crypto/starfive/
H A Djh7110-cryp.h43 u32 busy :1; member in struct:starfive_aes_csr::__anon131
96 u32 busy :1; member in struct:starfive_hash_csr::__anon132
/linux-master/drivers/nvdimm/
H A Ddimm_devs.c314 return sprintf(buf, "%s\n", atomic_read(&nvdimm->busy)
494 return sprintf(buf, "busy\n");
609 atomic_set(&nvdimm->busy, 0);
782 resource_size_t map_start, map_end, busy = 0; local
806 busy += end - start + 1;
808 busy += end - start + 1;
811 busy += nd_mapping->size;
815 if (busy < nd_mapping->size)
816 return ALIGN_DOWN(nd_mapping->size - busy, align);
/linux-master/drivers/media/radio/
H A Dradio-wl1273.c62 struct completion busy; member in struct:wl1273_device
273 complete(&radio->busy);
329 complete(&radio->busy);
367 reinit_completion(&radio->busy);
370 t = wait_for_completion_timeout(&radio->busy, msecs_to_jiffies(2000));
381 reinit_completion(&radio->busy);
384 t = wait_for_completion_timeout(&radio->busy, msecs_to_jiffies(1000));
437 reinit_completion(&radio->busy);
439 t = wait_for_completion_timeout(&radio->busy, msecs_to_jiffies(2000));
809 reinit_completion(&radio->busy);
[all...]
/linux-master/drivers/char/ipmi/
H A Dssif_bmc.c45 * Recover ssif_bmc from busy state if it takes up to 500ms
99 bool busy; member in struct:ssif_bmc_ctx
218 /* ssif_bmc not busy */
219 ssif_bmc->busy = false;
292 ssif_bmc->busy = false;
306 /* Recover ssif_bmc from busy */
307 ssif_bmc->busy = false;
319 /* set ssif_bmc to busy waiting for response */
320 ssif_bmc->busy = true;
328 /* Armed timer to recover slave from busy stat
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-rk3x.c185 * @busy: the condition for the event to wait for
212 bool busy; member in struct:rk3x_i2c
287 i2c->busy = false;
473 i2c->busy = false;
1036 i2c->busy = true;
1050 while (READ_ONCE(i2c->busy) &&
1056 return !i2c->busy;
1095 timeout = wait_event_timeout(i2c->wait, !i2c->busy,
/linux-master/net/rxrpc/
H A Dcall_object.c49 bool busy; local
53 busy = !list_empty(&call->attend_link);
54 trace_rxrpc_poke_call(call, busy, what);
55 if (!busy && !rxrpc_try_get_call(call, rxrpc_call_get_poke))
56 busy = true;
57 if (!busy) {
61 if (!busy)
H A Dconn_object.c29 bool busy; local
35 busy = !list_empty(&conn->attend_link);
36 if (!busy) {
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dapply.c85 bool busy; member in struct:mgr_priv_data
271 if (mp->busy)
685 WARN_ON(mp->busy);
735 if (!mp->enabled || mgr_manual_update(mgr) || mp->busy)
762 if (!mp->enabled || mgr_manual_update(mgr) || mp->busy)
768 mp->busy = true;
885 /* clear busy, updating flags, shadow_dirty flags */
899 bool was_busy = mp->busy;
900 mp->busy = dispc_mgr_go_busy(i);
902 if (was_busy && !mp->busy)
[all...]
/linux-master/arch/x86/platform/intel-mid/
H A Dpwr.c135 bool busy; local
138 busy = mid_pwr_is_busy(pwr);
139 if (!busy)
/linux-master/drivers/target/tcm_fc/
H A Dtfc_cmd.c429 goto busy;
440 goto busy;
448 busy:
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dtx.c43 bool busy; local
48 busy = wl1251_tx_double_buffer_busy(wl, data_out_count);
50 if (busy)
/linux-master/drivers/dma/
H A Dtegra20-apb-dma.c187 bool busy; member in struct:tegra_dma_channel
424 tdc->busy = false;
497 tdc->busy = true;
576 tdc->busy = false;
713 if (!tdc->busy) {
747 if (!tdc->busy)
764 was_busy = tdc->busy;
816 * CPU, which handles interrupt, could be busy in
1192 if (tdc->busy) {
1615 bool busy; local
[all...]
/linux-master/mm/
H A Ddmapool.c363 bool empty, busy = false; local
378 dev_err(pool->dev, "%s %s busy\n", __func__, pool->name);
379 busy = true;
383 if (!busy)
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disppreview.c677 /* Mark all shadow parameters we are going to touch as busy. */
678 prev->params.params[0].busy |= ~active & update;
679 prev->params.params[1].busy |= active & update;
681 /* Mark all active parameters we are going to touch as busy. */
685 prev->params.params[0].busy |= active & update;
686 prev->params.params[1].busy |= ~active & update;
699 * updated and clear the busy flag for all shadow parameters.
703 prev->params.params[0].busy &= active;
704 prev->params.params[1].busy &= ~active;
707 * applied and the busy fla
[all...]
/linux-master/block/
H A Dblk-mq-sched.c92 bool dispatched = false, busy = false; local
110 busy = true;
173 if (busy)
311 /* dequeue request one by one from sw queue if queue is busy */
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c392 goto busy;
398 goto busy;
474 busy:
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_crtc.c27 bool busy; local
37 busy = dispc_vp_go_busy(tidss->dispc, tcrtc->hw_videoport);
38 if (busy) {
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_ipc.c128 while (header.p.header_high.part.busy) {
148 if (header.p.header_high.part.busy) {
196 clear_ipc.p.header_high.part.busy = 0;
200 /* un mask busy interrupt */
/linux-master/arch/m68k/fpsp040/
H A Dx_snan.S101 moveb VER_TMP(%a6),(%a7) |format a busy frame
112 | Exit snan handler by expanding the unimp frame into a busy frame
129 moveb VER_TMP(%a6),(%a7) |format a busy frame
130 moveb #BUSY_SIZE-4,1(%a7) |write busy size
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.h145 u8 busy; /* Entry status (free/busy) */ member in struct:otx_cpt_pending_entry
H A Dotx_cptvf_reqmgr.c64 if (unlikely(ent->busy))
93 pentry->busy = false;
357 pentry->busy = true;
526 if (unlikely(!pentry->busy)) {

Completed in 337 milliseconds

1234567891011>>