[go: nahoru, domu]

Searched defs:timed_out (Results 1 - 3 of 3) sorted by relevance

/drivers/media/radio/si470x/
H A Dradio-si470x-common.c211 bool timed_out = false; local
225 timed_out = true;
229 if (timed_out)
303 bool timed_out = false; local
348 timed_out = true;
361 if (retval == 0 && timed_out)
/drivers/scsi/sym53c8xx_2/
H A 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);
/drivers/net/ethernet/natsemi/
H A Dns83820.c1719 int timed_out = 0; local
1739 timed_out = 1;
1748 else if (timed_out)

Completed in 69 milliseconds