timeout_counter 134 drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c unsigned long timeout_counter = jiffies + msecs_to_jiffies(20); timeout_counter 137 drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c if (time_after(jiffies, timeout_counter)) { timeout_counter 195 drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c unsigned long timeout_counter = jiffies + msecs_to_jiffies(20); timeout_counter 198 drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c if (time_after(jiffies, timeout_counter)) { timeout_counter 230 drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c unsigned long timeout_counter; timeout_counter 251 drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c timeout_counter = jiffies + msecs_to_jiffies(20); timeout_counter 289 drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c if (time_after(jiffies, timeout_counter)) { timeout_counter 1161 drivers/input/touchscreen/atmel_mxt_ts.c int timeout_counter = 0; timeout_counter 1178 drivers/input/touchscreen/atmel_mxt_ts.c } while (command_register != 0 && timeout_counter++ <= 100); timeout_counter 1180 drivers/input/touchscreen/atmel_mxt_ts.c if (timeout_counter > 100) {