Searched refs:adv_instance_expire (Results 1 – 3 of 3) sorted by relevance
1684 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()
1522 &hdev->adv_instance_expire, in schedule_adv_instance()1545 cancel_delayed_work(&hdev->adv_instance_expire); in cancel_adv_timeout()
386 struct delayed_work adv_instance_expire; member