Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c468 cancel_delayed_work(&hdev->adv_instance_expire); in cancel_adv_timeout()
557 adv_instance_expire.work); in adv_timeout_expire()
636 INIT_DELAYED_WORK(&hdev->adv_instance_expire, adv_timeout_expire); in hci_cmd_sync_init()
2000 &hdev->adv_instance_expire, in hci_schedule_adv_instance_sync()
5316 cancel_delayed_work_sync(&hdev->adv_instance_expire); in hci_dev_close_sync()
H A Dhci_core.c1647 cancel_delayed_work(&hdev->adv_instance_expire); in hci_remove_adv_instance()
1677 disable_delayed_work(&hdev->adv_instance_expire); in hci_adv_instances_clear()
H A Dmgmt.c1301 cancel_delayed_work(&hdev->adv_instance_expire); in cancel_adv_timeout()
/linux/include/net/bluetooth/
H A Dhci_core.h605 struct delayed_work adv_instance_expire; member