Searched refs:ipg_timer (Results 1 – 2 of 2) sorted by relevance
1177 del_timer_sync(&lp->ipg_data.ipg_timer); in amd8111e_close()1215 add_timer(&lp->ipg_data.ipg_timer); in amd8111e_open()1602 del_timer_sync(&lp->ipg_data.ipg_timer); in amd8111e_suspend()1636 mod_timer(&lp->ipg_data.ipg_timer, in amd8111e_resume()1645 struct amd8111e_priv *lp = from_timer(lp, t, ipg_data.ipg_timer); in amd8111e_config_ipg()1698 mod_timer(&lp->ipg_data.ipg_timer, jiffies + IPG_CONVERGE_JIFFIES); in amd8111e_config_ipg()1859 timer_setup(&lp->ipg_data.ipg_timer, amd8111e_config_ipg, 0); in amd8111e_probe_one()1860 lp->ipg_data.ipg_timer.expires = jiffies + in amd8111e_probe_one()
731 struct timer_list ipg_timer; member