Searched refs:probe_loctl (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/wireless/broadcom/b43/ |
D | lo.c | 564 struct b43_loctl *probe_loctl, in lo_probe_possible_loctls() argument 606 memcpy(&orig_loctl, probe_loctl, sizeof(struct b43_loctl)); in lo_probe_possible_loctls() 622 memcpy(probe_loctl, &test_loctl, in lo_probe_possible_loctls() 653 struct b43_loctl probe_loctl; in lo_probe_loctls_statemachine() local 685 memcpy(&probe_loctl, &d.min_loctl, in lo_probe_loctls_statemachine() 688 lo_probe_possible_loctls(dev, &probe_loctl, &d); in lo_probe_loctls_statemachine() 691 if ((probe_loctl.i == d.min_loctl.i) && in lo_probe_loctls_statemachine() 692 (probe_loctl.q == d.min_loctl.q)) in lo_probe_loctls_statemachine() 694 memcpy(&d.min_loctl, &probe_loctl, in lo_probe_loctls_statemachine()
|