Home
last modified time | relevance | path

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

/drivers/media/radio/si470x/
Dradio-si470x-common.c197 bool timed_out = false; in si470x_set_chan() local
220 timed_out = true; in si470x_set_chan()
224 if (timed_out) in si470x_set_chan()
299 bool timed_out = false; in si470x_set_seek() local
345 timed_out = true; in si470x_set_seek()
358 if (retval == 0 && timed_out) in si470x_set_seek()
/drivers/input/serio/
Dhil_mlc.c448 #define EXPECT(comp, to, got, got_wrong, timed_out) \ argument
449 { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out },
450 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ argument
451 { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out },
452 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ argument
453 { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out },
454 #define IN(to, got, got_error, timed_out) \ argument
455 { HILSE_IN, { .packet = 0 }, to, got, got_error, timed_out },
/drivers/mmc/host/
Dcqhci.c350 bool timed_out; in cqhci_off() local
363 timed_out = ktime_compare(ktime_get(), timeout) > 0; in cqhci_off()
365 if ((reg & CQHCI_HALT) || timed_out) in cqhci_off()
369 if (timed_out) in cqhci_off()
834 bool timed_out; in cqhci_timeout() local
837 timed_out = slot->mrq == mrq; in cqhci_timeout()
838 if (timed_out) { in cqhci_timeout()
845 if (timed_out) { in cqhci_timeout()
851 return timed_out; in cqhci_timeout()
Dsdhci-tegra.c1135 bool timed_out; in tegra_cqhci_writel() local
1151 timed_out = ktime_compare(ktime_get(), timeout) > 0; in tegra_cqhci_writel()
1153 if (!(ctrl & CQHCI_HALT) || timed_out) in tegra_cqhci_writel()
1160 if (timed_out) in tegra_cqhci_writel()
/drivers/firewire/
Dcore-transaction.c84 goto timed_out; in close_transaction()
98 timed_out: in close_transaction()
954 goto timed_out; in fw_core_handle_response()
964 timed_out: in fw_core_handle_response()
/drivers/net/arcnet/
Darcnet.c779 lp->timed_out = 1; in arcnet_timeout()
897 if ((status & lp->intmask & TXFREEflag) || lp->timed_out) { in arcnet_interrupt()
911 if (lp->cur_tx != -1 && !lp->timed_out) { in arcnet_interrupt()
940 lp->timed_out = 0; in arcnet_interrupt()
Darcdevice.h252 int timed_out; /* need to process TX timeout and drop packet */ member
/drivers/scsi/aic94xx/
Daic94xx_tmf.c20 void (*timed_out)(struct timer_list *t)) in asd_enqueue_internal()
27 ascb->timer.function = timed_out; in asd_enqueue_internal()
/drivers/misc/mic/scif/
Dscif_api.c1382 int i, count = 0, timed_out = timeout_msecs == 0; in scif_poll() local
1407 if (count || timed_out) in scif_poll()
1411 timed_out = 1; in scif_poll()
/drivers/net/ethernet/natsemi/
Dns83820.c1699 int timed_out = 0; local
1719 timed_out = 1;
1728 else if (timed_out)
/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h1058 int sym_abort_scsiio(struct sym_hcb *np, struct scsi_cmnd *ccb, int timed_out);
Dsym_hipd.c5291 static int sym_abort_ccb(struct sym_hcb *np, struct sym_ccb *cp, int timed_out) argument
5311 cp->to_abort = timed_out ? 2 : 1;
5321 int sym_abort_scsiio(struct sym_hcb *np, struct scsi_cmnd *cmd, int timed_out) argument
5338 return sym_abort_ccb(np, cp, timed_out);
/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c145 bool timed_out = false; in __nfp_net_reconfig_wait() local
157 while (!nfp_net_reconfig_check_done(nn, timed_out)) { in __nfp_net_reconfig_wait()
159 timed_out = time_is_before_eq_jiffies(deadline); in __nfp_net_reconfig_wait()
162 return timed_out; in __nfp_net_reconfig_wait()