Home
last modified time | relevance | path

Searched refs:t_stop (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dhwt.c67 smc->hw.t_stop = 0L ; in hwt_start()
122 smc->hw.t_stop = 0 ; in hwt_init()
173 smc->hw.t_stop = smc->hw.t_start ; in hwt_read()
176 smc->hw.t_stop = smc->hw.t_start - tr ; in hwt_read()
178 return smc->hw.t_stop; in hwt_read()
H A Ddrvfbi.c257 smc->hw.t_stop = smc->hw.t_start; in timer_irq()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/proc/
H A Dproc_tty.c117 static void t_stop(struct seq_file *m, void *v) in t_stop() function
125 .stop = t_stop,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_printk.c337 static void t_stop(struct seq_file *m, void *p) in t_stop() function
346 .stop = t_stop,
H A Dtrace_stack.c409 static void t_stop(struct seq_file *m, void *p) in t_stop() function
473 .stop = t_stop,
H A Dtrace_events.c1063 static void t_stop(struct seq_file *m, void *p) in t_stop() function
1814 .stop = t_stop,
1821 .stop = t_stop,
H A Dftrace.c3617 static void t_stop(struct seq_file *m, void *p) in t_stop() function
3703 .stop = t_stop,
H A Dtrace.c4743 static void t_stop(struct seq_file *m, void *p) in t_stop() function
4767 .stop = t_stop,
/kernel/linux/linux-6.6/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.c1304 static void t_stop(struct seq_file *m, void *p) in t_stop() function
2059 .stop = t_stop,
2066 .stop = t_stop,
H A Dftrace.c3692 static void t_stop(struct seq_file *m, void *p) in t_stop() function
3897 .stop = t_stop,
H A Dtrace.c5164 static void t_stop(struct seq_file *m, void *p) in t_stop() function
5188 .stop = t_stop,
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H A Dtargethw.h99 u_long t_stop ; /* HWT stop */ member
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H A Dtargethw.h99 u_long t_stop ; /* HWT stop */ member
/kernel/linux/linux-5.10/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c645 unsigned int t_stop, b_stop, pitch; in vidioc_s_fmt_vid_cap() local
660 t_stop = ((vip->format.height / 2 - 1) << 16) | in vidioc_s_fmt_vid_cap()
662 b_stop = t_stop; in vidioc_s_fmt_vid_cap()
666 t_stop = ((vip->format.height - 1) << 16) | in vidioc_s_fmt_vid_cap()
672 t_stop = (0 << 16) | (2 * vip->format.width - 1); in vidioc_s_fmt_vid_cap()
688 reg_write(vip, DVP_TFS, t_stop); in vidioc_s_fmt_vid_cap()
/kernel/linux/linux-6.6/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c642 unsigned int t_stop, b_stop, pitch; in vidioc_s_fmt_vid_cap() local
657 t_stop = ((vip->format.height / 2 - 1) << 16) | in vidioc_s_fmt_vid_cap()
659 b_stop = t_stop; in vidioc_s_fmt_vid_cap()
663 t_stop = ((vip->format.height - 1) << 16) | in vidioc_s_fmt_vid_cap()
669 t_stop = (0 << 16) | (2 * vip->format.width - 1); in vidioc_s_fmt_vid_cap()
685 reg_write(vip, DVP_TFS, t_stop); in vidioc_s_fmt_vid_cap()

Completed in 60 milliseconds