Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_sync.c512 cancel_delayed_work(&hdev->adv_instance_expire); in cancel_adv_timeout()
601 adv_instance_expire.work); in adv_timeout_expire()
634 INIT_DELAYED_WORK(&hdev->adv_instance_expire, adv_timeout_expire); in hci_cmd_sync_init()
1787 &hdev->adv_instance_expire, in hci_schedule_adv_instance_sync()
4968 cancel_delayed_work_sync(&hdev->adv_instance_expire); in hci_dev_close_sync()
Dhci_core.c1659 cancel_delayed_work(&hdev->adv_instance_expire); in hci_remove_adv_instance()
1689 cancel_delayed_work(&hdev->adv_instance_expire); in hci_adv_instances_clear()
Dmgmt.c1293 cancel_delayed_work(&hdev->adv_instance_expire); in cancel_adv_timeout()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h617 struct delayed_work adv_instance_expire; member