Lines Matching refs:timeout_work
454 struct delayed_work timeout_work; member
638 cancel_delayed_work(&trf->timeout_work); in trf7970a_send_err_upstream()
699 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in trf7970a_transmit()
725 schedule_delayed_work(&trf->timeout_work, in trf7970a_fill_fifo()
817 schedule_delayed_work(&trf->timeout_work, in trf7970a_drain_fifo()
866 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
876 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
896 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
951 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
960 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
1002 schedule_delayed_work(&trf->timeout_work, in trf7970a_issue_eof()
1009 timeout_work.work); in trf7970a_timeout_work_handler()
1786 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in _trf7970a_tg_listen()
1855 trf->ignore_timeout = !cancel_delayed_work(&trf->timeout_work); in trf7970a_abort_cmd()
2067 INIT_DELAYED_WORK(&trf->timeout_work, trf7970a_timeout_work_handler); in trf7970a_probe()