Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/fs/proc/
Dproc_tty.c115 static void t_stop(struct seq_file *m, void *v) in t_stop() function
123 .stop = t_stop,
/linux-4.4.14/drivers/net/fddi/skfp/h/
Dtargethw.h103 u_long t_stop ; /* HWT stop */ member
/linux-4.4.14/kernel/trace/
Dtrace_printk.c330 static void t_stop(struct seq_file *m, void *p) in t_stop() function
339 .stop = t_stop,
Dtrace_stack.c320 static void t_stop(struct seq_file *m, void *p) in t_stop() function
389 .stop = t_stop,
Dtrace_events.c944 static void t_stop(struct seq_file *m, void *p) in t_stop() function
1777 .stop = t_stop,
1784 .stop = t_stop,
Dftrace.c3217 static void t_stop(struct seq_file *m, void *p) in t_stop() function
3287 .stop = t_stop,
Dtrace.c3300 static void t_stop(struct seq_file *m, void *p) in t_stop() function
3324 .stop = t_stop,
/linux-4.4.14/drivers/media/pci/sta2x11/
Dsta2x11_vip.c664 unsigned int t_stop, b_stop, pitch; in vidioc_s_fmt_vid_cap() local
679 t_stop = ((vip->format.height / 2 - 1) << 16) | in vidioc_s_fmt_vid_cap()
681 b_stop = t_stop; in vidioc_s_fmt_vid_cap()
685 t_stop = ((vip->format.height - 1) << 16) | in vidioc_s_fmt_vid_cap()
691 t_stop = (0 << 16) | (2 * vip->format.width - 1); in vidioc_s_fmt_vid_cap()
707 reg_write(vip, DVP_TFS, t_stop); in vidioc_s_fmt_vid_cap()