Lines Matching refs:pin_work
141 struct delayed_work pin_work;
531 cancel_delayed_work_sync(&priv->pin_work);
536 static void bcm_ptp_perout_work(struct work_struct *pin_work)
539 container_of(pin_work, struct bcm_ptp_private, pin_work.work);
581 schedule_delayed_work(&priv->pin_work, nsecs_to_jiffies(next));
623 cancel_delayed_work_sync(&priv->pin_work);
626 INIT_DELAYED_WORK(&priv->pin_work, bcm_ptp_perout_work);
627 schedule_delayed_work(&priv->pin_work, 0);
632 static void bcm_ptp_extts_work(struct work_struct *pin_work)
635 container_of(pin_work, struct bcm_ptp_private, pin_work.work);
662 schedule_delayed_work(&priv->pin_work, HZ / 4);
673 cancel_delayed_work_sync(&priv->pin_work);
682 INIT_DELAYED_WORK(&priv->pin_work, bcm_ptp_extts_work);
683 schedule_delayed_work(&priv->pin_work, 0);