Searched refs:busy (Results 101 - 125 of 308) sorted by relevance

1234567891011>>

/linux-master/sound/oss/dmasound/
H A Ddmasound.h234 int busy, syncing, xruns, died; member in struct:sound_queue
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_guest.c136 buffer_header->busy = 0;
143 wait_event(vmci_dev->inout_wq, buffer_header->busy == 1);
168 buffer_header->busy = 1;
174 spin_until_cond(buffer_header->busy == 0);
/linux-master/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h62 unsigned char busy; /* 586 clears after successful init */ member in struct:iscp_struct
180 #define STAT_BUSY 0x4000 /* status: frame/command is busy */
/linux-master/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige.h79 struct mlxbf_gige_reg_param busy; member in struct:mlxbf_gige_mdio_gw
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c155 * driver wait time if the adapter's mailbox is busy
160 "Max wait for mailbox in microseconds if busy (default=10)");
731 "megaraid: mem region busy\n"));
1391 * Check for busy mailbox. If it is, return failure - the caller
1396 if (unlikely(mbox->busy)) {
1401 } while(mbox->busy && (i < max_mbox_busy_wait));
1403 if (mbox->busy) {
1418 mbox->busy = 1; // Set busy
1472 * @busy
1480 megaraid_mbox_build_cmd(adapter_t *adapter, struct scsi_cmnd *scp, int *busy) argument
[all...]
/linux-master/include/soc/tegra/
H A Dbpmp.h87 unsigned long *busy; member in struct:tegra_bpmp::__anon1950
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmmu.h19 bool busy:1; /* Region busy (for temporarily preventing user access). */ member in struct:nvkm_vma
/linux-master/drivers/char/hw_random/
H A Dn2-drv.c114 int block = 0, busy = 0; local
125 if (++busy >= N2RNG_BUSY_LIMIT)
256 int block = 0, busy = 0; local
269 if (++busy >= N2RNG_BUSY_LIMIT)
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h271 uint32_t busy; member in struct:mpcc_state
/linux-master/drivers/spi/
H A Dspi-cavium.c25 } while (mpi_sts.s.busy);
H A Dspi-bitbang.c278 bitbang->busy = 1;
318 bitbang->busy = 0;
432 /* driver may get busy before register() returns, especially
H A Dspi-cavium.h250 uint64_t busy:1; member in struct:cvmx_mpi_sts::cvmx_mpi_sts_s
252 uint64_t busy:1;
/linux-master/drivers/macintosh/
H A Dadb.c99 int busy; member in struct:adb_handler
507 while(adb_handler[index].busy) {
546 adb_handler[id].busy = 1;
551 adb_handler[id].busy = 0;
/linux-master/drivers/scsi/
H A Dscsi_priv.h95 extern void scsi_eh_wakeup(struct Scsi_Host *shost, unsigned int busy);
H A Dwd33c93.c405 * for a currently non-busy target/lun.
434 if (!(hostdata->busy[cmd->device->id] &
441 /* quit if queue empty or all possible targets are busy */
530 hostdata->busy[cmd->device->id] |= (1 << (cmd->device->lun & 0xFF));
800 hostdata->busy[cmd->device->id] &= ~(1 << (cmd->device->lun & 0xff));
1117 hostdata->busy[cmd->device->id] &= ~(1 << (cmd->device->lun & 0xff));
1206 hostdata->busy[cmd->device->id] &= ~(1 << (cmd->device->lun & 0xff));
1241 hostdata->busy[cmd->device->id] &= ~(1 << (cmd->device->lun & 0xff));
1294 hostdata->busy[cmd->device->id] &= ~(1 << (cmd->device->lun & 0xff));
1305 hostdata->busy[cm
[all...]
H A DNCR5380.c405 hostdata->busy[i] = 0;
461 * the SCSI bus busy. Check for BUS FREE phase. If not, try to abort the
480 shost_printk(KERN_ERR, instance, "SCSI bus busy, waiting up to five seconds\n");
485 shost_printk(KERN_ERR, instance, "bus busy, attempting abort\n");
489 shost_printk(KERN_ERR, instance, "bus busy, attempting reset\n");
632 * not already busy. Otherwise returns NULL.
644 dsprintk(NDEBUG_QUEUES, instance, "dequeue: cmd=%p target=%d busy=0x%02x lun=%llu\n",
645 cmd, scmd_id(cmd), hostdata->busy[scmd_id(cmd)], cmd->device->lun);
647 if (!(hostdata->busy[scmd_id(cmd)] & (1 << cmd->device->lun))) {
952 * If bus busy, arbitratio
[all...]
/linux-master/sound/soc/fsl/
H A Dfsl_easrc.c779 slot->busy = true;
878 if (slot0->busy && slot1->busy) {
880 } else if ((slot0->busy && slot0->ctx_index == ctx->index) ||
881 (slot1->busy && slot1->ctx_index == ctx->index)) {
883 } else if (!slot0->busy) {
887 } else if (!slot1->busy) {
931 if (easrc_priv->slot[i][0].busy &&
933 easrc_priv->slot[i][0].busy = false;
943 if (easrc_priv->slot[i][1].busy
[all...]
/linux-master/drivers/input/serio/
H A Dhp_sdc_mlc.c196 goto busy;
214 busy:
239 /* Shouldn't be sending commands when loop may be busy */
/linux-master/sound/soc/intel/atom/
H A Dsst-mfld-dsp.h199 u32 busy:1; /* bit 31 - busy bit*/ member in struct:ipc_header_high::__anon4681
222 u32 busy:1; /* bit 31 */ member in struct:ipc_header::__anon4683
/linux-master/drivers/clk/imx/
H A DMakefile4 mxc-clk-objs += clk-busy.o
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_packet.c255 goto busy;
274 busy:
/linux-master/security/integrity/evm/
H A Devm_crypto.c58 goto busy;
68 busy:
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsubr.c253 int attempts = 100, busy; local
259 busy = val & F_MI1_OP_BUSY;
260 if (busy)
262 } while (busy && --attempts);
263 if (busy)
265 return busy;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.c267 bool busy = false; local
277 busy |= mlx5e_poll_tx_cq(&c->ptpsq[i].txqsq.cq, budget);
278 busy |= mlx5e_ptp_poll_ts_cq(&c->ptpsq[i].ts_cq, budget);
283 busy |= work_done == budget;
284 busy |= INDIRECT_CALL_2(rq->post_wqes,
290 if (busy) {
/linux-master/drivers/usb/musb/
H A Dmusb_gadget.c131 int busy = ep->busy; variable
140 ep->busy = 1;
149 ep->busy = busy;
164 ep->busy = 1;
450 musb_dbg(musb, "%s dma still busy?", musb_ep->end_point.name);
844 musb_dbg(musb, "%s busy, csr %04x",
1063 musb_ep->busy = 0;
1249 if (!musb_ep->busy
[all...]

Completed in 212 milliseconds

1234567891011>>