Searched refs:discov_off (Results 1 – 3 of 3) sorted by relevance
1668 cancel_delayed_work(&hdev->discov_off); in hci_dev_do_close()2239 hdev = container_of(work, struct hci_dev, discov_off.work); in hci_discov_off()3300 INIT_DELAYED_WORK(&hdev->discov_off, hci_discov_off); in hci_alloc_dev()
1837 queue_delayed_work(hdev->workqueue, &hdev->discov_off, in set_discoverable_complete()1947 cancel_delayed_work(&hdev->discov_off); in set_discoverable()1952 queue_delayed_work(hdev->workqueue, &hdev->discov_off, in set_discoverable()1970 cancel_delayed_work(&hdev->discov_off); in set_discoverable()2216 cancel_delayed_work(&hdev->discov_off); in set_connectable()
320 struct delayed_work discov_off; member