Searched refs:next_period (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/cris/
H A Ddv-rv.c366 unsigned32 next_period; member in struct:_hw_rv_device
664 rv->next_period = 1;
792 = hw_event_queue_schedule (me, rv->next_period, do_poll_event, NULL);
794 new_period = rv->next_period * 2;
796 rv->next_period = new_period;
1058 rv->next_period = 1;
1101 rv->next_period = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/cris/
H A Ddv-rv.c366 unsigned32 next_period; member in struct:_hw_rv_device
664 rv->next_period = 1;
792 = hw_event_queue_schedule (me, rv->next_period, do_poll_event, NULL);
794 new_period = rv->next_period * 2;
796 rv->next_period = new_period;
1058 rv->next_period = 1;
1101 rv->next_period = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/cris/
H A Ddv-rv.c366 unsigned32 next_period; member in struct:_hw_rv_device
664 rv->next_period = 1;
792 = hw_event_queue_schedule (me, rv->next_period, do_poll_event, NULL);
794 new_period = rv->next_period * 2;
796 rv->next_period = new_period;
1058 rv->next_period = 1;
1101 rv->next_period = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/atmel/
H A Dac97c.c662 int offset, next_period, block_size; local
679 next_period = chip->playback_period + 1;
680 if (next_period == runtime->periods)
681 next_period = 0;
683 offset = block_size * next_period;
701 next_period = chip->capture_period + 1;
702 if (next_period == runtime->periods)
703 next_period = 0;
705 offset = block_size * next_period;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/atmel/
H A Dac97c.c662 int offset, next_period, block_size; local
679 next_period = chip->playback_period + 1;
680 if (next_period == runtime->periods)
681 next_period = 0;
683 offset = block_size * next_period;
701 next_period = chip->capture_period + 1;
702 if (next_period == runtime->periods)
703 next_period = 0;
705 offset = block_size * next_period;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/spi/
H A Dat73c213.c364 int next_period; local
376 next_period = chip->period + 1;
377 if (next_period == runtime->periods)
378 next_period = 0;
380 offset = block_size * next_period;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/spi/
H A Dat73c213.c364 int next_period; local
376 next_period = chip->period + 1;
377 if (next_period == runtime->periods)
378 next_period = 0;
380 offset = block_size * next_period;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/cxgb3/
H A Dsge.c2879 unsigned long next_period; local
2893 next_period = TX_RECLAIM_PERIOD >>
2896 mod_timer(&qs->tx_reclaim_timer, jiffies + next_period);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dsge.c2879 unsigned long next_period; local
2893 next_period = TX_RECLAIM_PERIOD >>
2896 mod_timer(&qs->tx_reclaim_timer, jiffies + next_period);

Completed in 149 milliseconds