| /drivers/media/radio/si470x/ |
| A D | radio-si470x-common.c | 197 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/staging/gpib/common/ |
| A D | iblib.c | 571 int timed_out; member 579 winfo->timed_out = 1; in wait_timeout() 586 winfo->timed_out = 0; in init_wait_info() 603 if (winfo->timed_out) in wait_satisfied() 619 winfo->timed_out = 0; in start_wait_timer()
|
| /drivers/input/serio/ |
| A D | hil_mlc.c | 448 #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/iio/adc/ |
| A D | mt6359-auxadc.c | 115 bool timed_out; member 734 adc_dev->timed_out = true; in mt6359_auxadc_read_adc() 808 if (adc_dev->timed_out) { in mt6359_auxadc_read_raw() 812 adc_dev->timed_out = true; in mt6359_auxadc_read_raw() 816 adc_dev->timed_out = false; in mt6359_auxadc_read_raw()
|
| /drivers/platform/x86/intel/ifs/ |
| A D | runtest.c | 336 bool timed_out = false; in ifs_array_test_core() local 347 timed_out = true; in ifs_array_test_core() 361 else if (timed_out || command.array_bitmask) in ifs_array_test_core()
|
| /drivers/staging/gpib/agilent_82357a/ |
| A D | agilent_82357a.h | 119 unsigned timed_out : 1; member
|
| A D | agilent_82357a.c | 46 context->timed_out = 1; in agilent_82357a_timeout_handler() 79 context->timed_out = 0; in agilent_82357a_send_bulk_msg() 97 if (context->timed_out) { in agilent_82357a_send_bulk_msg() 147 context->timed_out = 0; in agilent_82357a_receive_bulk_msg() 165 if (context->timed_out) { in agilent_82357a_receive_bulk_msg()
|
| /drivers/mmc/host/ |
| A D | cqhci-core.c | 910 bool timed_out; in cqhci_timeout() local 913 timed_out = slot->mrq == mrq; in cqhci_timeout() 914 if (timed_out) { in cqhci_timeout() 921 if (timed_out) { in cqhci_timeout() 927 return timed_out; in cqhci_timeout()
|
| A D | sdhci-tegra.c | 1190 bool timed_out; in tegra_cqhci_writel() local 1207 timed_out = ktime_compare(ktime_get(), timeout) > 0; in tegra_cqhci_writel() 1209 if (!(ctrl & CQHCI_HALT) || timed_out) in tegra_cqhci_writel() 1216 if (timed_out) in tegra_cqhci_writel()
|
| /drivers/fsi/ |
| A D | fsi-sbefifo.c | 129 bool timed_out; member 151 return sysfs_emit(buf, "%d\n", sbefifo->timed_out ? 1 : 0); in timeout_show() 481 sbefifo->timed_out = true; in sbefifo_wait() 488 sbefifo->timed_out = false; in sbefifo_wait()
|
| /drivers/staging/gpib/ni_usb/ |
| A D | ni_usb_gpib.h | 60 unsigned timed_out : 1; member
|
| A D | ni_usb_gpib.c | 100 context->timed_out = 1; in ni_usb_timeout_handler() 132 context->timed_out = 0; in ni_usb_nonblocking_send_bulk_msg() 151 if (context->timed_out) { in ni_usb_nonblocking_send_bulk_msg() 218 context->timed_out = 0; in ni_usb_nonblocking_receive_bulk_msg() 255 if (context->timed_out) { in ni_usb_nonblocking_receive_bulk_msg()
|
| /drivers/net/arcnet/ |
| A D | arcnet.c | 827 lp->timed_out = 1; in arcnet_timeout() 951 if ((status & lp->intmask & TXFREEflag) || lp->timed_out) { in arcnet_interrupt() 965 if (lp->cur_tx != -1 && !lp->timed_out) { in arcnet_interrupt() 994 lp->timed_out = 0; in arcnet_interrupt()
|
| A D | arcdevice.h | 255 int timed_out; /* need to process TX timeout and drop packet */ member
|
| /drivers/scsi/aic94xx/ |
| A D | aic94xx_tmf.c | 20 void (*timed_out)(struct timer_list *t)) in asd_enqueue_internal() 27 ascb->timer.function = timed_out; in asd_enqueue_internal()
|
| /drivers/md/dm-vdo/ |
| A D | dedupe.c | 2298 unsigned int timed_out = 0; in timeout_index_operations_callback() local 2329 timed_out++; in timeout_index_operations_callback() 2332 if (timed_out > 0) in timeout_index_operations_callback() 2333 report_dedupe_timeouts(completion->vdo->hash_zones, timed_out); in timeout_index_operations_callback()
|
| /drivers/net/ethernet/netronome/nfp/ |
| A D | nfp_net_common.c | 129 bool timed_out = false; in __nfp_net_reconfig_wait() local 141 while (!nfp_net_reconfig_check_done(nn, timed_out)) { in __nfp_net_reconfig_wait() 143 timed_out = time_is_before_eq_jiffies(deadline); in __nfp_net_reconfig_wait() 146 return timed_out; in __nfp_net_reconfig_wait()
|
| /drivers/net/ethernet/natsemi/ |
| A D | ns83820.c | 1701 int timed_out = 0; local 1721 timed_out = 1; 1730 else if (timed_out)
|
| /drivers/scsi/sym53c8xx_2/ |
| A D | sym_hipd.h | 1058 int sym_abort_scsiio(struct sym_hcb *np, struct scsi_cmnd *ccb, int timed_out);
|
| A D | sym_hipd.c | 5290 static int sym_abort_ccb(struct sym_hcb *np, struct sym_ccb *cp, int timed_out) argument 5310 cp->to_abort = timed_out ? 2 : 1; 5320 int sym_abort_scsiio(struct sym_hcb *np, struct scsi_cmnd *cmd, int timed_out) argument 5337 return sym_abort_ccb(np, cp, timed_out);
|