Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/ptp/
Dptp_idt82p33.c523 mod_delayed_work(system_wq, &channel->sync_tod_work, in idt82p33_sync_tod()
547 mod_delayed_work(system_wq, &channel->sync_tod_work, in idt82p33_sync_tod()
557 container_of(work, struct idt82p33_channel, sync_tod_work.work); in idt82p33_sync_tod_work_handler()
643 cancel_delayed_work_sync(&channel->sync_tod_work); in idt82p33_ptp_clock_unregister_all()
775 INIT_DELAYED_WORK(&channel->sync_tod_work, in idt82p33_channel_init()
Dptp_idt82p33.h123 struct delayed_work sync_tod_work; member