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()539 container_of(pin_work, struct bcm_ptp_private, pin_work.work); in bcm_ptp_perout_work()624 cancel_delayed_work_sync(&priv->pin_work); in bcm_ptp_perout_locked()627 INIT_DELAYED_WORK(&priv->pin_work, bcm_ptp_perout_work); in bcm_ptp_perout_locked()628 schedule_delayed_work(&priv->pin_work, 0); in bcm_ptp_perout_locked()636 container_of(pin_work, struct bcm_ptp_private, pin_work.work); in bcm_ptp_extts_work()663 schedule_delayed_work(&priv->pin_work, HZ / 4); in bcm_ptp_extts_work()674 cancel_delayed_work_sync(&priv->pin_work); in bcm_ptp_extts_locked()683 INIT_DELAYED_WORK(&priv->pin_work, bcm_ptp_extts_work); in bcm_ptp_extts_locked()[all …]