Home
last modified time | relevance | path

Searched refs:btmp (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/wireless/
H A Dreg.c3498 struct reg_beacon *reg_beacon, *btmp; in restore_regulatory_settings() local
3531 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in restore_regulatory_settings()
3537 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in restore_regulatory_settings()
3622 struct reg_beacon *reg_beacon, *btmp; in regulatory_hint_disconnect() local
3628 list_for_each_entry_safe(reg_beacon, btmp, in regulatory_hint_disconnect()
3635 list_for_each_entry_safe(reg_beacon, btmp, in regulatory_hint_disconnect()
4364 struct reg_beacon *reg_beacon, *btmp; in regulatory_exit() local
4379 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in regulatory_exit()
4384 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in regulatory_exit()
/linux-6.15/net/bluetooth/
H A Dmgmt.c7744 struct bdaddr_list *b, *btmp; in remove_device() local
7754 list_for_each_entry_safe(b, btmp, &hdev->accept_list, list) { in remove_device()