Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dreg.c3477 struct reg_beacon *reg_beacon, *btmp; in restore_regulatory_settings() local
3510 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in restore_regulatory_settings()
3516 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in restore_regulatory_settings()
3601 struct reg_beacon *reg_beacon, *btmp; in regulatory_hint_disconnect() local
3607 list_for_each_entry_safe(reg_beacon, btmp, in regulatory_hint_disconnect()
3614 list_for_each_entry_safe(reg_beacon, btmp, in regulatory_hint_disconnect()
4345 struct reg_beacon *reg_beacon, *btmp; in regulatory_exit() local
4360 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in regulatory_exit()
4365 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in regulatory_exit()
/linux/net/bluetooth/
H A Dmgmt.c7885 struct bdaddr_list *b, *btmp; in remove_device() local
7895 list_for_each_entry_safe(b, btmp, &hdev->accept_list, list) { in remove_device()