Lines Matching refs:t
1334 static enum hrtimer_restart fotg210_hrtimer_func(struct hrtimer *t) in fotg210_hrtimer_func() argument
1337 container_of(t, struct fotg210_hcd, hrtimer); in fotg210_hrtimer_func()
4428 u32 t; in itd_complete() local
4442 t = hc32_to_cpup(fotg210, &itd->hw_transaction[uframe]); in itd_complete()
4446 if (unlikely(t & ISO_ERRS)) { in itd_complete()
4448 if (t & FOTG210_ISOC_BUF_ERR) in itd_complete()
4452 else if (t & FOTG210_ISOC_BABBLE) in itd_complete()
4458 if (!(t & FOTG210_ISOC_BABBLE)) { in itd_complete()
4459 desc->actual_length = FOTG210_ITD_LENGTH(t); in itd_complete()
4462 } else if (likely((t & FOTG210_ISOC_ACTIVE) == 0)) { in itd_complete()
4464 desc->actual_length = FOTG210_ITD_LENGTH(t); in itd_complete()