Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/fddi/skfp/
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()
A Ddrvfbi.c253 smc->hw.t_stop = smc->hw.t_start; in timer_irq()
/linux-6.3-rc2/fs/proc/
A Dproc_tty.c115 static void t_stop(struct seq_file *m, void *v) in t_stop() function
123 .stop = t_stop,
/linux-6.3-rc2/kernel/trace/
A Dtrace_printk.c348 static void t_stop(struct seq_file *m, void *p) in t_stop() function
357 .stop = t_stop,
A Dtrace_stack.c408 static void t_stop(struct seq_file *m, void *p) in t_stop() function
472 .stop = t_stop,
A Dtrace_events.c1299 static void t_stop(struct seq_file *m, void *p) in t_stop() function
2054 .stop = t_stop,
2061 .stop = t_stop,
A Dftrace.c3723 static void t_stop(struct seq_file *m, void *p) in t_stop() function
3924 .stop = t_stop,
A Dtrace.c5090 static void t_stop(struct seq_file *m, void *p) in t_stop() function
5114 .stop = t_stop,
/linux-6.3-rc2/drivers/net/fddi/skfp/h/
A Dtargethw.h99 u_long t_stop ; /* HWT stop */ member
/linux-6.3-rc2/drivers/media/pci/sta2x11/
A Dsta2x11_vip.c641 unsigned int t_stop, b_stop, pitch; in vidioc_s_fmt_vid_cap() local
656 t_stop = ((vip->format.height / 2 - 1) << 16) | in vidioc_s_fmt_vid_cap()
658 b_stop = t_stop; in vidioc_s_fmt_vid_cap()
662 t_stop = ((vip->format.height - 1) << 16) | in vidioc_s_fmt_vid_cap()
668 t_stop = (0 << 16) | (2 * vip->format.width - 1); in vidioc_s_fmt_vid_cap()
684 reg_write(vip, DVP_TFS, t_stop); in vidioc_s_fmt_vid_cap()

Completed in 46 milliseconds