Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dreg.c3496 struct reg_beacon *reg_beacon, *btmp; in restore_regulatory_settings() local
3529 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in restore_regulatory_settings()
3535 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in restore_regulatory_settings()
3620 struct reg_beacon *reg_beacon, *btmp; in regulatory_hint_disconnect() local
3626 list_for_each_entry_safe(reg_beacon, btmp, in regulatory_hint_disconnect()
3633 list_for_each_entry_safe(reg_beacon, btmp, in regulatory_hint_disconnect()
4362 struct reg_beacon *reg_beacon, *btmp; in regulatory_exit() local
4377 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in regulatory_exit()
4382 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in regulatory_exit()
/linux/net/bluetooth/
H A Dmgmt.c7775 struct bdaddr_list *b, *btmp; in remove_device() local
7785 list_for_each_entry_safe(b, btmp, &hdev->accept_list, list) { in remove_device()