Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dhci_sync.c515 cancel_delayed_work(&hdev->adv_instance_expire); in cancel_adv_timeout()
604 adv_instance_expire.work); in adv_timeout_expire()
636 INIT_DELAYED_WORK(&hdev->adv_instance_expire, adv_timeout_expire); in hci_cmd_sync_init()
1758 &hdev->adv_instance_expire, in hci_schedule_adv_instance_sync()
4778 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.c1275 cancel_delayed_work(&hdev->adv_instance_expire); in cancel_adv_timeout()
/Linux-v6.1/include/net/bluetooth/
Dhci_core.h612 struct delayed_work adv_instance_expire; member