Home
last modified time | relevance | path

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

/Linux-v5.10/net/wireless/
Dreg.c3385 struct reg_beacon *reg_beacon, *btmp; in restore_regulatory_settings() local
3418 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in restore_regulatory_settings()
3424 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in restore_regulatory_settings()
3511 struct reg_beacon *reg_beacon, *btmp; in regulatory_hint_disconnect() local
3517 list_for_each_entry_safe(reg_beacon, btmp, in regulatory_hint_disconnect()
3524 list_for_each_entry_safe(reg_beacon, btmp, in regulatory_hint_disconnect()
4236 struct reg_beacon *reg_beacon, *btmp; in regulatory_exit() local
4251 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in regulatory_exit()
4256 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in regulatory_exit()
/Linux-v5.10/net/bluetooth/
Dmgmt.c6663 struct bdaddr_list *b, *btmp; in remove_device() local
6673 list_for_each_entry_safe(b, btmp, &hdev->whitelist, list) { in remove_device()