Lines Matching defs:tx_drain
303 struct udma_tx_drain tx_drain;
1078 uc->tx_drain.residue = bcnt - peer_bcnt;
1079 uc->tx_drain.tstamp = ktime_get();
1089 tx_drain.work.work);
1098 residue_diff = uc->tx_drain.residue;
1099 time_diff = uc->tx_drain.tstamp;
1112 time_diff = ktime_sub(uc->tx_drain.tstamp,
1114 residue_diff -= uc->tx_drain.residue;
1123 uc->tx_drain.residue;
1126 schedule_delayed_work(&uc->tx_drain.work, HZ);
1195 schedule_delayed_work(&uc->tx_drain.work,
2548 INIT_DELAYED_WORK_ONSTACK(&uc->tx_drain.work,
2712 INIT_DELAYED_WORK_ONSTACK(&uc->tx_drain.work,
3927 cancel_delayed_work(&uc->tx_drain.work);
3961 cancel_delayed_work_sync(&uc->tx_drain.work);
4055 cancel_delayed_work_sync(&uc->tx_drain.work);
5537 INIT_DELAYED_WORK(&uc->tx_drain.work, udma_check_tx_completion);