Home
last modified time | relevance | path

Searched refs:t_next (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/sound/soc/meson/
Daxg-spdifin.c189 unsigned int rate, t_next; in axg_spdifin_sample_mode_config() local
215 t_next = axg_spdifin_mode_timer(priv, i, rate); in axg_spdifin_sample_mode_config()
216 axg_spdifin_write_timer(priv->map, i, t_next); in axg_spdifin_sample_mode_config()
230 axg_spdifin_write_threshold(priv->map, i, t + t_next); in axg_spdifin_sample_mode_config()
233 t_next = t; in axg_spdifin_sample_mode_config()
/Linux-v5.15/fs/proc/
Dproc_tty.c112 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
124 .next = t_next,
/Linux-v5.15/kernel/trace/
Dtrace_printk.c305 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next() function
355 .next = t_next,
Dtrace_stack.c388 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
471 .next = t_next,
Dtrace_events.c1180 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
1212 file = t_next(m, file, &l); in t_start()
2013 .next = t_next,
Dtrace.c4970 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
4992 for (; t && l < *pos; t = t_next(m, t, &l)) in t_start()
5021 .next = t_next,
Dftrace.c3510 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function
3686 .next = t_next,
/Linux-v5.15/drivers/net/fddi/skfp/
Dpcmplc.c384 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-v5.15/drivers/net/fddi/skfp/h/
Dsmc.h223 u_long t_next[NUMBITS] ; member
/Linux-v5.15/drivers/staging/gdm724x/
Dgdm_usb.c252 struct usb_tx *t, *t_next; in release_usb() local
263 list_for_each_entry_safe(t, t_next, &tx->hci_list, list) { in release_usb()
/Linux-v5.15/net/mac80211/
Dtx.c3915 struct txq_info *t_prev, *t_next; in ieee80211_resort_txq() local
3930 t_next = container_of(n_next, struct txq_info, in ieee80211_resort_txq()
3932 a_next = to_airtime_info(&t_next->txq); in ieee80211_resort_txq()