Searched refs:probe_loctl (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dlo.c564 struct b43_loctl *probe_loctl,
606 memcpy(&orig_loctl, probe_loctl, sizeof(struct b43_loctl));
622 memcpy(probe_loctl, &test_loctl,
653 struct b43_loctl probe_loctl; local
685 memcpy(&probe_loctl, &d.min_loctl,
688 lo_probe_possible_loctls(dev, &probe_loctl, &d);
691 if ((probe_loctl.i == d.min_loctl.i) &&
692 (probe_loctl.q == d.min_loctl.q))
694 memcpy(&d.min_loctl, &probe_loctl,
563 lo_probe_possible_loctls(struct b43_wldev *dev, struct b43_loctl *probe_loctl, struct b43_lo_g_statemachine *d) argument

Completed in 121 milliseconds