Lines Matching refs:timeout_work
456 struct delayed_work timeout_work; member
640 cancel_delayed_work(&trf->timeout_work); in trf7970a_send_err_upstream()
701 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in trf7970a_transmit()
727 schedule_delayed_work(&trf->timeout_work, in trf7970a_fill_fifo()
819 schedule_delayed_work(&trf->timeout_work, in trf7970a_drain_fifo()
868 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
878 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
898 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
953 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
962 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
1004 schedule_delayed_work(&trf->timeout_work, in trf7970a_issue_eof()
1011 timeout_work.work); in trf7970a_timeout_work_handler()
1788 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in _trf7970a_tg_listen()
1857 trf->ignore_timeout = !cancel_delayed_work(&trf->timeout_work); in trf7970a_abort_cmd()
2069 INIT_DELAYED_WORK(&trf->timeout_work, trf7970a_timeout_work_handler); in trf7970a_probe()