Searched refs:pin_work (Results 1 – 1 of 1) sorted by relevance
141 struct delayed_work pin_work; member531 cancel_delayed_work_sync(&priv->pin_work); in bcm_ptp_cancel_func()536 static void bcm_ptp_perout_work(struct work_struct *pin_work) in bcm_ptp_perout_work() argument539 container_of(pin_work, struct bcm_ptp_private, pin_work.work); in bcm_ptp_perout_work()581 schedule_delayed_work(&priv->pin_work, nsecs_to_jiffies(next)); in bcm_ptp_perout_work()623 cancel_delayed_work_sync(&priv->pin_work); in bcm_ptp_perout_locked()626 INIT_DELAYED_WORK(&priv->pin_work, bcm_ptp_perout_work); in bcm_ptp_perout_locked()627 schedule_delayed_work(&priv->pin_work, 0); in bcm_ptp_perout_locked()632 static void bcm_ptp_extts_work(struct work_struct *pin_work) in bcm_ptp_extts_work() argument635 container_of(pin_work, struct bcm_ptp_private, pin_work.work); in bcm_ptp_extts_work()[all …]