Searched refs:ipg_timer (Results 1 – 2 of 2) sorted by relevance
1185 del_timer_sync(&lp->ipg_data.ipg_timer); in amd8111e_close()1215 add_timer(&lp->ipg_data.ipg_timer); in amd8111e_open()1683 del_timer_sync(&lp->ipg_data.ipg_timer); in amd8111e_suspend()1728 mod_timer(&lp->ipg_data.ipg_timer, in amd8111e_resume()1803 mod_timer(&lp->ipg_data.ipg_timer, jiffies + (IPG_CONVERGE_TIME * HZ)); in amd8111e_config_ipg()1937 init_timer(&lp->ipg_data.ipg_timer); in amd8111e_probe_one()1938 lp->ipg_data.ipg_timer.data = (unsigned long) dev; in amd8111e_probe_one()1939 lp->ipg_data.ipg_timer.function = (void *)&amd8111e_config_ipg; in amd8111e_probe_one()1940 lp->ipg_data.ipg_timer.expires = jiffies + in amd8111e_probe_one()
750 struct timer_list ipg_timer; member