Home
last modified time | relevance | path

Searched refs:adv_instance_expire (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dhci_core.c1684 cancel_delayed_work_sync(&hdev->adv_instance_expire); in hci_dev_do_close()
2250 hdev = container_of(work, struct hci_dev, adv_instance_expire.work); in hci_adv_timeout_expire()
2761 cancel_delayed_work(&hdev->adv_instance_expire); in hci_remove_adv_instance()
2779 cancel_delayed_work(&hdev->adv_instance_expire); in hci_adv_instances_clear()
3303 INIT_DELAYED_WORK(&hdev->adv_instance_expire, hci_adv_timeout_expire); in hci_alloc_dev()
Dmgmt.c1522 &hdev->adv_instance_expire, in schedule_adv_instance()
1545 cancel_delayed_work(&hdev->adv_instance_expire); in cancel_adv_timeout()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h386 struct delayed_work adv_instance_expire; member