Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c1134 cancel_delayed_work(&hdev->adv_instance_expire); in cancel_adv_timeout()
1856 adv_instance_expire.work); in adv_timeout_expire()
2239 &hdev->adv_instance_expire, in __hci_req_schedule_adv_instance()
3310 INIT_DELAYED_WORK(&hdev->adv_instance_expire, adv_timeout_expire); in hci_request_setup()
3327 cancel_delayed_work_sync(&hdev->adv_instance_expire); in hci_request_cancel_all()
H A Dhci_core.c2909 cancel_delayed_work(&hdev->adv_instance_expire); in hci_remove_adv_instance()
2939 cancel_delayed_work(&hdev->adv_instance_expire); in hci_adv_instances_clear()
H A Dmgmt.c1161 cancel_delayed_work(&hdev->adv_instance_expire); in cancel_adv_timeout()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h539 struct delayed_work adv_instance_expire; member