Searched refs:tmp_control (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/wireless/b43legacy/ | 
| D | phy.c | 1501 	struct b43legacy_lopair *tmp_control;  in b43legacy_phy_lo_g_measure()  local 1575 				tmp_control = b43legacy_get_lopair(phy, oldi,  in b43legacy_phy_lo_g_measure() 1577 				memcpy(&control, tmp_control, sizeof(control));  in b43legacy_phy_lo_g_measure() 1579 				tmp_control = b43legacy_get_lopair(phy, 3, 0);  in b43legacy_phy_lo_g_measure() 1580 				memcpy(&control, tmp_control, sizeof(control));  in b43legacy_phy_lo_g_measure() 1597 				tmp_control = b43legacy_get_lopair(phy, i,  in b43legacy_phy_lo_g_measure() 1599 				if (!tmp_control->used)  in b43legacy_phy_lo_g_measure() 1601 				memcpy(&control, tmp_control, sizeof(control));  in b43legacy_phy_lo_g_measure() 1617 			tmp_control = b43legacy_get_lopair(phy, i, j * 2);  in b43legacy_phy_lo_g_measure() 1618 			b43legacy_phy_lo_g_state(dev, &control, tmp_control,  in b43legacy_phy_lo_g_measure() [all …] 
 |