Lines Matching refs:timeout
48 u32 timeout;
100 long timeout = data->timeout;
101 while (timeout > 0 &&
104 timeout--;
106 return (timeout <= 0);
111 long timeout = data->timeout;
112 while (timeout > 0 &&
115 timeout--;
117 return (timeout <= 0);
123 unsigned long expires = msecs_to_jiffies(alg_data->timeout);
203 /* Only 1 msec max timeout due to interrupt context */
204 long timeout = 1000;
213 while (timeout > 0 &&
217 timeout--;
255 "The bus is still active after timeout\n");
359 "The bus is still active after timeout\n");
403 /* Stop timer, to prevent timeout. */
422 /* Stop timer, to prevent timeout. */
656 alg_data->timeout = I2C_PNX_TIMEOUT_DEFAULT;
663 * At this point, it is planned to add an OF timeout property.
667 * of_property_read_u32(pdev->dev.of_node, "timeout",
668 * &alg_data->timeout);