Home
last modified time | relevance | path

Searched refs:timed_out (Results 1 – 11 of 11) sorted by relevance

/drivers/media/radio/si470x/
Dradio-si470x-common.c212 bool timed_out = false; in si470x_set_chan() local
226 timed_out = true; in si470x_set_chan()
230 if (timed_out) in si470x_set_chan()
304 bool timed_out = false; in si470x_set_seek() local
350 timed_out = true; in si470x_set_seek()
363 if (retval == 0 && timed_out) in si470x_set_seek()
/drivers/input/serio/
Dhil_mlc.c450 #define EXPECT(comp, to, got, got_wrong, timed_out) \ argument
451 { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out },
452 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ argument
453 { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out },
454 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ argument
455 { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out },
456 #define IN(to, got, got_error, timed_out) \ argument
457 { HILSE_IN, { .packet = 0 }, to, got, got_error, timed_out },
/drivers/net/arcnet/
Darcnet.c727 lp->timed_out = 1; in arcnet_timeout()
844 if ((status & lp->intmask & TXFREEflag) || lp->timed_out) { in arcnet_interrupt()
850 if (lp->cur_tx != -1 && !lp->timed_out) { in arcnet_interrupt()
886 lp->timed_out = 0; in arcnet_interrupt()
Darcdevice.h257 int timed_out; /* need to process TX timeout and drop packet */ member
/drivers/firewire/
Dcore-transaction.c97 goto timed_out; in close_transaction()
111 timed_out: in close_transaction()
957 goto timed_out; in fw_core_handle_response()
967 timed_out: in fw_core_handle_response()
/drivers/scsi/aic94xx/
Daic94xx_tmf.c38 void (*timed_out)(unsigned long)) in asd_enqueue_internal()
46 ascb->timer.function = timed_out; in asd_enqueue_internal()
/drivers/misc/mic/scif/
Dscif_api.c1392 int i, mask, count = 0, timed_out = timeout_msecs == 0; in scif_poll() local
1416 if (count || timed_out) in scif_poll()
1420 timed_out = 1; in scif_poll()
/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c129 bool timed_out = false; in nfp_net_reconfig_wait() local
132 while (!nfp_net_reconfig_check_done(nn, timed_out)) { in nfp_net_reconfig_wait()
134 timed_out = time_is_before_eq_jiffies(deadline); in nfp_net_reconfig_wait()
140 return timed_out ? -EIO : 0; in nfp_net_reconfig_wait()
/drivers/net/ethernet/natsemi/
Dns83820.c1719 int timed_out = 0; local
1739 timed_out = 1;
1748 else if (timed_out)
/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h1071 int sym_abort_scsiio(struct sym_hcb *np, struct scsi_cmnd *ccb, int timed_out);
Dsym_hipd.c5300 static int sym_abort_ccb(struct sym_hcb *np, struct sym_ccb *cp, int timed_out) argument
5320 cp->to_abort = timed_out ? 2 : 1;
5330 int sym_abort_scsiio(struct sym_hcb *np, struct scsi_cmnd *cmd, int timed_out) argument
5347 return sym_abort_ccb(np, cp, timed_out);