Searched refs:discov_off (Results 1 – 3 of 3) sorted by relevance
1583 cancel_delayed_work(&hdev->discov_off); in hci_dev_do_close()2147 hdev = container_of(work, struct hci_dev, discov_off.work); in hci_discov_off()3071 INIT_DELAYED_WORK(&hdev->discov_off, hci_discov_off); in hci_alloc_dev()
1731 queue_delayed_work(hdev->workqueue, &hdev->discov_off, in set_discoverable_complete()1841 cancel_delayed_work(&hdev->discov_off); in set_discoverable()1846 queue_delayed_work(hdev->workqueue, &hdev->discov_off, in set_discoverable()1864 cancel_delayed_work(&hdev->discov_off); in set_discoverable()2110 cancel_delayed_work(&hdev->discov_off); in set_connectable()
314 struct delayed_work discov_off; member