Home
last modified time | relevance | path

Searched refs:wq_poll (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/typec/tipd/
H A Dcore.c187 struct delayed_work wq_poll; member
1052 struct tps6598x, wq_poll); in tps6598x_poll_work()
1056 &tps->wq_poll, msecs_to_jiffies(POLL_INTERVAL)); in tps6598x_poll_work()
1852 INIT_DELAYED_WORK(&tps->wq_poll, tps6598x_poll_work); in tps6598x_probe()
1853 queue_delayed_work(system_power_efficient_wq, &tps->wq_poll, in tps6598x_probe()
1893 cancel_delayed_work_sync(&tps->wq_poll); in tps6598x_remove()
1924 cancel_delayed_work_sync(&tps->wq_poll); in tps6598x_suspend()
1954 queue_delayed_work(system_power_efficient_wq, &tps->wq_poll, in tps6598x_resume()