Searched refs:ipg_data (Results 1 – 2 of 2) sorted by relevance
1192 del_timer_sync(&lp->ipg_data.ipg_timer); in amd8111e_close()1230 add_timer(&lp->ipg_data.ipg_timer); in amd8111e_open()1616 del_timer_sync(&lp->ipg_data.ipg_timer); in amd8111e_suspend()1661 mod_timer(&lp->ipg_data.ipg_timer, in amd8111e_resume()1670 struct amd8111e_priv *lp = from_timer(lp, t, ipg_data.ipg_timer); in amd8111e_config_ipg()1671 struct ipg_info *ipg_data = &lp->ipg_data; in amd8111e_config_ipg() local1673 unsigned int prev_col_cnt = ipg_data->col_cnt; in amd8111e_config_ipg()1678 ipg_data->ipg = DEFAULT_IPG; in amd8111e_config_ipg()1682 if(ipg_data->ipg_state == SSTATE){ in amd8111e_config_ipg()1684 if(ipg_data->timer_tick == IPG_STABLE_TIME){ in amd8111e_config_ipg()[all …]
787 struct ipg_info ipg_data; member