Lines Matching refs:timeout_work
456 struct delayed_work timeout_work; member
647 cancel_delayed_work(&trf->timeout_work); in trf7970a_send_err_upstream()
707 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in trf7970a_transmit()
733 schedule_delayed_work(&trf->timeout_work, in trf7970a_fill_fifo()
826 schedule_delayed_work(&trf->timeout_work, in trf7970a_drain_fifo()
875 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
885 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
905 &trf->timeout_work); in trf7970a_irq()
960 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
969 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
1011 schedule_delayed_work(&trf->timeout_work, in trf7970a_issue_eof()
1018 timeout_work.work); in trf7970a_timeout_work_handler()
1775 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in _trf7970a_tg_listen()
1843 trf->ignore_timeout = !cancel_delayed_work(&trf->timeout_work); in trf7970a_abort_cmd()
2054 INIT_DELAYED_WORK(&trf->timeout_work, trf7970a_timeout_work_handler); in trf7970a_probe()