Home
last modified time | relevance | path

Searched refs:t_stop (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/fddi/skfp/
H A Dhwt.c63 smc->hw.t_stop = 0L ; in hwt_start()
118 smc->hw.t_stop = 0 ; in hwt_init()
169 smc->hw.t_stop = smc->hw.t_start ; in hwt_read()
172 smc->hw.t_stop = smc->hw.t_start - tr ; in hwt_read()
174 return smc->hw.t_stop; in hwt_read()
H A Ddrvfbi.c253 smc->hw.t_stop = smc->hw.t_start; in timer_irq()
/linux/fs/proc/
H A Dproc_tty.c115 static void t_stop(struct seq_file *m, void *v) in t_stop() function
123 .stop = t_stop,
/linux/kernel/trace/
H A Dtrace_printk.c348 static void t_stop(struct seq_file *m, void *p) in t_stop() function
357 .stop = t_stop,
H A Dtrace_stack.c408 static void t_stop(struct seq_file *m, void *p) in t_stop() function
472 .stop = t_stop,
H A Dtrace_events.c1639 static void t_stop(struct seq_file *m, void *p) in t_stop() function
1680 t_stop(m, NULL); in s_stop()
2464 .stop = t_stop,
H A Dftrace.c4204 static void t_stop(struct seq_file *m, void *p) in t_stop() function
4409 .stop = t_stop,
H A Dtrace.c4902 static void t_stop(struct seq_file *m, void *p) in t_stop() function
4926 .stop = t_stop,
/linux/drivers/net/fddi/skfp/h/
H A Dtargethw.h99 u_long t_stop ; /* HWT stop */ member