Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/fddi/skfp/
Dhwt.c71 smc->hw.t_stop = 0L ; in hwt_start()
126 smc->hw.t_stop = 0 ; in hwt_init()
177 smc->hw.t_stop = smc->hw.t_start ; in hwt_read()
180 smc->hw.t_stop = smc->hw.t_start - tr ; in hwt_read()
182 return smc->hw.t_stop; in hwt_read()
Ddrvfbi.c260 smc->hw.t_stop = smc->hw.t_start; in timer_irq()
/Linux-v4.19/fs/proc/
Dproc_tty.c117 static void t_stop(struct seq_file *m, void *v) in t_stop() function
125 .stop = t_stop,
/Linux-v4.19/kernel/trace/
Dtrace_printk.c336 static void t_stop(struct seq_file *m, void *p) in t_stop() function
345 .stop = t_stop,
Dtrace_stack.c317 static void t_stop(struct seq_file *m, void *p) in t_stop() function
383 .stop = t_stop,
Dtrace_events.c987 static void t_stop(struct seq_file *m, void *p) in t_stop() function
1681 .stop = t_stop,
1688 .stop = t_stop,
Dftrace.c3410 static void t_stop(struct seq_file *m, void *p) in t_stop() function
3488 .stop = t_stop,
Dtrace.c4113 static void t_stop(struct seq_file *m, void *p) in t_stop() function
4137 .stop = t_stop,
/Linux-v4.19/drivers/net/fddi/skfp/h/
Dtargethw.h103 u_long t_stop ; /* HWT stop */ member
/Linux-v4.19/drivers/media/pci/sta2x11/
Dsta2x11_vip.c667 unsigned int t_stop, b_stop, pitch; in vidioc_s_fmt_vid_cap() local
682 t_stop = ((vip->format.height / 2 - 1) << 16) | in vidioc_s_fmt_vid_cap()
684 b_stop = t_stop; in vidioc_s_fmt_vid_cap()
688 t_stop = ((vip->format.height - 1) << 16) | in vidioc_s_fmt_vid_cap()
694 t_stop = (0 << 16) | (2 * vip->format.width - 1); in vidioc_s_fmt_vid_cap()
710 reg_write(vip, DVP_TFS, t_stop); in vidioc_s_fmt_vid_cap()