Lines Matching refs:b43_loctl
58 static void b43_lo_write(struct b43_wldev *dev, struct b43_loctl *control) in b43_lo_write()
572 struct b43_loctl min_loctl;
577 struct b43_loctl *probe_loctl, in lo_probe_possible_loctls()
582 struct b43_loctl test_loctl; in lo_probe_possible_loctls()
583 struct b43_loctl orig_loctl; in lo_probe_possible_loctls()
584 struct b43_loctl prev_loctl = { in lo_probe_possible_loctls()
593 static const struct b43_loctl modifiers[] = { in lo_probe_possible_loctls()
619 memcpy(&orig_loctl, probe_loctl, sizeof(struct b43_loctl)); in lo_probe_possible_loctls()
624 memcpy(&test_loctl, &orig_loctl, sizeof(struct b43_loctl)); in lo_probe_possible_loctls()
636 sizeof(struct b43_loctl)); in lo_probe_possible_loctls()
658 struct b43_loctl *loctl, in lo_probe_loctls_statemachine()
666 struct b43_loctl probe_loctl; in lo_probe_loctls_statemachine()
674 memcpy(&d.min_loctl, loctl, sizeof(struct b43_loctl)); in lo_probe_loctls_statemachine()
699 sizeof(struct b43_loctl)); in lo_probe_loctls_statemachine()
708 sizeof(struct b43_loctl)); in lo_probe_loctls_statemachine()
711 memcpy(loctl, &d.min_loctl, sizeof(struct b43_loctl)); in lo_probe_loctls_statemachine()
739 struct b43_loctl loctl = { in b43_calibrate_lo_setting()