Home
last modified time | relevance | path

Searched refs:end_time (Results 1 – 23 of 23) sorted by relevance

/sound/drivers/
Dml403-ac97cr.c839 unsigned long end_time; local
895 end_time = jiffies + (HZ / CODEC_TIMEOUT_AFTER_READ);
924 } while (time_after(end_time, jiffies));
963 unsigned long end_time; local
1009 end_time = jiffies + HZ / CODEC_TIMEOUT_AFTER_WRITE;
1035 } while (time_after(end_time, jiffies));
1069 unsigned long end_time; local
1071 end_time = jiffies + HZ / CODEC_TIMEOUT_ON_INIT;
1081 } while (time_after(end_time, jiffies));
/sound/pci/lola/
Dlola_pcm.c98 unsigned long end_time = jiffies + msecs_to_jiffies(200); in wait_for_srst_clear() local
99 while (time_before(jiffies, end_time)) { in wait_for_srst_clear()
114 unsigned long end_time = jiffies + msecs_to_jiffies(200); in lola_stream_wait_for_fifo() local
115 while (time_before(jiffies, end_time)) { in lola_stream_wait_for_fifo()
133 unsigned long end_time = jiffies + msecs_to_jiffies(200); in lola_sync_wait_for_fifo() local
137 while (time_before(jiffies, end_time)) { in lola_sync_wait_for_fifo()
Dlola.c312 unsigned long end_time; in reset_controller() local
322 end_time = jiffies + msecs_to_jiffies(200); in reset_controller()
328 } while (time_before(jiffies, end_time)); in reset_controller()
363 unsigned long end_time; in setup_corb_rirb() local
380 end_time = jiffies + msecs_to_jiffies(200); in setup_corb_rirb()
386 } while (time_before(jiffies, end_time)); in setup_corb_rirb()
/sound/pci/
Dintel8x0m.c890 unsigned long end_time; in snd_intel8x0m_ich_chip_init() local
906 end_time = jiffies + HZ / 4; in snd_intel8x0m_ich_chip_init()
911 } while (time_after_eq(end_time, jiffies)); in snd_intel8x0m_ich_chip_init()
922 end_time = jiffies + HZ; in snd_intel8x0m_ich_chip_init()
929 } while (time_after_eq(end_time, jiffies)); in snd_intel8x0m_ich_chip_init()
942 end_time = jiffies + HZ / 4; in snd_intel8x0m_ich_chip_init()
943 while (status != nstatus && time_after_eq(end_time, jiffies)) { in snd_intel8x0m_ich_chip_init()
954 end_time = jiffies + HZ; in snd_intel8x0m_ich_chip_init()
961 } while (time_after_eq(end_time, jiffies)); in snd_intel8x0m_ich_chip_init()
Dcs4281.c1410 unsigned long end_time; in snd_cs4281_chip_init() local
1493 end_time = jiffies + HZ; in snd_cs4281_chip_init()
1502 } while (time_after_eq(end_time, jiffies)); in snd_cs4281_chip_init()
1519 end_time = jiffies + HZ; in snd_cs4281_chip_init()
1528 } while (time_after_eq(end_time, jiffies)); in snd_cs4281_chip_init()
1537 end_time = jiffies + HZ; in snd_cs4281_chip_init()
1542 } while (time_after_eq(end_time, jiffies)); in snd_cs4281_chip_init()
1561 end_time = jiffies + HZ; in snd_cs4281_chip_init()
1570 } while (time_after_eq(end_time, jiffies)); in snd_cs4281_chip_init()
Dvia82xx_modem.c951 unsigned long end_time; in snd_via82xx_chip_init() local
990 end_time = jiffies + msecs_to_jiffies(750); in snd_via82xx_chip_init()
996 } while (time_before(jiffies, end_time)); in snd_via82xx_chip_init()
1005 end_time = jiffies + msecs_to_jiffies(750); in snd_via82xx_chip_init()
1015 } while (time_before(jiffies, end_time)); in snd_via82xx_chip_init()
Dintel8x0.c2432 unsigned long end_time; in snd_intel8x0_ich_chip_reset() local
2440 end_time = (jiffies + (HZ / 4)) + 1; in snd_intel8x0_ich_chip_reset()
2445 } while (time_after_eq(end_time, jiffies)); in snd_intel8x0_ich_chip_reset()
2453 unsigned long end_time; in snd_intel8x0_ich_chip_init() local
2478 end_time = jiffies + HZ; in snd_intel8x0_ich_chip_init()
2485 } while (time_after_eq(end_time, jiffies)); in snd_intel8x0_ich_chip_init()
2495 end_time = jiffies + HZ / 4; in snd_intel8x0_ich_chip_init()
2497 time_after_eq(end_time, jiffies)) { in snd_intel8x0_ich_chip_init()
2511 end_time = jiffies + HZ; in snd_intel8x0_ich_chip_init()
2518 } while (time_after_eq(end_time, jiffies)); in snd_intel8x0_ich_chip_init()
Dvia82xx.c2158 unsigned long end_time; in snd_via82xx_chip_init() local
2200 end_time = jiffies + msecs_to_jiffies(750); in snd_via82xx_chip_init()
2206 } while (time_before(jiffies, end_time)); in snd_via82xx_chip_init()
2216 end_time = jiffies + msecs_to_jiffies(750); in snd_via82xx_chip_init()
2226 } while (time_before(jiffies, end_time)); in snd_via82xx_chip_init()
Dens1370.c587 unsigned long end_time = jiffies + HZ / 10; in snd_es1370_codec_write() local
600 } while (time_after(end_time, jiffies)); in snd_es1370_codec_write()
/sound/i2c/
Dcs8427.c323 unsigned long end_time; in snd_cs8427_reset() local
342 end_time = jiffies + chip->reset_timeout; in snd_cs8427_reset()
343 while (time_after_eq(end_time, jiffies)) { in snd_cs8427_reset()
/sound/pci/ac97/
Dac97_codec.c1860 unsigned long end_time; in ac97_reset_wait() local
1863 end_time = jiffies + timeout; in ac97_reset_wait()
1891 } while (time_after_eq(end_time, jiffies)); in ac97_reset_wait()
2019 unsigned long end_time; in snd_ac97_mixer() local
2159 end_time = jiffies + msecs_to_jiffies(5000); in snd_ac97_mixer()
2164 } while (time_after_eq(end_time, jiffies)); in snd_ac97_mixer()
2192 end_time = jiffies + msecs_to_jiffies(100); in snd_ac97_mixer()
2197 } while (time_after_eq(end_time, jiffies)); in snd_ac97_mixer()
2545 unsigned long end_time; in snd_ac97_resume() local
2569 end_time = jiffies + msecs_to_jiffies(100); in snd_ac97_resume()
[all …]
/sound/isa/
Dsscape.c390 unsigned long end_time = jiffies + msecs_to_jiffies(timeout); in obp_startup_ack() local
403 } while (time_before(jiffies, end_time)); in obp_startup_ack()
417 unsigned long end_time = jiffies + msecs_to_jiffies(timeout); in host_startup_ack() local
430 } while (time_before(jiffies, end_time)); in host_startup_ack()
/sound/pci/mixart/
Dmixart_hwdep.c50 unsigned long end_time = jiffies + (timeout * HZ / 100); in mixart_wait_nice_for_register_value() local
65 } while ( time_after_eq(end_time, jiffies) ); in mixart_wait_nice_for_register_value()
/sound/pcmcia/vx/
Dvxp_ops.c92 unsigned long end_time = jiffies + HZ / 5; in vx_check_magic() local
99 } while (time_after_eq(end_time, jiffies)); in vx_check_magic()
/sound/pci/trident/
Dtrident_main.c3234 unsigned long end_time; in snd_trident_sis_reset() local
3255 end_time = (jiffies + (HZ * 3) / 4) + 1; in snd_trident_sis_reset()
3260 } while (time_after_eq(end_time, jiffies)); in snd_trident_sis_reset()
3264 end_time = jiffies + HZ; in snd_trident_sis_reset()
3267 } while (time_after_eq(end_time, jiffies)); in snd_trident_sis_reset()
3276 } while (time_after_eq(end_time, jiffies)); in snd_trident_sis_reset()
3407 unsigned long end_time; in snd_trident_4d_dx_init() local
3426 end_time = (jiffies + (HZ * 3) / 4) + 1; in snd_trident_4d_dx_init()
3431 } while (time_after_eq(end_time, jiffies)); in snd_trident_4d_dx_init()
3447 unsigned long end_time; in snd_trident_4d_nx_init() local
[all …]
/sound/pci/ali5451/
Dali5451.c297 unsigned long end_time; in snd_ali_codec_ready() local
300 end_time = jiffies + msecs_to_jiffies(250); in snd_ali_codec_ready()
306 if (!time_after_eq(end_time, jiffies)) in snd_ali_codec_ready()
318 unsigned long end_time; in snd_ali_stimer_ready() local
322 end_time = jiffies + msecs_to_jiffies(250); in snd_ali_stimer_ready()
328 if (!time_after_eq(end_time, jiffies)) in snd_ali_stimer_ready()
/sound/drivers/vx/
Dvx_core.c54 unsigned long end_time = jiffies + (time * HZ + 999) / 1000; in snd_vx_check_reg_bit() local
67 } while (time_after_eq(end_time, jiffies)); in snd_vx_check_reg_bit()
/sound/isa/wss/
Dwss_lib.c402 unsigned long end_time; in snd_wss_mce_down() local
436 end_time = jiffies + msecs_to_jiffies(250); in snd_wss_mce_down()
440 if (time_after(jiffies, end_time)) { in snd_wss_mce_down()
451 end_time = jiffies + msecs_to_jiffies(100); in snd_wss_mce_down()
453 if (time_after(jiffies, end_time)) { in snd_wss_mce_down()
/sound/usb/
Dendpoint.c523 unsigned long end_time = jiffies + msecs_to_jiffies(1000); in wait_clear_urbs() local
532 } while (time_before(jiffies, end_time)); in wait_clear_urbs()
/sound/pci/pcxhr/
Dpcxhr_core.c131 unsigned long end_time = jiffies + (time * HZ + 999) / 1000; in pcxhr_check_reg_bit() local
142 } while (time_after_eq(end_time, jiffies)); in pcxhr_check_reg_bit()
/sound/pci/ymfpci/
Dymfpci_main.c80 unsigned long end_time; in snd_ymfpci_codec_ready() local
83 end_time = jiffies + msecs_to_jiffies(750); in snd_ymfpci_codec_ready()
88 } while (time_before(jiffies, end_time)); in snd_ymfpci_codec_ready()
/sound/pci/cs46xx/
Dcs46xx_lib.c2398 unsigned long end_time; in snd_cs46xx_codec_reset() local
2420 end_time = jiffies + HZ; in snd_cs46xx_codec_reset()
2439 } while (time_after_eq(end_time, jiffies)); in snd_cs46xx_codec_reset()
/sound/pci/hda/
Dhda_codec.c2816 unsigned long end_time = jiffies + msecs_to_jiffies(500); in hda_sync_power_state() local
2827 if (time_after_eq(jiffies, end_time)) in hda_sync_power_state()