Lines Matching refs:timeout_work
453 struct delayed_work timeout_work; member
637 cancel_delayed_work(&trf->timeout_work); in trf7970a_send_err_upstream()
698 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in trf7970a_transmit()
724 schedule_delayed_work(&trf->timeout_work, in trf7970a_fill_fifo()
816 schedule_delayed_work(&trf->timeout_work, in trf7970a_drain_fifo()
865 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
875 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
895 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
950 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
959 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
1001 schedule_delayed_work(&trf->timeout_work, in trf7970a_issue_eof()
1008 timeout_work.work); in trf7970a_timeout_work_handler()
1784 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in _trf7970a_tg_listen()
1853 trf->ignore_timeout = !cancel_delayed_work(&trf->timeout_work); in trf7970a_abort_cmd()
2065 INIT_DELAYED_WORK(&trf->timeout_work, trf7970a_timeout_work_handler); in trf7970a_probe()