Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/radio/si470x/
H A 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()
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A 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 },
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c483 int retval, i, timed_out = 0; in do_select() local
500 timed_out = 1; in do_select()
503 if (end_time && !timed_out) in do_select()
578 if (retval || timed_out || signal_pending(current)) in do_select()
608 timed_out = 1; in do_select()
889 int timed_out = 0, count = 0; in do_poll() local
897 timed_out = 1; in do_poll()
900 if (end_time && !timed_out) in do_poll()
940 if (count || timed_out) in do_poll()
965 timed_out = 1; in do_poll()
H A Deventpoll.c1852 int res = 0, eavail, timed_out = 0; in ep_poll() local
1873 timed_out = 1; in ep_poll()
1885 ep_busy_loop(ep, timed_out); in ep_poll()
1944 timed_out = !freezable_schedule_hrtimeout_range(to, slack, in ep_poll()
1965 if (timed_out) in ep_poll()
1987 !(res = ep_send_events(ep, events, maxevents)) && !timed_out) in ep_poll()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dsemaphore.c217 goto timed_out; in __down_common()
226 timed_out: in __down_common()
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A Dkselftest_harness.h824 bool timed_out; /* did this test timeout instead of exiting? */ member
873 t->timed_out = true; in __timeout_handler()
895 t->timed_out = false; in __wait_for_test()
908 if (t->timed_out) { in __wait_for_test()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__errc93 timed_out, // ETIMEDOUT
206 timed_out = ETIMEDOUT,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__errc93 timed_out, // ETIMEDOUT
206 timed_out = ETIMEDOUT,
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_pm_driver.c1176 bool timed_out; member
1210 rtdata->timed_out = 1; in kbasep_reset_timeout()
1412 rtdata.timed_out = 0; in kbase_pm_do_reset()
1424 if (rtdata.timed_out == 0) { in kbase_pm_do_reset()
1452 rtdata.timed_out = 0; in kbase_pm_do_reset()
1460 if (rtdata.timed_out == 0) { in kbase_pm_do_reset()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dcqhci-core.c888 bool timed_out; in cqhci_timeout() local
891 timed_out = slot->mrq == mrq; in cqhci_timeout()
892 if (timed_out) { in cqhci_timeout()
899 if (timed_out) { in cqhci_timeout()
905 return timed_out; in cqhci_timeout()
H A Dsdhci-tegra.c1176 bool timed_out; in tegra_cqhci_writel() local
1193 timed_out = ktime_compare(ktime_get(), timeout) > 0; in tegra_cqhci_writel()
1195 if (!(ctrl & CQHCI_HALT) || timed_out) in tegra_cqhci_writel()
1202 if (timed_out) in tegra_cqhci_writel()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Derror_constants.h162 timed_out = ETIMEDOUT, in _GLIBCXX_VISIBILITY() enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Derror_constants.h162 timed_out = ETIMEDOUT, in _GLIBCXX_VISIBILITY() enumerator
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-transaction.c84 goto timed_out; in close_transaction()
99 timed_out: in close_transaction()
955 goto timed_out; in fw_core_handle_response()
966 timed_out: in fw_core_handle_response()
/OK3568_Linux_fs/kernel/drivers/net/arcnet/
H A Darcnet.c830 lp->timed_out = 1; in arcnet_timeout()
954 if ((status & lp->intmask & TXFREEflag) || lp->timed_out) { in arcnet_interrupt()
968 if (lp->cur_tx != -1 && !lp->timed_out) { in arcnet_interrupt()
997 lp->timed_out = 0; in arcnet_interrupt()
H A Darcdevice.h252 int timed_out; /* need to process TX timeout and drop packet */ member
/OK3568_Linux_fs/kernel/sound/atmel/
H A Dac97c.c652 goto timed_out; in atmel_ac97c_read()
665 goto timed_out; in atmel_ac97c_read()
668 timed_out: in atmel_ac97c_read()
/OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c20 void (*timed_out)(struct timer_list *t)) in asd_enqueue_internal()
27 ascb->timer.function = timed_out; in asd_enqueue_internal()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_pm_driver.c2826 bool timed_out; member
2860 rtdata->timed_out = true;
3110 rtdata.timed_out = false;
3122 if (!rtdata.timed_out) {
3162 rtdata.timed_out = false;
3170 if (!rtdata.timed_out) {
/OK3568_Linux_fs/kernel/drivers/net/ethernet/natsemi/
H A Dns83820.c1698 int timed_out = 0; local
1718 timed_out = 1;
1727 else if (timed_out)
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h1058 int sym_abort_scsiio(struct sym_hcb *np, struct scsi_cmnd *ccb, int timed_out);
H A 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);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0003-Added-support-for-duktape-as-JS-engine.patch933 + data->timed_out = TRUE;
1161 + if (data->timed_out)
1403 + gboolean timed_out;
3076 - gboolean timed_out;
3272 - data->timed_out = TRUE;
3406 - if (data->timed_out)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c146 bool timed_out = false; in __nfp_net_reconfig_wait() local
158 while (!nfp_net_reconfig_check_done(nn, timed_out)) { in __nfp_net_reconfig_wait()
160 timed_out = time_is_before_eq_jiffies(deadline); in __nfp_net_reconfig_wait()
163 return timed_out; in __nfp_net_reconfig_wait()