Lines Matching refs:timeout_work
460 struct delayed_work timeout_work; member
681 cancel_delayed_work(&trf->timeout_work); in trf7970a_send_err_upstream()
742 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in trf7970a_transmit()
768 schedule_delayed_work(&trf->timeout_work, in trf7970a_fill_fifo()
860 schedule_delayed_work(&trf->timeout_work, in trf7970a_drain_fifo()
909 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
919 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
939 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
993 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
1002 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
1044 schedule_delayed_work(&trf->timeout_work, in trf7970a_issue_eof()
1051 timeout_work.work); in trf7970a_timeout_work_handler()
1836 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in _trf7970a_tg_listen()
1905 trf->ignore_timeout = !cancel_delayed_work(&trf->timeout_work); in trf7970a_abort_cmd()
2136 INIT_DELAYED_WORK(&trf->timeout_work, trf7970a_timeout_work_handler); in trf7970a_probe()