/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | xen-tpmfront.c | 75 return -ETIME; in wait_for_tpm_stat() 97 return -ETIME; in wait_for_tpm_stat() 153 return -ETIME; in vtpm_send() 170 return -ETIME; in vtpm_send() 190 return -ETIME; in vtpm_recv()
|
H A D | tpm_crb.c | 143 return -ETIME; in crb_try_pluton_doorbell() 151 return -ETIME; in crb_try_pluton_doorbell() 192 return -ETIME; in __crb_go_idle() 219 * Return: 0 on success -ETIME on timeout; 241 return -ETIME; in __crb_cmd_ready() 268 return -ETIME; in __crb_request_locality() 295 return -ETIME; in __crb_relinquish_locality()
|
H A D | tpm_tis_core.c | 89 ret = -ETIME; in wait_for_tpm_stat() 93 return -ETIME; in wait_for_tpm_stat() 123 return -ETIME; in wait_for_tpm_stat() 373 size = -ETIME; in tpm_tis_try_recv() 379 size = -ETIME; in tpm_tis_try_recv() 445 rc = -ETIME; in tpm_tis_send_data() 467 rc = -ETIME; in tpm_tis_send_data() 484 rc = -ETIME; in tpm_tis_send_data() 566 rc = -ETIME; in tpm_tis_send_main()
|
H A D | tpm_i2c_infineon.c | 362 return -ETIME; in request_locality() 433 return -ETIME; in wait_for_stat() 496 size = -ETIME; in tpm_tis_i2c_recv() 537 rc = -ETIME; in tpm_tis_i2c_send()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_wait.c | 183 return !timeout ? -ETIME : 0; in i915_gem_object_wait() 215 * -ETIME: object is still busy after timeout 266 if (ret == -ETIME && !nsecs_to_jiffies(args->timeout_ns)) in i915_gem_wait_ioctl() 270 if (ret == -ETIME && args->timeout_ns) in i915_gem_wait_ioctl()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_request.c | 99 if (i915_request_wait(request, 0, 0) != -ETIME) { in igt_wait_request() 104 if (i915_request_wait(request, 0, T) != -ETIME) { in igt_wait_request() 116 if (i915_request_wait(request, 0, 0) != -ETIME) { in igt_wait_request() 126 if (i915_request_wait(request, 0, T / 2) != -ETIME) { in igt_wait_request() 131 if (i915_request_wait(request, 0, T) == -ETIME) { in igt_wait_request() 141 if (i915_request_wait(request, 0, T) == -ETIME) { in igt_wait_request() 166 if (dma_fence_wait_timeout(&request->fence, false, T) != -ETIME) { in igt_fence_wait() 178 if (dma_fence_wait_timeout(&request->fence, false, T / 2) != -ETIME) { in igt_fence_wait() 258 if (i915_request_wait(vip, 0, HZ) == -ETIME) { in igt_request_rewind() 675 err = -ETIME; in __cancel_inactive() [all...] |
H A D | igt_flush_test.c | 27 if (intel_gt_wait_for_idle(gt, HZ * 3) == -ETIME) { in igt_flush_test()
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | xen-tpmfront.c | 75 return -ETIME; in wait_for_tpm_stat() 97 return -ETIME; in wait_for_tpm_stat() 153 return -ETIME; in vtpm_send() 170 return -ETIME; in vtpm_send() 190 return -ETIME; in vtpm_recv()
|
H A D | tpm_i2c_infineon.c | 362 return -ETIME; in request_locality() 433 return -ETIME; in wait_for_stat() 496 size = -ETIME; in tpm_tis_i2c_recv() 537 rc = -ETIME; in tpm_tis_i2c_send()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | clockevents.c | 200 * Returns 0 on success, -ETIME when the minimum delta reached the limit. 209 return -ETIME; in clockevents_increase_min_delta() 231 * Returns 0 on success, -ETIME when the retry loop failed. 258 return -ETIME; in clockevents_program_min_delta() 270 * Returns 0 on success, -ETIME when the retry loop failed. 290 return -ETIME; in clockevents_program_min_delta() 301 * Returns 0 on success, -ETIME when the event is in the past. 311 return -ETIME; in clockevents_program_event() 328 return force ? clockevents_program_min_delta(dev) : -ETIME; in clockevents_program_event() 539 * Returns 0 on success, -ETIME whe [all...] |
/kernel/linux/linux-6.6/kernel/time/ |
H A D | clockevents.c | 200 * Returns 0 on success, -ETIME when the minimum delta reached the limit. 209 return -ETIME; in clockevents_increase_min_delta() 231 * Returns 0 on success, -ETIME when the retry loop failed. 258 return -ETIME; in clockevents_program_min_delta() 270 * Returns 0 on success, -ETIME when the retry loop failed. 290 return -ETIME; in clockevents_program_min_delta() 301 * Returns 0 on success, -ETIME when the event is in the past. 311 return -ETIME; in clockevents_program_event() 328 return force ? clockevents_program_min_delta(dev) : -ETIME; in clockevents_program_event() 538 * Returns 0 on success, -ETIME whe [all...] |
/kernel/linux/linux-5.10/fs/afs/ |
H A D | misc.c | 122 e->error == -ETIME) in afs_prioritise_error() 126 case -ETIME: in afs_prioritise_error()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | misc.c | 122 e->error == -ETIME) in afs_prioritise_error() 126 case -ETIME: in afs_prioritise_error()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | igt_flush_test.c | 22 if (intel_gt_wait_for_idle(gt, HZ / 5) == -ETIME) { in igt_flush_test()
|
H A D | i915_request.c | 97 if (i915_request_wait(request, 0, 0) != -ETIME) { in igt_wait_request() 102 if (i915_request_wait(request, 0, T) != -ETIME) { in igt_wait_request() 114 if (i915_request_wait(request, 0, 0) != -ETIME) { in igt_wait_request() 124 if (i915_request_wait(request, 0, T / 2) != -ETIME) { in igt_wait_request() 129 if (i915_request_wait(request, 0, T) == -ETIME) { in igt_wait_request() 139 if (i915_request_wait(request, 0, T) == -ETIME) { in igt_wait_request() 164 if (dma_fence_wait_timeout(&request->fence, false, T) != -ETIME) { in igt_fence_wait() 176 if (dma_fence_wait_timeout(&request->fence, false, T / 2) != -ETIME) { in igt_fence_wait() 248 if (i915_request_wait(vip, 0, HZ) == -ETIME) { in igt_request_rewind() 1116 err = -ETIME; in __live_parallel_engine1() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_wait.c | 213 * -ETIME: object is still busy after timeout 264 if (ret == -ETIME && !nsecs_to_jiffies(args->timeout_ns)) in i915_gem_wait_ioctl() 268 if (ret == -ETIME && args->timeout_ns) in i915_gem_wait_ioctl()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-altera-dfl.c | 65 return -ETIME; in indirect_bus_reg_read() 91 return -ETIME; in indirect_bus_reg_write()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_engine_pm.c | 127 return -ETIME; in __measure_timestamps() 237 return -ETIME; in __spin_until_busier() 308 err = -ETIME; in live_engine_busy_stats()
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | st-dma-fence.c | 73 return -ETIME; in mock_wait() 340 if (dma_fence_wait_timeout(f, false, 0) != -ETIME) { in test_wait() 382 if (dma_fence_wait_timeout(wt.f, false, 1) != -ETIME) { in test_wait_timeout() 389 if (dma_fence_wait_timeout(wt.f, false, 2) == -ETIME) { in test_wait_timeout()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | dt2801.c | 242 return -ETIME; in dt2801_readdata() 278 return -ETIME; in dt2801_writedata() 312 return -ETIME; in dt2801_wait_for_ready() 432 if (stat == -ETIME) in dt2801_error()
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | dt2801.c | 242 return -ETIME; in dt2801_readdata() 278 return -ETIME; in dt2801_writedata() 312 return -ETIME; in dt2801_wait_for_ready() 432 if (stat == -ETIME) in dt2801_error()
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | st-dma-fence.c | 73 return -ETIME; in mock_wait() 352 if (dma_fence_wait_timeout(f, false, 0) != -ETIME) { in test_wait() 396 if (dma_fence_wait_timeout(wt.f, false, 1) != -ETIME) { in test_wait_timeout() 403 if (dma_fence_wait_timeout(wt.f, false, 2) == -ETIME) { in test_wait_timeout()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-eg20t.c | 269 __func__, -ETIME); in pch_i2c_wait_for_bus_idle() 272 return -ETIME; in pch_i2c_wait_for_bus_idle() 391 if (pch_i2c_wait_for_bus_idle(adap, BUS_IDLE_TIMEOUT) == -ETIME) in pch_i2c_writebytes() 392 return -ETIME; in pch_i2c_writebytes() 506 if (pch_i2c_wait_for_bus_idle(adap, BUS_IDLE_TIMEOUT) == -ETIME) in pch_i2c_readbytes() 507 return -ETIME; in pch_i2c_readbytes()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-eg20t.c | 269 __func__, -ETIME); in pch_i2c_wait_for_bus_idle() 272 return -ETIME; in pch_i2c_wait_for_bus_idle() 392 if (pch_i2c_wait_for_bus_idle(adap, BUS_IDLE_TIMEOUT) == -ETIME) in pch_i2c_writebytes() 393 return -ETIME; in pch_i2c_writebytes() 507 if (pch_i2c_wait_for_bus_idle(adap, BUS_IDLE_TIMEOUT) == -ETIME) in pch_i2c_readbytes() 508 return -ETIME; in pch_i2c_readbytes()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_rc6.c | 222 if (intel_gt_wait_for_idle(gt, HZ / 5) == -ETIME) { in live_rc6_ctx_wa() 224 err = -ETIME; in live_rc6_ctx_wa()
|