Searched defs:ready (Results 1 - 25 of 44) sorted by relevance

12

/drivers/block/paride/
H A Dpseudo.h11 int (*ready)(void),
15 Which will arrange for ready() to be evaluated frequently and
51 int (*ready)(void),
59 ps_ready = ready;
50 ps_set_intr(void (*continuation)(void), int (*ready)(void), int timeout, int nice) argument
/drivers/mtd/nand/
H A Dnuc900_nand.c145 int ready; local
149 ready = (nuc900_check_rb(nand)) ? 1 : 0;
150 return ready;
/drivers/pcmcia/
H A Dsoc_common.h77 ready: 1, member in struct:pcmcia_state
/drivers/net/wan/
H A Dz85230.c1585 * Save the ready state and the buffer currently
1589 int ready=c->dma_ready; local
1612 if(ready)
/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.h70 bool ready; member in struct:ath9k_hw_mci
/drivers/scsi/qla4xxx/
H A Dql4_init.c283 int ready = 0; local
312 /* Go back and test for ready state - no wait. */
330 * is in ready state or not after 15 secs.
359 /* The firmware is ready to process SCSI
387 ready = 1;
412 ready = 1;
417 ready = 1;
420 return ready;
/drivers/staging/media/cxd2099/
H A Dcxd2099.c51 int ready; member in struct:cxd
514 ci->ready = 0;
531 if (ci->ready)
601 ci->ready = 0;
605 ci->ready = 1;
/drivers/char/ipmi/
H A Dipmi_poweroff.c61 static int ready; variable
549 if (!ready)
565 if (ready)
636 ready = 1;
641 if (!ready)
647 ready = 0;
735 if (ready) {
/drivers/hid/
H A Dhid-wiimote.h59 struct completion ready; member in struct:wiimote_state
173 complete(&wdata->state.ready);
185 INIT_COMPLETION(wdata->state.ready);
199 ret = wait_for_completion_interruptible_timeout(&wdata->state.ready, HZ);
/drivers/net/hippi/
H A Drrunner.c470 u32 misc, io, data, i, j, ready, error = 0; local
488 ready = 0;
491 while(!ready){
495 ready = 1;
501 ready = 1;
/drivers/net/irda/
H A Dvlsi_ir.c870 struct timeval now, ready; local
951 ready.tv_usec = idev->last_rx.tv_usec + mtt;
952 ready.tv_sec = idev->last_rx.tv_sec;
953 if (ready.tv_usec >= 1000000) {
954 ready.tv_usec -= 1000000;
955 ready.tv_sec++; /* IrLAP 1.1: mtt always < 1 sec */
959 if (now.tv_sec > ready.tv_sec ||
960 (now.tv_sec==ready.tv_sec && now.tv_usec>=ready.tv_usec))
/drivers/parisc/
H A Dpdc_stable.c101 short ready; /* entry record is valid if != 0 */ member in struct:pdcspath_entry
117 .ready = 0, \
173 entry->ready = 1;
201 /* We expect the caller to set the ready flag to 0 if the hardware
204 if (!entry->ready) {
223 entry->ready = 2;
247 i = entry->ready;
250 if (!i) /* entry is not ready */
329 entry->ready = 0;
367 i = entry->ready;
[all...]
/drivers/s390/scsi/
H A Dzfcp_dbf.h22 * @ready: number of ready recovery actions
28 u32 ready; member in struct:zfcp_dbf_rec_trigger
/drivers/scsi/be2iscsi/
H A Dbe_cmds.c331 u32 ready; local
334 ready = ioread32(db) & MPU_MAILBOX_DB_RDY_MASK;
335 if (ready)
416 /* wait for ready to be set */
/drivers/usb/musb/
H A Dmusb_host.c352 int ready = qh->is_ready; local
371 qh->is_ready = ready;
577 WARNING("rx%d, packet/%d ready?\n", ep->epnum,
1115 dev_dbg(musb->controller, "extra TX%d ready, csr %04x\n", epnum, tx_csr);
1184 dev_dbg(musb->controller, "extra TX%d ready, csr %04x\n", epnum, tx_csr);
1451 dev_dbg(musb->controller, "BOGUS RX%d ready, csr %04x, count %d\n", epnum, val,
1612 /* if no errors, be sure a packet is ready for unloading */
2168 int ready = qh->is_ready; local
2172 qh->is_ready = ready;
2177 if (ready
[all...]
/drivers/video/
H A Dpxa3xx-gcu.c112 struct pxa3xx_gcu_batch *ready; member in struct:pxa3xx_gcu_priv
220 struct pxa3xx_gcu_batch *ready = priv->ready; local
224 BUG_ON(!ready);
228 while (ready) {
230 shared->buffer[num++] = ready->phys;
231 ready = ready->next;
235 priv->running = priv->ready;
236 priv->ready
[all...]
/drivers/input/
H A Dmousedev.c106 unsigned char ready, buffer, bufsiz; member in struct:mousedev_client
284 if (client->ready && p->buttons != mousedev->packet.buttons) {
313 client->ready = 1;
317 if (client->ready) {
637 client->ready = 0;
739 if (!client->ready && !client->buffer && mousedev->exist &&
744 !mousedev->exist || client->ready || client->buffer);
753 if (!client->buffer && client->ready) {
782 if (client->ready || client->buffer)
/drivers/message/fusion/
H A Dmptfc.c196 int ready; local
203 while ((ready = fc_remote_port_chkready(rport) >> 16) == DID_IMM_RETRY
211 ready, ioc->active, caller));
218 if (ready == DID_NO_CONNECT || !SCpnt->device->hostdata
224 SCpnt->device->id, SCpnt->device->lun, ready,
/drivers/net/wimax/i2400m/
H A Di2400m.h358 * @updown: the device is up and ready for transmitting control and
359 * data packets. This implies @ready (communication infrastructure
360 * with the device is ready) and the device's firmware has been
369 * @ready: Communication infrastructure with the device is ready, data
449 * processed because the driver wasn't still ready; when ready,
558 * @error_recovery: flag to denote if we are ready to take an error recovery.
559 * 0 for ready to take an error recovery; 1 for not ready
573 unsigned ready:1; /* Device comm infrastructure ready */ member in struct:i2400m
[all...]
/drivers/scsi/
H A Dst.h139 unsigned char ready; member in struct:scsi_tape
197 /* Values of ready state */
/drivers/usb/storage/
H A Dalauda.c391 int ready = 0; local
395 while (ready == 0) {
402 ready = 1;
405 US_DEBUGP("alauda_init_media: We are ready for action!\n");
416 US_DEBUGP("alauda_init_media: Media not ready after ack\n");
/drivers/crypto/amcc/
H A Dcrypto4xx_reg_def.h225 u32 ready:1; member in struct:gd_ctl_len
/drivers/md/
H A Dmd.h219 int ready; /* See when safe to pass member in struct:mddev
/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.c337 int ready = 0; local
349 while(!ready) {
364 ready = 1;
371 ready = 1;
378 ready = 1;
387 ready = 1;
396 if (!ready) fepriv->auto_sub_step++;
/drivers/media/video/
H A Domap1_camera.c172 struct omap1_cam_buf *ready; member in struct:omap1_cam_dev
360 * If there is already a buffer pointed out by the pcdev->ready,
363 buf = pcdev->ready;
370 pcdev->ready = buf;
503 * Capture in progress, so don't touch pcdev->ready even if
513 WARN_ON(pcdev->ready);
520 pcdev->ready = NULL;
589 if (!pcdev->ready && result != VIDEOBUF_ERROR) {
610 buf = pcdev->ready;
612 pcdev->ready
[all...]

Completed in 585 milliseconds

12