Lines Matching refs:timeout
646 unsigned long timeout;
679 timeout = jiffies + msecs_to_jiffies(250);
681 while (time_before(jiffies, timeout)) {
697 unsigned long timeout;
711 timeout = jiffies + msecs_to_jiffies(250);
713 while (time_before(jiffies, timeout)) {
968 static int tegra_sor_setup_pwm(struct tegra_sor *sor, unsigned long timeout)
984 timeout = jiffies + msecs_to_jiffies(timeout);
986 while (time_before(jiffies, timeout)) {
999 unsigned long value, timeout;
1014 timeout = jiffies + msecs_to_jiffies(250);
1016 while (time_before(jiffies, timeout)) {
1029 unsigned long value, timeout;
1031 timeout = jiffies + msecs_to_jiffies(250);
1034 while (time_before(jiffies, timeout)) {
1047 static int tegra_sor_power_up(struct tegra_sor *sor, unsigned long timeout)
1055 timeout = jiffies + msecs_to_jiffies(timeout);
1057 while (time_before(jiffies, timeout)) {
1374 unsigned long value, timeout;
1382 timeout = jiffies + msecs_to_jiffies(250);
1384 while (time_before(jiffies, timeout)) {
1405 timeout = jiffies + msecs_to_jiffies(250);
1407 while (time_before(jiffies, timeout)) {
1423 unsigned long value, timeout;
1431 timeout = jiffies + msecs_to_jiffies(250);
1433 while (time_before(jiffies, timeout)) {
1471 static int tegra_sor_crc_wait(struct tegra_sor *sor, unsigned long timeout)
1475 timeout = jiffies + msecs_to_jiffies(timeout);
1477 while (time_before(jiffies, timeout)) {