Lines Matching refs:timeout
416 int timeout = 1000;
419 if (! timeout--) {
420 dev_warn(chip->card->dev, "codec acquire timeout\n");
431 int timeout;
442 timeout = 1000;
448 } while (--timeout);
451 dev_warn(chip->card->dev, "codec read timeout (reg %x)\n", reg);
490 int timeout;
502 timeout = 10;
510 if (!--timeout) {
511 dev_err(chip->card->dev, "codec reset timeout\n");
565 int timeout;
578 timeout = 50;
579 while (timeout-- > 0) {
652 int timeout = 1000;
654 while (timeout--) {
843 int timeout;
849 timeout = 100;
854 } while (timeout-- > 0);