Searched refs:timeout_counter (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_guc_submission.c490 int ret = 0, timeout_counter = 200; guc_get_workqueue_space() local
495 while (timeout_counter-- > 0) { guc_get_workqueue_space()
507 timeout_counter = 0; guc_get_workqueue_space()
/linux-4.4.14/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1068 int timeout_counter = 0; mxt_t6_command() local
1085 } while (command_register != 0 && timeout_counter++ <= 100); mxt_t6_command()
1087 if (timeout_counter > 100) { mxt_t6_command()

Completed in 78 milliseconds