Searched refs:timer (Results 1 - 25 of 1608) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh/cpu-sh2a/
H A Dtimer.h1 #include <asm/cpu-sh2/timer.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/timers/
H A DMakefile5 obj-y := timer.o
7 obj-$(CONFIG_SH_TMU) += timer-tmu.o
8 obj-$(CONFIG_SH_MTU2) += timer-mtu2.o
9 obj-$(CONFIG_SH_CMT) += timer-cmt.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_timer.h3 * timer handling routines
28 * timer information definition
43 int snd_seq_oss_timer_start(struct seq_oss_timer *timer);
44 int snd_seq_oss_timer_stop(struct seq_oss_timer *timer);
45 int snd_seq_oss_timer_continue(struct seq_oss_timer *timer);
46 int snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value);
49 int snd_seq_oss_timer_ioctl(struct seq_oss_timer *timer, unsigned int cmd, int __user *arg);
55 snd_seq_oss_timer_cur_tick(struct seq_oss_timer *timer) argument
57 return timer->cur_tick;
65 snd_seq_oss_timer_is_realtime(struct seq_oss_timer *timer) argument
[all...]
H A Dseq_oss_timer.c36 static void calc_alsa_tempo(struct seq_oss_timer *timer);
41 * create and register a new timer.
66 * delete timer.
67 * if no more timer exists, stop the queue.
82 * 0 : not a timer event -- enqueue this event
128 calc_alsa_tempo(struct seq_oss_timer *timer) argument
130 timer->tempo = (60 * 1000000) / timer->oss_tempo;
131 timer->ppq = timer
159 snd_seq_oss_timer_start(struct seq_oss_timer *timer) argument
184 snd_seq_oss_timer_stop(struct seq_oss_timer *timer) argument
198 snd_seq_oss_timer_continue(struct seq_oss_timer *timer) argument
212 snd_seq_oss_timer_tempo(struct seq_oss_timer *timer, int value) argument
230 snd_seq_oss_timer_ioctl(struct seq_oss_timer *timer, unsigned int cmd, int __user *arg) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtimer.h39 void fastcall init_timer(struct timer_list * timer);
40 void fastcall init_timer_deferrable(struct timer_list *timer);
42 static inline void setup_timer(struct timer_list * timer, argument
46 timer->function = function;
47 timer->data = data;
48 init_timer(timer);
52 * timer_pending - is a timer pending?
53 * @timer: the timer in question
55 * timer_pending will tell whether a given timer i
61 timer_pending(const struct timer_list * timer) argument
99 timer_stats_account_timer(struct timer_list *timer) argument
108 timer_stats_timer_set_start_info(struct timer_list *timer) argument
113 timer_stats_timer_clear_start_info(struct timer_list *timer) argument
122 timer_stats_account_timer(struct timer_list *timer) argument
126 timer_stats_timer_set_start_info(struct timer_list *timer) argument
130 timer_stats_timer_clear_start_info(struct timer_list *timer) argument
151 add_timer(struct timer_list *timer) argument
[all...]
H A Dhrtimer.h49 * does not restart the timer
61 * Values to track state of the timer
74 * SMP. It happens for example when a posix timer expired and the callback
75 * queued a signal. Between dropping the lock which protects the posix timer
77 * signal and rearm the timer. We have to preserve the callback running state,
78 * as otherwise the timer could be removed before the softirq code finishes the
79 * the handling of the timer.
96 * which the timer is based.
97 * @function: timer expiry callback function
98 * @base: pointer to the timer bas
137 struct hrtimer timer; member in struct:hrtimer_sleeper
215 hrtimer_cb_get_time(struct hrtimer *timer) argument
246 hrtimer_cb_get_time(struct hrtimer *timer) argument
268 hrtimer_restart(struct hrtimer *timer) argument
283 hrtimer_active(const struct hrtimer *timer) argument
291 hrtimer_is_queued(struct hrtimer *timer) argument
334 timer_stats_account_hrtimer(struct hrtimer *timer) argument
343 timer_stats_hrtimer_set_start_info(struct hrtimer *timer) argument
348 timer_stats_hrtimer_clear_start_info(struct hrtimer *timer) argument
353 timer_stats_account_hrtimer(struct hrtimer *timer) argument
357 timer_stats_hrtimer_set_start_info(struct hrtimer *timer) argument
361 timer_stats_hrtimer_clear_start_info(struct hrtimer *timer) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/sunrpc/
H A Dtimer.h2 * linux/include/linux/sunrpc/timer.h
4 * Declarations for the RPC transport timer.
23 extern void rpc_update_rtt(struct rpc_rtt *rt, unsigned timer, long m);
24 extern unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned timer);
26 static inline void rpc_set_timeo(struct rpc_rtt *rt, int timer, int ntimeo) argument
29 if (!timer)
31 t = &rt->ntimeouts[timer-1];
42 static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer) argument
44 if (!timer)
46 return rt->ntimeouts[timer
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Ddmtimer.h37 /* timer interrupt enable bits */
54 void omap_dm_timer_free(struct omap_dm_timer *timer);
55 void omap_dm_timer_enable(struct omap_dm_timer *timer);
56 void omap_dm_timer_disable(struct omap_dm_timer *timer);
58 int omap_dm_timer_get_irq(struct omap_dm_timer *timer);
61 struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *timer);
63 void omap_dm_timer_trigger(struct omap_dm_timer *timer);
64 void omap_dm_timer_start(struct omap_dm_timer *timer);
65 void omap_dm_timer_stop(struct omap_dm_timer *timer);
67 void omap_dm_timer_set_source(struct omap_dm_timer *timer, in
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/platform/h8300h/aki3068net/
H A DMakefile6 obj-y := timer.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/platform/h8300h/h8max/
H A DMakefile6 obj-y := timer.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-omap/
H A Ddmtimer.c56 /* timer control reg bits */
68 #define OMAP_TIMER_CTRL_ST (1 << 0) /* start timer */
134 static inline u32 omap_dm_timer_read_reg(struct omap_dm_timer *timer, int reg) argument
136 return readl(timer->io_base + reg);
139 static void omap_dm_timer_write_reg(struct omap_dm_timer *timer, int reg, u32 value) argument
141 writel(value, timer->io_base + reg);
142 while (omap_dm_timer_read_reg(timer, OMAP_TIMER_WRITE_PEND_REG))
146 static void omap_dm_timer_wait_for_reset(struct omap_dm_timer *timer) argument
151 while (!(omap_dm_timer_read_reg(timer, OMAP_TIMER_SYS_STAT_REG) & 1)) {
160 static void omap_dm_timer_reset(struct omap_dm_timer *timer) argument
183 omap_dm_timer_prepare(struct omap_dm_timer *timer) argument
191 struct omap_dm_timer *timer = NULL; local
214 struct omap_dm_timer *timer; local
235 omap_dm_timer_free(struct omap_dm_timer *timer) argument
245 omap_dm_timer_enable(struct omap_dm_timer *timer) argument
256 omap_dm_timer_disable(struct omap_dm_timer *timer) argument
267 omap_dm_timer_get_irq(struct omap_dm_timer *timer) argument
274 omap_dm_timer_get_fclk(struct omap_dm_timer *timer) argument
309 omap_dm_timer_get_fclk(struct omap_dm_timer *timer) argument
323 omap_dm_timer_trigger(struct omap_dm_timer *timer) argument
328 omap_dm_timer_start(struct omap_dm_timer *timer) argument
339 omap_dm_timer_stop(struct omap_dm_timer *timer) argument
352 omap_dm_timer_set_source(struct omap_dm_timer *timer, int source) argument
364 omap_dm_timer_set_source(struct omap_dm_timer *timer, int source) argument
380 omap_dm_timer_set_load(struct omap_dm_timer *timer, int autoreload, unsigned int load) argument
395 omap_dm_timer_set_match(struct omap_dm_timer *timer, int enable, unsigned int match) argument
410 omap_dm_timer_set_pwm(struct omap_dm_timer *timer, int def_on, int toggle, int trigger) argument
426 omap_dm_timer_set_prescaler(struct omap_dm_timer *timer, int prescaler) argument
439 omap_dm_timer_set_int_enable(struct omap_dm_timer *timer, unsigned int value) argument
446 omap_dm_timer_read_status(struct omap_dm_timer *timer) argument
455 omap_dm_timer_write_status(struct omap_dm_timer *timer, unsigned int value) argument
460 omap_dm_timer_read_counter(struct omap_dm_timer *timer) argument
469 omap_dm_timer_write_counter(struct omap_dm_timer *timer, unsigned int value) argument
479 struct omap_dm_timer *timer; local
496 struct omap_dm_timer *timer; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_timer.c33 static int snd_gf1_timer1_start(struct snd_timer * timer) argument
40 gus = snd_timer_chip(timer);
42 ticks = timer->sticks;
44 snd_gf1_write8(gus, SNDRV_GF1_GB_ADLIB_TIMER_1, 256 - ticks); /* timer 1 count */
45 snd_gf1_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, tmp); /* enable timer 1 IRQ */
46 snd_gf1_adlib_write(gus, 0x04, tmp >> 2); /* timer 2 start */
51 static int snd_gf1_timer1_stop(struct snd_timer * timer) argument
57 gus = snd_timer_chip(timer);
60 snd_gf1_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, tmp); /* disable timer #1 */
69 static int snd_gf1_timer2_start(struct snd_timer * timer) argument
87 snd_gf1_timer2_stop(struct snd_timer * timer) argument
107 struct snd_timer *timer = gus->gf1.timer1; local
116 struct snd_timer *timer = gus->gf1.timer2; local
145 snd_gf1_timer1_free(struct snd_timer *timer) argument
151 snd_gf1_timer2_free(struct snd_timer *timer) argument
159 struct snd_timer *timer; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Dv850e_timer_d.c20 /* Start interval timer TIMER (0-3). The timer will issue the
23 void v850e_timer_d_configure (unsigned timer, unsigned rate) argument
27 /* Calculate params for timer. */
33 "Cannot find interval timer %d setting suitable"
36 timer, rate,
39 /* Do the actual hardware timer initialization: */
41 /* Enable timer. */
42 V850E_TIMER_D_TMCD(timer) = V850E_TIMER_D_TMCD_CAE;
44 V850E_TIMER_D_TMCD(timer)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/
H A Do_time.h64 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Do_time.h64 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/platform/h8300h/generic/
H A DMakefile6 obj-y := timer.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/platform/h8s/edosk2674/
H A DMakefile6 obj-y := timer.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/platform/h8s/generic/
H A DMakefile6 obj-y := timer.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dtimer.c31 #include <sound/timer.h>
48 MODULE_DESCRIPTION("ALSA timer interface");
84 static int snd_timer_free(struct snd_timer *timer);
89 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left);
92 * create a timer instance with the given owner string.
93 * when timer is not NULL, increments the module counter
96 struct snd_timer *timer)
113 timeri->timer = timer;
114 if (timer
95 snd_timer_instance_new(char *owner, struct snd_timer *timer) argument
128 struct snd_timer *timer = NULL; local
178 struct snd_timer *timer; local
232 struct snd_timer *timer; local
305 struct snd_timer *timer = NULL; local
363 struct snd_timer * timer; local
377 struct snd_timer *timer; local
405 snd_timer_start1(struct snd_timer *timer, struct snd_timer_instance *timeri, unsigned long sticks) argument
444 struct snd_timer *timer; local
470 struct snd_timer *timer; local
518 struct snd_timer *timer; local
538 struct snd_timer *timer; local
573 snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left) argument
606 struct snd_timer *timer = (struct snd_timer *) arg; local
641 snd_timer_interrupt(struct snd_timer * timer, unsigned long ticks_left) argument
749 struct snd_timer *timer; local
791 snd_timer_free(struct snd_timer *timer) argument
817 struct snd_timer *timer = device->device_data; local
823 struct snd_timer *timer = dev->device_data; local
863 struct snd_timer *timer = device->device_data; local
870 snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp) argument
914 snd_timer_global_free(struct snd_timer *timer) argument
919 snd_timer_global_register(struct snd_timer *timer) argument
941 struct snd_timer *timer = (struct snd_timer *)data; local
949 snd_timer_s_start(struct snd_timer * timer) argument
968 snd_timer_s_stop(struct snd_timer * timer) argument
993 snd_timer_free_system(struct snd_timer *timer) argument
1000 struct snd_timer *timer; local
1030 struct snd_timer *timer; local
1270 snd_timer_user_copy_id(struct snd_timer_id *id, struct snd_timer *timer) argument
1282 struct snd_timer *timer; local
1945 struct snd_timer *timer = list_entry(p, struct snd_timer, device_list); local
[all...]
H A Dpcm_timer.c26 #include <sound/timer.h>
70 snd_printk(KERN_ERR "pcm timer resolution out of range (rate = %u, period_size = %lu)\n", runtime->rate, runtime->period_size);
77 static unsigned long snd_pcm_timer_resolution(struct snd_timer * timer) argument
81 substream = timer->private_data;
85 static int snd_pcm_timer_start(struct snd_timer * timer) argument
90 substream = snd_timer_chip(timer);
97 static int snd_pcm_timer_stop(struct snd_timer * timer) argument
102 substream = snd_timer_chip(timer);
123 static void snd_pcm_timer_free(struct snd_timer *timer) argument
125 struct snd_pcm_substream *substream = timer
132 struct snd_timer *timer; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dhrtimer.c11 * kernel/timer.c, hrtimers provide finer resolution and accuracy
23 * based on kernel/timer.c
81 * The timer bases:
83 * Note: If we want to add new timer bases, we have to skip the two
160 * Helper function to check, whether the timer is running the callback
163 static inline int hrtimer_callback_running(struct hrtimer *timer) argument
165 return timer->state & HRTIMER_STATE_CALLBACK;
176 * means that all timers which are tied to this base via timer->base are
182 * When the timer's base is locked, and the timer remove
187 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) argument
209 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base) argument
242 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) argument
362 struct hrtimer *timer; local
385 hrtimer_reprogram(struct hrtimer *timer, struct hrtimer_clock_base *base) argument
479 hrtimer_cb_pending(const struct hrtimer *timer) argument
487 hrtimer_remove_cb_pending(struct hrtimer *timer) argument
505 hrtimer_init_timer_hres(struct hrtimer *timer) argument
516 hrtimer_enqueue_reprogram(struct hrtimer *timer, struct hrtimer_clock_base *base) argument
593 hrtimer_enqueue_reprogram(struct hrtimer *timer, struct hrtimer_clock_base *base) argument
598 hrtimer_cb_pending(struct hrtimer *timer) argument
599 hrtimer_remove_cb_pending(struct hrtimer *timer) argument
601 hrtimer_init_timer_hres(struct hrtimer *timer) argument
606 __timer_stats_hrtimer_set_start_info(struct hrtimer *timer, void *addr) argument
621 unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) argument
636 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) argument
680 enqueue_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, int reprogram) argument
742 __remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, unsigned long newstate, int reprogram) argument
769 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base) argument
802 hrtimer_start(struct hrtimer *timer, ktime_t tim, const enum hrtimer_mode mode) argument
856 hrtimer_try_to_cancel(struct hrtimer *timer) argument
882 hrtimer_cancel(struct hrtimer *timer) argument
898 hrtimer_get_remaining(const struct hrtimer *timer) argument
931 struct hrtimer *timer; local
958 hrtimer_init(struct hrtimer *timer, clockid_t clock_id, enum hrtimer_mode mode) argument
1033 struct hrtimer *timer; local
1098 struct hrtimer *timer; local
1154 struct hrtimer *timer; local
1220 hrtimer_wakeup(struct hrtimer *timer) argument
1364 struct hrtimer *timer; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/emu10k1/
H A Dtimer.c33 static int snd_emu10k1_timer_start(struct snd_timer *timer) argument
39 emu = snd_timer_chip(timer);
40 delay = timer->sticks - 1;
50 static int snd_emu10k1_timer_stop(struct snd_timer *timer) argument
55 emu = snd_timer_chip(timer);
62 static int snd_emu10k1_timer_precise_resolution(struct snd_timer *timer, argument
81 struct snd_timer *timer = NULL; local
90 if ((err = snd_timer_new(emu->card, "EMU10K1", &tid, &timer)) >= 0) {
91 strcpy(timer->name, "EMU10K1 timer");
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/include/skas/
H A Dstub-data.h14 struct itimerval timer; member in struct:stub_data
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dtimer.h2 * include/asm-s390/timer.h
5 * Virtual CPU timer
15 #include <linux/timer.h>
42 extern void init_virt_timer(struct vtimer_list *timer);
45 extern int mod_virt_timer(struct vtimer_list *timer, __u64 expires);
46 extern int del_virt_timer(struct vtimer_list *timer);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dvtime.c3 * Virtual cpu timer based timer functions.
24 #include <asm/timer.h>
38 __u64 timer, clock; local
41 timer = S390_lowcore.last_update_timer;
43 asm volatile (" STPT %0\n" /* Store current cpu timer value */
47 S390_lowcore.system_timer += timer - S390_lowcore.last_update_timer;
82 __u64 timer; local
84 timer = S390_lowcore.last_update_timer;
85 asm volatile (" STPT %0" /* Store current cpu timer valu
107 __u64 timer; local
122 __u64 timer; local
195 list_add_sorted(struct vtimer_list *timer, struct list_head *head) argument
300 init_virt_timer(struct vtimer_list *timer) argument
308 vtimer_pending(struct vtimer_list *timer) argument
316 internal_add_vtimer(struct vtimer_list *timer) argument
361 prepare_vtimer(struct vtimer_list *timer) argument
387 struct vtimer_list *timer; local
404 struct vtimer_list *timer; local
425 mod_virt_timer(struct vtimer_list *timer, __u64 expires) argument
493 del_virt_timer(struct vtimer_list *timer) argument
[all...]

Completed in 222 milliseconds

1234567891011>>