Home
last modified time | relevance | path

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

/net/wireless/
Dreg.c3500 struct reg_beacon *reg_beacon, *btmp; in restore_regulatory_settings() local
3533 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in restore_regulatory_settings()
3539 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in restore_regulatory_settings()
3626 struct reg_beacon *reg_beacon, *btmp; in regulatory_hint_disconnect() local
3632 list_for_each_entry_safe(reg_beacon, btmp, in regulatory_hint_disconnect()
3639 list_for_each_entry_safe(reg_beacon, btmp, in regulatory_hint_disconnect()
4369 struct reg_beacon *reg_beacon, *btmp; in regulatory_exit() local
4384 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in regulatory_exit()
4389 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in regulatory_exit()
/net/bluetooth/
Dmgmt.c6945 struct bdaddr_list *b, *btmp; in remove_device() local
6955 list_for_each_entry_safe(b, btmp, &hdev->accept_list, list) { in remove_device()