Searched refs:t_next (Results 1 – 9 of 9) sorted by relevance
/linux/sound/soc/meson/ |
H A D | axg-spdifin.c | 161 unsigned int rate, t_next; in axg_spdifin_sample_mode_config() local 187 t_next = axg_spdifin_mode_timer(priv, i, rate); in axg_spdifin_sample_mode_config() 188 axg_spdifin_write_timer(priv->map, i, t_next); in axg_spdifin_sample_mode_config() 202 axg_spdifin_write_threshold(priv->map, i, 3 * (t + t_next)); in axg_spdifin_sample_mode_config() 205 t_next = t; in axg_spdifin_sample_mode_config()
|
/linux/fs/proc/ |
H A D | proc_tty.c | 110 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 122 .next = t_next,
|
/linux/kernel/trace/ |
H A D | trace_printk.c | 305 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next() function 355 .next = t_next,
|
H A D | trace_stack.c | 388 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 471 .next = t_next,
|
H A D | trace_events.c | 1514 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 1546 file = t_next(m, file, &l); in t_start() 2462 .next = t_next,
|
H A D | trace.c | 4874 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 4896 for (; t && l < *pos; t = t_next(m, t, &l)) in t_start() 4925 .next = t_next,
|
H A D | ftrace.c | 4113 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 4408 .next = t_next,
|
/linux/drivers/net/fddi/skfp/ |
H A D | pcmplc.c | 384 phy->t_next[i] = 0 ; in pcm_init() 1331 phy->t_next[7] = smc->s.pcm_lc_short ; in pc_rcode_actions() 1335 phy->t_next[7] = smc->s.pcm_lc_medium ; in pc_rcode_actions() 1339 phy->t_next[7] = smc->s.pcm_lc_long ; in pc_rcode_actions() 1343 phy->t_next[7] = smc->s.pcm_lc_extended ; in pc_rcode_actions() 1346 if (phy->t_next[7] > smc->s.pcm_lc_medium) { in pc_rcode_actions() 1347 start_pcm_timer0(smc,phy->t_next[7],PC_TIMEOUT_LCT,phy); in pc_rcode_actions() 1349 DB_PCMN(1, "LCT timer = %ld us", phy->t_next[7]); in pc_rcode_actions() 1350 phy->t_next[9] = smc->s.pcm_t_next_9 ; in pc_rcode_actions()
|
/linux/drivers/net/fddi/skfp/h/ |
H A D | smc.h | 223 u_long t_next[NUMBITS] ; member
|